Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] drm/xe: no need to call fixup_initial_plane_config in XE
@ 2024-04-12 21:33 Vinod Govindapillai
  2024-04-15 15:35 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Vinod Govindapillai @ 2024-04-12 21:33 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: vinod.govindapillai, ville.syrjala, matthew.d.roper

In XE, the updated fb mapping is already done and updated as
part of intel_find_initial_plane_obj(). So no need to invoke
fixup_initial_plane_config() again as it would basically write
the same data to "PLAN_SURF" again.

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
 drivers/gpu/drm/xe/display/xe_plane_initial.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/display/xe_plane_initial.c b/drivers/gpu/drm/xe/display/xe_plane_initial.c
index 9693c56d386b..51eb80729cfb 100644
--- a/drivers/gpu/drm/xe/display/xe_plane_initial.c
+++ b/drivers/gpu/drm/xe/display/xe_plane_initial.c
@@ -297,9 +297,6 @@ void intel_initial_plane_config(struct drm_i915_private *i915)
 		 */
 		intel_find_initial_plane_obj(crtc, plane_configs);
 
-		if (i915->display.funcs.display->fixup_initial_plane_config(crtc, plane_config))
-			intel_crtc_wait_for_next_vblank(crtc);
-
 		plane_config_fini(plane_config);
 	}
 }
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-16 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 21:33 [PATCH v1] drm/xe: no need to call fixup_initial_plane_config in XE Vinod Govindapillai
2024-04-15 15:35 ` ✓ CI.Patch_applied: success for " Patchwork
2024-04-15 15:35 ` ✓ CI.checkpatch: " Patchwork
2024-04-15 15:36 ` ✓ CI.KUnit: " Patchwork
2024-04-15 15:47 ` ✓ CI.Build: " Patchwork
2024-04-15 15:50 ` ✓ CI.Hooks: " Patchwork
2024-04-15 15:51 ` ✓ CI.checksparse: " Patchwork
2024-04-15 16:17 ` ✓ CI.BAT: " Patchwork
2024-04-15 23:31 ` ✓ CI.FULL: " Patchwork
2024-04-16 12:55 ` [PATCH v1] " Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox