drm/edid: store quirks in display info
authorJani Nikula <jani.nikula@intel.com>
Wed, 4 Jan 2023 10:05:27 +0000 (12:05 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 19 Jan 2023 12:04:15 +0000 (14:04 +0200)
commit783dedc535703ec6fa7c96754ac264b482821e2f
tree14e2e74eb04b40504a01b58398fb5dc86f7b7f7f
parent852be13f3bd32c1eab808840cfac41b1fea25991
drm/edid: store quirks in display info

Although the quirks are internal to EDID parsing, it'll be helpful to
store them in display info to avoid having to pass them around.

This will also help separate adding probed modes (which needs the
quirks) from updating display info.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/819b908f64ad2d158245917f436f24d33a65b95d.1672826282.git.jani.nikula@intel.com
drivers/gpu/drm/drm_edid.c
include/drm/drm_connector.h