[PATCH 07/14] drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy

2016-05-25 Thread Ying Liu
On Tue, May 24, 2016 at 10:23 PM, Philipp Zabel wrote: > Am Dienstag, den 24.05.2016, 18:10 +0800 schrieb Liu Ying: >> Wire up CRTCs', planes' and connectors' ->reset, ->duplicate and ->destroy >> state >> hooks to use the default implementations from the atomic helper library. >> The helpers

[PATCH 07/14] drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy

2016-05-24 Thread Liu Ying
Wire up CRTCs', planes' and connectors' ->reset, ->duplicate and ->destroy state hooks to use the default implementations from the atomic helper library. The helpers track each DRM object state. Signed-off-by: Liu Ying --- drivers/gpu/drm/bridge/dw-hdmi.c | 19 +++

[PATCH 07/14] drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy

2016-05-24 Thread Philipp Zabel
Am Dienstag, den 24.05.2016, 18:10 +0800 schrieb Liu Ying: > Wire up CRTCs', planes' and connectors' ->reset, ->duplicate and ->destroy > state > hooks to use the default implementations from the atomic helper library. > The helpers track each DRM object state. > > Signed-off-by: Liu Ying > ---