]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1e2dfc977431fb47fdcd1836e45201109115a35
tree239ad49d4bb4d1bef189ffa9fe74b4e43a1de3dd
parentf5ce7901f257bd44dccb3739e38c57b52dc1df87
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