[Intel-xe] [PATCH v2 07/10] fixup! drm/xe/display: Implement display support
Lucas De Marchi
lucas.demarchi at intel.com
Wed Jul 26 16:07:05 UTC 2023
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
drivers/gpu/drm/xe/display/xe_plane_initial.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/display/xe_plane_initial.c b/drivers/gpu/drm/xe/display/xe_plane_initial.c
index 6695908024d9..ccf83c12b545 100644
--- a/drivers/gpu/drm/xe/display/xe_plane_initial.c
+++ b/drivers/gpu/drm/xe/display/xe_plane_initial.c
@@ -70,9 +70,9 @@ initial_plane_bo(struct xe_device *xe,
gte += base / XE_PAGE_SIZE;
pte = ioread64(gte);
- if (!(pte & XE_GGTT_PTE_LM)) {
+ if (!(pte & XE_GGTT_PTE_DM)) {
drm_err(&xe->drm,
- "Initial plane programming missing PTE_LM bit\n");
+ "Initial plane programming missing DM bit\n");
return NULL;
}
--
2.40.1
More information about the Intel-xe
mailing list