]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/rockchip: dw-mipi-dsi: remove mode_set hook
authorJohn Keeping <john@metanate.com>
Fri, 24 Feb 2017 12:54:46 +0000 (12:54 +0000)
committerSean Paul <seanpaul@chromium.org>
Wed, 1 Mar 2017 19:48:49 +0000 (14:48 -0500)
commit2ba0f4a4c3494daa682e5f67bf279b051a906990
tree9964860c9f21c9a413b808385ba46438f7a3cd37
parent0f2c3ad54a4ae2d437242eb61412385f99ebfc2b
drm/rockchip: dw-mipi-dsi: remove mode_set hook

This is not needed since we can access the mode via the CRTC from the
enable hook.  Also remove the "mode" field that is no longer used.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Chris Zhong <zyw@rock-chips.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170224125506.21533-4-john@metanate.com
drivers/gpu/drm/rockchip/dw-mipi-dsi.c