Re: [PATCH v3] drm/atomic: integrate modeset lock with private objects

2018-12-11 Thread Boris Brezillon
On Mon, 22 Oct 2018 14:31:22 +0200 Boris Brezillon wrote: > From: Rob Clark > > Follow the same pattern of locking as with other state objects. This > avoids boilerplate in the driver. > > Signed-off-by: Rob Clark > Signed-off-by: Boris Brezillon > Reviewed-by: Daniel Vetter Queued to drm-

[PATCH v3] drm/atomic: integrate modeset lock with private objects

2018-10-22 Thread Boris Brezillon
From: Rob Clark Follow the same pattern of locking as with other state objects. This avoids boilerplate in the driver. Signed-off-by: Rob Clark Signed-off-by: Boris Brezillon Reviewed-by: Daniel Vetter --- Changes in v3: - Improve doc as suggested by Daniel - Add Daniel's R-b Changes in v2: