summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-5/+5
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2013-12-236-23/+58
|\
| * drm/rcar-du: Add support for the r8a7791 DULaurent Pinchart2013-12-021-0/+20
| * drm/rcar-du: Add LVDS_LANES quirkLaurent Pinchart2013-12-023-6/+12
| * drm/rcar-du: Split features and quirksLaurent Pinchart2013-12-023-6/+15
| * drm/rcar-du: Update plane pitch in .mode_set_base() operationLaurent Pinchart2013-12-022-11/+11
| * drm/rcar-du: Don't cast crtc to rcrtc twice in the same functionLaurent Pinchart2013-12-021-1/+1
| * drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun2013-12-021-11/+2Star
* | drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun2013-12-181-11/+2Star
* | drm/rcar: call drm_put_dev directly in the ->remove hookDaniel Vetter2013-12-181-1/+3
|/
* drm: Add separate Kconfig option for fbdev helpersDaniel Vetter2013-10-111-0/+1
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2
* drm: remove FASYNC supportDaniel Vetter2013-08-191-1/+0Star
* Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie2013-08-1922-609/+1393
|\
| * drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart2013-08-094-9/+45
| * drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart2013-08-0912-3/+374
| * drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart2013-08-094-4/+50
| * drm/rcar-du: Rework output routing supportLaurent Pinchart2013-08-098-20/+92
| * drm/rcar-du: Add support for DEFR8 registerLaurent Pinchart2013-08-093-1/+5
| * drm/rcar-du: Add support for multiple groupsLaurent Pinchart2013-08-098-30/+63
| * drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart2013-08-093-4/+16
| * drm/rcar-du: Add support for the R8A7790 DULaurent Pinchart2013-08-092-3/+68
| * drm/rcar-du: Move output routing configuration to groupLaurent Pinchart2013-08-093-21/+21
| * drm/rcar-du: Remove register definitions for the second channelLaurent Pinchart2013-08-091-9/+0Star
| * drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart2013-08-092-2/+2
| * drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart2013-08-0910-203/+299
| * drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*Laurent Pinchart2013-08-093-6/+7
| * drm/rcar-du: Create rcar_du_planes structureLaurent Pinchart2013-08-092-12/+16
| * drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart2013-08-093-5/+5
| * drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart2013-08-0911-201/+118Star
| * drm/rcar-du: Split VGA encoder and connectorLaurent Pinchart2013-08-095-86/+123
| * drm/rcar-du: Split LVDS encoder and connectorLaurent Pinchart2013-08-094-118/+158
| * drm/rcar-du: Clarify comment regarding plane Y source coordinateLaurent Pinchart2013-08-091-3/+6
| * drm/rcar-du: Support per-CRTC clock and IRQLaurent Pinchart2013-08-094-74/+103
| * drm/rcar-du: Add platform module device tableLaurent Pinchart2013-08-092-0/+28
| * drm/rcar-du: Use devm_ioremap_resource()Laurent Pinchart2013-08-091-19/+3Star
| * drm/rcar-du: Add missing alpha plane register definitionsLaurent Pinchart2013-08-091-0/+15
* | drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-1/+1
|/
* drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
* drm/rcar-du: Fix buffer pitch alignmentLaurent Pinchart2013-07-053-2/+22
* drm/rcar-du: Don't ignore rcar_du_crtc_create() return valueLaurent Pinchart2013-07-051-2/+5
* drm: Renesas R-Car Display Unit DRM driverLaurent Pinchart2013-06-2715-0/+2789