drm/rockchip: cdn-dp: don't configure hardware in mode_set
authorChris Zhong <zyw@rock-chips.com>
Sun, 5 Feb 2017 07:55:02 +0000 (15:55 +0800)
committerMark Yao <mark.yao@rock-chips.com>
Sun, 5 Feb 2017 08:30:11 +0000 (16:30 +0800)
commitef1844b7ed847430955a95d20242f0d1b9f5fa64
tree239ad49d4bb4d1bef189ffa9fe74b4e43a1de3dd
parent13e0e2069401f2692cf25eb3c7f61137b5f9902d
drm/rockchip: cdn-dp: don't configure hardware in mode_set

With atomic modesetting the hardware will be powered off when the
mode_set function is called.  We should configure the hardware in the
enable function.

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
drivers/gpu/drm/rockchip/cdn-dp-core.c