aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26drm: rcar-du: fix error return codeJulia Lawall1-1/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5
2013-12-02drm/rcar-du: Update plane pitch in .mode_set_base() operationLaurent Pinchart1-1/+0
2013-12-02drm/rcar-du: Don't cast crtc to rcrtc twice in the same functionLaurent Pinchart1-1/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-09drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart1-2/+0
2013-08-09drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart1-0/+5
2013-08-09drm/rcar-du: Rework output routing supportLaurent Pinchart1-2/+4
2013-08-09drm/rcar-du: Add support for multiple groupsLaurent Pinchart1-11/+14
2013-08-09drm/rcar-du: Move output routing configuration to groupLaurent Pinchart1-20/+1
2013-08-09drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart1-64/+28
2013-08-09drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart1-2/+0
2013-08-09drm/rcar-du: Support per-CRTC clock and IRQLaurent Pinchart1-28/+92
2013-06-27drm: Renesas R-Car Display Unit DRM driverLaurent Pinchart1-0/+595