LTGM
Reviewed-by: Thomas Hellstrom
On 12/03/2014 03:46 PM, Christian König wrote:
> From: Christian König
>
> This patch adds an optional list_head parameter to ttm_eu_reserve_buffers.
> If specified duplicates in the execbuf list are no longer reported as errors,
> but moved to this list ins
From: Christian König
This patch adds an optional list_head parameter to ttm_eu_reserve_buffers.
If specified duplicates in the execbuf list are no longer reported as errors,
but moved to this list instead.
Signed-off-by: Christian König
---
drivers/gpu/drm/qxl/qxl_release.c| 3 ++-
On Wed, Dec 3, 2014 at 9:46 AM, Christian König
wrote:
> From: Christian König
>
> This patch adds an optional list_head parameter to ttm_eu_reserve_buffers.
> If specified duplicates in the execbuf list are no longer reported as errors,
> but moved to this list instead.
>
> Signed-off-by: Chr