[PATCH v2 3/6] drm/fsl-dcu: move layer initialization to plane file

2016-06-03 Thread Stefan Agner
Move the initialization code for layers into a separate function in the plane file. This allows to reuse the function on resume. Also move it at the very beginning which may not matter but makes logically much more sense. Signed-off-by: Stefan Agner ---

[PATCH v2 3/6] drm/fsl-dcu: move layer initialization to plane file

2016-06-03 Thread Stefan Agner
Move the initialization code for layers into a separate function in the plane file. This allows to reuse the function on resume. Also move it at the very beginning which may not matter but makes logically much more sense. Signed-off-by: Stefan Agner ---