[PATCH] drm/atomic-helper: add unlocked disable all outputs helper

2016-10-04 Thread Brian Starkey
Hi Lucas, On Fri, Aug 12, 2016 at 11:07:14AM +0200, Lucas Stach wrote: >This adds the unlocked variant of drm_atomic_helper_disable_all(), >which takes all the required modeset locks itself. This is intended >to be used when shutting down the driver, without retaining any >state. > Is this meant

[PATCH] drm/atomic-helper: add unlocked disable all outputs helper

2016-08-15 Thread Sean Paul
On Fri, Aug 12, 2016 at 5:07 AM, Lucas Stach wrote: > This adds the unlocked variant of drm_atomic_helper_disable_all(), > which takes all the required modeset locks itself. This is intended > to be used when shutting down the driver, without retaining any > state. > > Signed-off-by: Lucas Stach

[PATCH] drm/atomic-helper: add unlocked disable all outputs helper

2016-08-12 Thread Lucas Stach
This adds the unlocked variant of drm_atomic_helper_disable_all(), which takes all the required modeset locks itself. This is intended to be used when shutting down the driver, without retaining any state. Signed-off-by: Lucas Stach --- drivers/gpu/drm/drm_atomic_helper.c | 43 ++