]> 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)
commitec3f595722897d4dfbea55c85a13c8ae452a4f98
tree2bacebccc9adcbc9d770704abd05271b2323d93a
parent5985133301c062c0f4c9f739a465451a7419f997
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