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-
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: