]> 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)
commitc749f437fc2accf6bdccccf46e19fad63871ab77
tree239ad49d4bb4d1bef189ffa9fe74b4e43a1de3dd
parent84339af5be0c015ba7833a7a7e1f1130e5aa9940
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