Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD"
@ 2024-03-22 11:42 Animesh Manna
  2024-03-22 12:02 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (16 more replies)
  0 siblings, 17 replies; 23+ messages in thread
From: Animesh Manna @ 2024-03-22 11:42 UTC (permalink / raw)
  To: intel-xe; +Cc: Animesh Manna

This reverts commit c27f010aa1884276ee5dae72034d84987060c769.

After fix from [1] dsb timeout issue is not reproducible on local testing
with xe driver. Checking CI result to confirm and not for review.

[1] https://patchwork.freedesktop.org/series/130783/

Signed-off-by: Animesh Manna <animesh.manna@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dsb.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dsb.c b/drivers/gpu/drm/i915/display/intel_dsb.c
index 4baaa92ceaec..e06e94ee2f5c 100644
--- a/drivers/gpu/drm/i915/display/intel_dsb.c
+++ b/drivers/gpu/drm/i915/display/intel_dsb.c
@@ -468,10 +468,6 @@ struct intel_dsb *intel_dsb_prepare(const struct intel_crtc_state *crtc_state,
 	if (!HAS_DSB(i915))
 		return NULL;
 
-	/* TODO: DSB is broken in Xe KMD, so disabling it until fixed */
-	if (!IS_ENABLED(I915))
-		return NULL;
-
 	dsb = kzalloc(sizeof(*dsb), GFP_KERNEL);
 	if (!dsb)
 		goto out;
-- 
2.29.0


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [PATCH] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD"
@ 2024-07-08  5:56 Animesh Manna
  2024-07-09  9:33 ` Maarten Lankhorst
  0 siblings, 1 reply; 23+ messages in thread
From: Animesh Manna @ 2024-07-08  5:56 UTC (permalink / raw)
  To: intel-xe; +Cc: Animesh Manna

This reverts commit c27f010aa1884276ee5dae72034d84987060c769.

After fix from [1] dsb timeout issue is not reproducible on local testing
with xe driver. Checking CI result to confirm and not for review.

[1] https://patchwork.freedesktop.org/series/130783/

Signed-off-by: Animesh Manna <animesh.manna@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dsb.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dsb.c b/drivers/gpu/drm/i915/display/intel_dsb.c
index 2ab3765f6c06..e9c4835a2c30 100644
--- a/drivers/gpu/drm/i915/display/intel_dsb.c
+++ b/drivers/gpu/drm/i915/display/intel_dsb.c
@@ -463,10 +463,6 @@ struct intel_dsb *intel_dsb_prepare(struct intel_atomic_state *state,
 	if (!i915->display.params.enable_dsb)
 		return NULL;
 
-	/* TODO: DSB is broken in Xe KMD, so disabling it until fixed */
-	if (!IS_ENABLED(I915))
-		return NULL;
-
 	dsb = kzalloc(sizeof(*dsb), GFP_KERNEL);
 	if (!dsb)
 		goto out;
-- 
2.29.0


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

end of thread, other threads:[~2024-08-27 15:03 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 11:42 [PATCH] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD" Animesh Manna
2024-03-22 12:02 ` ✓ CI.Patch_applied: success for " Patchwork
2024-03-22 12:02 ` ✓ CI.checkpatch: " Patchwork
2024-03-22 12:03 ` ✓ CI.KUnit: " Patchwork
2024-03-22 12:13 ` ✓ CI.Build: " Patchwork
2024-03-22 12:16 ` ✓ CI.Hooks: " Patchwork
2024-03-22 12:18 ` ✗ CI.checksparse: warning " Patchwork
2024-03-22 12:39 ` ✓ CI.BAT: success " Patchwork
2024-03-22 14:04 ` [PATCH] " Souza, Jose
2024-05-07  8:37 ` ✓ CI.Patch_applied: success for drm/xe: Revert "drm/i915: Disable DSB in Xe KMD" (rev2) Patchwork
2024-05-07  8:37 ` ✓ CI.checkpatch: " Patchwork
2024-05-07  8:38 ` ✓ CI.KUnit: " Patchwork
2024-05-07  8:54 ` ✓ CI.Build: " Patchwork
2024-05-07  8:57 ` ✓ CI.Hooks: " Patchwork
2024-05-07  8:59 ` ✗ CI.checksparse: warning " Patchwork
2024-05-07 10:03 ` ✓ CI.BAT: success " Patchwork
2024-05-07 12:16 ` ✗ CI.FULL: failure " Patchwork
2024-07-07 22:23 ` ✗ CI.Patch_applied: failure for drm/xe: Revert "drm/i915: Disable DSB in Xe KMD" (rev3) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08  5:56 [PATCH] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD" Animesh Manna
2024-07-09  9:33 ` Maarten Lankhorst
2024-07-09  9:40   ` Manna, Animesh
2024-07-09 10:23   ` Matthew Auld
2024-08-27 15:02     ` Maarten Lankhorst

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