[PATCH xf86-video-amdgpu] Fix amdgpu_dri2_exchange_buffers width/height miss copy

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

 



On 22/08/16 08:13 PM, Qiang Yu wrote:
> Signed-off-by: Qiang Yu <Qiang.Yu at amd.com>
> ---
>  src/amdgpu_dri2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/amdgpu_dri2.c b/src/amdgpu_dri2.c
> index 03e3a0b..de701c2 100644
> --- a/src/amdgpu_dri2.c
> +++ b/src/amdgpu_dri2.c
> @@ -665,7 +665,7 @@ amdgpu_dri2_exchange_buffers(DrawablePtr draw, DRI2BufferPtr front,
>  
>  	region.extents.x1 = region.extents.y1 = 0;
>  	region.extents.x2 = front_priv->pixmap->drawable.width;
> -	region.extents.y2 = front_priv->pixmap->drawable.width;
> +	region.extents.y2 = front_priv->pixmap->drawable.height;
>  	region.data = NULL;
>  	DamageRegionAppend(&front_priv->pixmap->drawable, &region);
>  
> 

Reviewed and pushed, thanks!


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux