intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Animesh Manna <animesh.manna@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Animesh Manna <animesh.manna@intel.com>
Subject: [PATCH] drm/xe: Revert "drm/i915: Disable DSB in Xe KMD"
Date: Fri, 22 Mar 2024 17:12:14 +0530	[thread overview]
Message-ID: <20240322114214.1501078-1-animesh.manna@intel.com> (raw)

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


             reply	other threads:[~2024-03-22 11:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 11:42 Animesh Manna [this message]
2024-03-22 12:02 ` ✓ CI.Patch_applied: success for drm/xe: Revert "drm/i915: Disable DSB in Xe KMD" 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240322114214.1501078-1-animesh.manna@intel.com \
    --to=animesh.manna@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).