drm/edid: Clear EDID Deep Color Modes in drm_reset_display_info()
authorMaxime Ripard <maxime@cerno.tech>
Tue, 25 Jan 2022 09:32:51 +0000 (10:32 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 2 Feb 2022 09:38:28 +0000 (10:38 +0100)
commit70c0b80d0bbb97c072c4a9c3e8b0f68a9e22d7d2
tree6f11c36d34c87f61677b3608fe5460ee1dad0fbe
parentcd9f7f7ac5932129fe81b4c7559cfcb226ec7c5c
drm/edid: Clear EDID Deep Color Modes in drm_reset_display_info()

Even though we have the other drm_display_info fields reset, the DC
modes are missing.

This shouldn't be an issue since it's explicitly reset every time a new
EDID is parsed.

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220125093251.594772-1-maxime@cerno.tech
drivers/gpu/drm/drm_edid.c