drm/xe: Remove double pageflip
authorMaarten Lankhorst <dev@lankhorst.se>
Tue, 10 Dec 2024 08:31:02 +0000 (09:31 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 4 Mar 2025 19:44:49 +0000 (14:44 -0500)
commit30bfc151f0c1ec80c27a80a7651b2c15c648ad16
treed6d465986370f030b3ff55620ae7a400dcb2fcb0
parent7eb172143d5508b4da468ed59ee857c6e5e01da6
drm/xe: Remove double pageflip

This is already handled below in the code by fixup_initial_plane_config.

Fixes: a8153627520a ("drm/i915: Try to relocate the BIOS fb to the start of ggtt")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241210083111.230484-3-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
(cherry picked from commit 2218704997979fbf11765281ef752f07c5cf25bb)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/display/xe_plane_initial.c