commit | 2d3eec8970335148278a6e350bc4840374f06471 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Feb 18 12:03:42 2022 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Mar 14 17:36:59 2022 +0200 |
tree | 3b7c51954ad57b43bca092091ce6493176f7fd1c | |
parent | b861de246912e10c5bda32cb100bff429a5e1ec4 [diff] |
drm: Add drm_mode_init() Add a variant of drm_mode_copy() that explicitly clears out the list head of the destination mode. Helpful to guarantee we don't have stack garbage left in there for on-stack modes. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220218100403.7028-2-ville.syrjala@linux.intel.com Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com>