]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: zte: move struct vou_inf into zx_vou driver
authorShawn Guo <shawn.guo@linaro.org>
Thu, 12 Jan 2017 08:27:35 +0000 (16:27 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sat, 28 Jan 2017 03:51:21 +0000 (11:51 +0800)
commit831a8d5e0bef97ae89b68dd3a637f0834cb6977b
tree2bacebccc9adcbc9d770704abd05271b2323d93a
parent6848af2d2fdb13de7758deccea037b7ec3afad4a
drm: zte: move struct vou_inf into zx_vou driver

Although data in struct vou_inf is defined per output device, it doesn't
belong to the device itself but VOU control module.  All these data can
just be defined in VOU driver, and output device driver only needs to
invoke VOU driver function with device ID to enable/disable specific
output device.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/zte/zx_hdmi.c
drivers/gpu/drm/zte/zx_vou.c
drivers/gpu/drm/zte/zx_vou.h