commit | b961c48b056c2562c7dbb0b2cfcdad486610550d | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Thu Apr 07 14:52:02 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Mon Aug 08 23:05:00 2016 +0300 |
tree | 085495d68b72b83e510563d8143bdf66c1491d4e | |
parent | 0a1fe1b7c589a635a40d6d9b525dd99634581ea2 [diff] |
drm/tilcdc: Add dummy primary plane implementation Add dummy primary plane implementation. LCDC does not really have planes, only simple framebuffer that is mandatory. This primary plane implementation has the necessary checks for implementing simple framebuffer trough DRM plane abstraction. For setting the actual framebuffer the implementation relies on a CRTC side function. Signed-off-by: Jyri Sarha <jsarha@ti.com>