]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/xe3lpd: Increase resolution for plane to support 6k
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 28 Oct 2024 07:43:31 +0000 (13:13 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 29 Oct 2024 05:16:43 +0000 (10:46 +0530)
commitf0ea2909449fb8231d1a8e7d1ac060023114e415
tree09e9627341f0f493504bde01d53b2986cd48041f
parenta0e45f70d44e25fdfa26b4f4fc170fba3e45cd62
drm/i915/xe3lpd: Increase resolution for plane to support 6k

DISPLAY_VER >= 30 onwards CRTC can now support 6k resolution.
Increase pipe and plane max width and height to reflect this
increase in resolution.

--v2
-Take care of the subsampling scenario sooner rather than later [Matt]

--v3
-Take care of the joined pipe limits too [Ankit/Matt]

--v4
-Leave the joiner limits check here as is and handle them later [Ville]

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241028074333.182041-2-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/skl_universal_plane.c