]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tilcdc: Add dummy primary plane implementation
authorJyri Sarha <jsarha@ti.com>
Thu, 7 Apr 2016 11:52:02 +0000 (14:52 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:00 +0000 (23:05 +0300)
commit18389a94bf5c5ca4d0a9952999993f2d4f1f4389
tree085495d68b72b83e510563d8143bdf66c1491d4e
parent92caf9e9fd5848e8a3db31cc0fce4f67f6a2138b
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>
drivers/gpu/drm/tilcdc/Makefile
drivers/gpu/drm/tilcdc/tilcdc_drv.h
drivers/gpu/drm/tilcdc/tilcdc_plane.c [new file with mode: 0644]