From: Gustavo Sousa <gustavo.sousa@intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
Date: Mon, 22 May 2023 09:55:29 -0300 [thread overview]
Message-ID: <20230522125529.52695-1-gustavo.sousa@intel.com> (raw)
Remove the call to drm_aperture_remove_conflicting_pci_framebuffers(),
which is already being done by xe_device_create().
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
drivers/gpu/drm/xe/xe_display.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/xe_display.c
index c122cc4b27c9..1a9e9c78966d 100644
--- a/drivers/gpu/drm/xe/xe_display.c
+++ b/drivers/gpu/drm/xe/xe_display.c
@@ -10,7 +10,6 @@
#include <linux/fb.h>
-#include <drm/drm_aperture.h>
#include <drm/drm_drv.h>
#include <drm/drm_managed.h>
#include <drm/xe_drm.h>
@@ -199,11 +198,6 @@ int xe_display_init_noirq(struct xe_device *xe)
intel_device_info_runtime_init(xe);
- err = drm_aperture_remove_conflicting_pci_framebuffers(to_pci_dev(xe->drm.dev),
- xe->drm.driver);
- if (err)
- return err;
-
err = intel_display_driver_probe_noirq(xe);
if (err)
return err;
--
2.40.1
next reply other threads:[~2023-05-22 12:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-22 12:55 Gustavo Sousa [this message]
2023-05-22 12:57 ` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe/display: Implement display support (rev2) Patchwork
2023-05-22 12:59 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-05-22 13:03 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-05-22 13:12 ` [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Gustavo Sousa
2023-05-22 13:32 ` [Intel-xe] ○ CI.BAT: info for fixup! drm/xe/display: Implement display support (rev2) Patchwork
2023-05-23 6:49 ` [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Lucas De Marchi
2023-05-23 12:24 ` Gustavo Sousa
-- strict thread matches above, loose matches on Subject: below --
2023-09-19 8:36 Thomas Hellström
2023-08-01 14:36 Rodrigo Vivi
2023-08-08 10:48 ` Jani Nikula
2023-07-04 15:02 Francois Dugast
2023-07-04 17:22 ` Lucas De Marchi
2023-05-29 11:43 Balasubramani Vivekanandan
2023-06-01 16:50 ` Matt Roper
2023-05-10 19:38 Nirmoy Das
2023-05-10 20:18 ` Lucas De Marchi
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=20230522125529.52695-1-gustavo.sousa@intel.com \
--to=gustavo.sousa@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