]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Expose the VSP1 compositor through KMS planes
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 7 Sep 2015 14:14:58 +0000 (17:14 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 23 Feb 2016 07:32:44 +0000 (09:32 +0200)
commit5529a975990b0a3fba0b7fada01b51d1f817217b
tree073a802920087d3aca5bc7caa67506bbdae14b46
parentb7bd5cfd91ccbeb34122ad66cdc26946c6d18452
drm: rcar-du: Expose the VSP1 compositor through KMS planes

On R-Car Gen3 SoCs the DU lost its ability to access memory directly and
needs to work in conjunction with the VSP to do so. This commit handles
the VSP internally to hide it from the user.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/Kconfig
drivers/gpu/drm/rcar-du/Makefile
drivers/gpu/drm/rcar-du/rcar_du_crtc.c
drivers/gpu/drm/rcar-du/rcar_du_crtc.h
drivers/gpu/drm/rcar-du/rcar_du_drv.h
drivers/gpu/drm/rcar-du/rcar_du_kms.c
drivers/gpu/drm/rcar-du/rcar_du_plane.c
drivers/gpu/drm/rcar-du/rcar_du_plane.h
drivers/gpu/drm/rcar-du/rcar_du_vsp.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_vsp.h [new file with mode: 0644]