]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/intel_dvo: Drop call to intel_panel_fixed_mode() from compute_config
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 30 Apr 2026 13:12:18 +0000 (18:42 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 11 May 2026 04:20:56 +0000 (09:50 +0530)
commitc6aeb1229dc282d04cc738bc4ac7f9d673fbaf24
treebe1bd4c147519ba38f63a0a9187f6f1aae0e1d69
parent9cdd4ec956b6a0fbfaaa88145478ebe680d4dbfd
drm/i915/intel_dvo: Drop call to intel_panel_fixed_mode() from compute_config

The function intel_dvo_compute_config() calls intel_panel_fixed_mode() only
to check if there is a valid fixed_mode and based on that it then calls
intel_panel_compute_config().

However, since the intel_panel_compute_config() already checks for
fixed_mode and we can drop the call to intel_panel_fixed_mode().

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260430131220.3891497-4-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dvo.c