drm/rockchip: Kill vop_plane_state
authorTomasz Figa <tfiga@chromium.org>
Wed, 14 Sep 2016 12:55:01 +0000 (21:55 +0900)
committerSean Paul <seanpaul@chromium.org>
Wed, 21 Sep 2016 13:55:52 +0000 (06:55 -0700)
commitd47a7246bb5f2a36f7c26672966e9febeb78bc82
treedbe44dbb3b561ba241c1b8d0df8c74b831df2d19
parent41ee436700f41260663d0b201585551745b623d0
drm/rockchip: Kill vop_plane_state

After changes introduced by last patches, there is no useful data stored
in vop_plane_state struct.  Let's remove it and make the driver use
generic plane state alone.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
drivers/gpu/drm/rockchip/rockchip_drm_vop.c