commit | f6382f186d29827501353af47c3c4134bab5f0d3 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Thu Apr 07 15:09:50 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Mon Aug 08 23:05:02 2016 +0300 |
tree | d4b5adb0a6f36ceb8b1376ba7e6c884aa3b84fc8 | |
parent | 47f571c6e5d7b5f6021d6ade9607ecb6f28da5ad [diff] |
drm/tilcdc: Add tilcdc_crtc_mode_set_nofb() Add tilcdc_crtc_mode_set_nofb(). The mode_set_nofb() semantics do not fit well to LCDC, because of the mandatory framebuffer. However, when the primary plane is required in the check phase, it and the framebuffer can be found from the atomic state struct. Signed-off-by: Jyri Sarha <jsarha@ti.com>