commit | 4e257d9eee23582e36637ce7ea6b14f6f56b1839 | [log] [tgz] |
---|---|---|
author | Mark Yao <mark.yao@rock-chips.com> | Wed Apr 20 10:41:42 2016 +0800 |
committer | Mark Yao <mark.yao@rock-chips.com> | Tue May 03 14:11:23 2016 +0800 |
tree | f0e468f54da21d6f0561ca5313d5d73fbc773d91 | |
parent | 2743becb3338cf012dbe7b70c6c39bbac81cc101 [diff] |
drm/rockchip: get rid of rockchip_drm_crtc_mode_config We need to take care of the vop status when use rockchip_drm_crtc_mode_config, if vop is disabled, the function would failed, that is terrible. Save output_type and output_mode into rockchip_crtc_state, it's nice to make them into atomic. Signed-off-by: Mark Yao <mark.yao@rock-chips.com> Tested-by: John Keeping <john@metanate.com>