[Intel-xe] [RFC PATCH 04/20] fixup! drm/xe/display: Implement display support

Rodrigo Vivi rodrigo.vivi at kernel.org
Fri May 5 14:44:57 UTC 2023


I believe we could already start merging patches 1-4, no?!

Maarten?

On Fri, May 05, 2023 at 11:29:40AM +0300, Jouni Högander wrote:
> Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
> ---
>  drivers/gpu/drm/xe/display/xe_plane_initial.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/display/xe_plane_initial.c b/drivers/gpu/drm/xe/display/xe_plane_initial.c
> index d0f91f37b6d8..34ae461865a7 100644
> --- a/drivers/gpu/drm/xe/display/xe_plane_initial.c
> +++ b/drivers/gpu/drm/xe/display/xe_plane_initial.c
> @@ -228,7 +228,7 @@ intel_find_initial_plane_obj(struct intel_crtc *crtc,
>  	plane_state->uapi.crtc = &crtc->base;
>  	intel_plane_copy_uapi_to_hw_state(plane_state, plane_state, crtc);
>  
> -	atomic_or(plane->frontbuffer_bit, &to_intel_framebuffer(fb)->bits);
> +	atomic_or(plane->frontbuffer_bit, &to_intel_frontbuffer(fb)->bits);
>  
>  	plane_config->vma = vma;
>  
> -- 
> 2.34.1
> 


More information about the Intel-xe mailing list