]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/sdvo: Pass the requesed mode to intel_sdvo_create_preferred_input_timing()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 11 Mar 2022 17:24:14 +0000 (19:24 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 14 Mar 2022 22:12:54 +0000 (00:12 +0200)
commit54b6af690925f79eb1cbb6f3b7e39b52fc5391eb
treef6ee28e6cdd40fb60c061538a68984ca38b4840d
parentdee5488737dcfde8db61a44dd2b410d9fc4cbc8d
drm/i915/sdvo: Pass the requesed mode to intel_sdvo_create_preferred_input_timing()

We want to stop using connector->panel.fixed_mode directtly.
In order to look it up in the future we'll need to have the
requested mode around, so pass that in fully (instead of just
passing bits of it).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220311172428.14685-3-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_sdvo.c