Re: [PATCH 7/8] drm/sti: in crtc_atomic_flush, enable only planes of this crtc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Vincent Abriou <vincent.abriou@xxxxxx>


On 09/15/2016 03:41 PM, Fabien Dessenne wrote:
> crtc_atomic_flush performs some additional processing, like plane
> enable at mixer level.
> Enable only the planes attached to the CRTC.
>
> Signed-off-by: Fabien Dessenne <fabien.dessenne@xxxxxx>
> ---
>  drivers/gpu/drm/sti/sti_crtc.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
> index 96afe68..bc1b186 100644
> --- a/drivers/gpu/drm/sti/sti_crtc.c
> +++ b/drivers/gpu/drm/sti/sti_crtc.c
> @@ -165,6 +165,10 @@ static void sti_crtc_atomic_flush(struct drm_crtc *crtc,
>
>  		switch (plane->status) {
>  		case STI_PLANE_UPDATED:
> +			/* ignore update for other CRTC */
> +			if (p->state->crtc != crtc)
> +				continue;
> +
>  			/* update planes tag as updated */
>  			DRM_DEBUG_DRIVER("update plane %s\n",
>  					 sti_plane_to_str(plane));
>
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux