]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Extract helper to get the hdisplay limit
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 2 Feb 2026 10:37:17 +0000 (16:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 3 Feb 2026 08:17:02 +0000 (13:47 +0530)
commit769bcb5733dd63b9e39f51125dfe417a10a783df
treeed06aa75e856f532328088980107bd809d352d57
parent19f0dc41c7f259b304941e427e5cc33c0da18548
drm/i915/dp: Extract helper to get the hdisplay limit

Separate out function to get the hdisplay limit for a given platform.

v2: Rename the helper to intel_dp_max_hdisplay_per_pipe(). (Imre)

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260202103731.357416-4-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c