]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Relocate xe AUX hack
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 9 Oct 2024 18:22:06 +0000 (21:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Jan 2025 20:03:03 +0000 (22:03 +0200)
commit71ca4715151e033c16427b8cfaa9b5393dd6a010
tree2c0913f9ea0e8d9ec6225bebb085208be248f8a7
parente7dfd7c60e402e658238d25c8da4f8645e45b982
drm/i915: Relocate xe AUX hack

Move the xe AUX neutering out from skl_get_plane_caps() into the
caller so that it'll be easier to refactor skl_get_plane_caps()
into a more readable shape. This isn't really hardware specific
anyway, and just some kind of bug/misfeature of xe.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241009182207.22900-9-ville.syrjala@linux.intel.com
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
drivers/gpu/drm/i915/display/skl_universal_plane.c