[Intel-xe] [PATCH v2 07/10] fixup! drm/xe/display: Implement display support
Matt Roper
matthew.d.roper at intel.com
Wed Jul 26 16:58:42 UTC 2023
On Wed, Jul 26, 2023 at 09:07:05AM -0700, Lucas De Marchi wrote:
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper 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
>
--
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation
More information about the Intel-xe
mailing list