]> git.baikalelectronics.ru Git - kernel.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)
commit2e89e237b88209948f8a832ede7d0d95da845c50
tree2bacebccc9adcbc9d770704abd05271b2323d93a
parent8a190f5d2fb8304d4a19030c5118d8f4a0571ffa
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