Re: [Intel-gfx] [PATCH v7 0/4] Adding driver-private objects to atomic state

2017-04-26 Thread Pandiyan, Dhinakaran
On Mon, 2017-04-24 at 11:53 -0400, Harry Wentland wrote: > Patches 1-3: Reviewed-by: Harry Wentland > Patch 4: Acked-by: Harry Wentland > > Harry > Thanks for the review. -DK ___ Intel-gfx mailing

Re: [Intel-gfx] [PATCH v7 0/4] Adding driver-private objects to atomic state

2017-04-24 Thread Harry Wentland
Patches 1-3: Reviewed-by: Harry Wentland Patch 4: Acked-by: Harry Wentland Harry On 2017-04-21 01:51 AM, Dhinakaran Pandiyan wrote: Changes in this version: Used connector->atomic_check() to release vcpi slots instead of the atomic_release()

[Intel-gfx] [PATCH v7 0/4] Adding driver-private objects to atomic state

2017-04-20 Thread Dhinakaran Pandiyan
Changes in this version: Used connector->atomic_check() to release vcpi slots instead of the atomic_release() callback. This series introduces void * type driver-private objects in core and adds helper functions that operate on these private objects. Drivers need to implement object-specific