commit | a0a68fb6872f545acd49035ea17c52a9f30d07dc | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Thu Mar 09 18:05:29 2017 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Mar 09 11:22:22 2017 +0100 |
tree | af23b9693e15d186fc1c9608053c75d4987b0e29 | |
parent | 18c3b300837b864e875d23f22eef5b7acefeccf1 [diff] |
drm/sun4i: Pass pointer for underlying backend into layer init sun4i_layer only controls the backend hardware block of the display pipeline. Pass pointers to the underlying backend in the layer init function, instead of trying to fetch it from the drm_device structure. This avoids the headache of trying to figure out which device the layers actually belong to. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>