Skip to content

Commit 30bfc15

Browse files
Maarten Lankhorstrodrigovivi
authored andcommitted
drm/xe: Remove double pageflip
This is already handled below in the code by fixup_initial_plane_config. Fixes: a815362 ("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 2218704) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 7eb1721 commit 30bfc15

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/gpu/drm/xe/display/xe_plane_initial.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ intel_find_initial_plane_obj(struct intel_crtc *crtc,
194194
to_intel_plane(crtc->base.primary);
195195
struct intel_plane_state *plane_state =
196196
to_intel_plane_state(plane->base.state);
197-
struct intel_crtc_state *crtc_state =
198-
to_intel_crtc_state(crtc->base.state);
199197
struct drm_framebuffer *fb;
200198
struct i915_vma *vma;
201199

@@ -241,14 +239,6 @@ intel_find_initial_plane_obj(struct intel_crtc *crtc,
241239
atomic_or(plane->frontbuffer_bit, &to_intel_frontbuffer(fb)->bits);
242240

243241
plane_config->vma = vma;
244-
245-
/*
246-
* Flip to the newly created mapping ASAP, so we can re-use the
247-
* first part of GGTT for WOPCM, prevent flickering, and prevent
248-
* the lookup of sysmem scratch pages.
249-
*/
250-
plane->check_plane(crtc_state, plane_state);
251-
plane->async_flip(NULL, plane, crtc_state, plane_state, true);
252242
return;
253243

254244
nofb:

0 commit comments

Comments
 (0)