summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2015-01-2112-44/+176
|\
| * drm: rcar-du: Implement support for interlaced modesLaurent Pinchart2014-12-235-11/+33
| * drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart2014-12-233-0/+9
| * drm: rcar-du: Enable hotplug detection on HDMI connectorLaurent Pinchart2014-12-231-0/+1
| * drm: rcar-du: Output HSYNC instead of CSYNCLaurent Pinchart2014-12-231-1/+1
| * drm: rcar-du: Add support for external pixel clockLaurent Pinchart2014-12-234-9/+70
| * drm: rcar-du: Refactor DEFR8 featureLaurent Pinchart2014-12-234-10/+14
| * drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart2014-12-232-7/+15
| * drm: rcar-du: Configure pitch for chroma plane of multiplanar formatsLaurent Pinchart2014-12-231-0/+2
| * drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2014-12-232-9/+34
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-1617-96/+438
|\|
| * drm: rcar-du: Fix NULL encoder pointer dereferenceLaurent Pinchart2014-12-021-3/+6
| * drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart2014-11-269-7/+375
| * drm: rcar-du: Replace drm_encoder with drm_slave_encoderLaurent Pinchart2014-11-261-3/+4
| * drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart2014-11-264-7/+13
| * drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart2014-11-263-4/+6
| * drm: rcar-du: Remove platform data supportLaurent Pinchart2014-11-269-77/+38Star
| * drm: rcar-du: fix error return codeJulia Lawall2014-11-261-1/+1
| * Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...Dave Airlie2014-11-151-2/+2
| |\
| | * drm/rcar: gem: dumb: pitch is an outputThierry Reding2014-11-131-1/+1
| | * drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding2014-11-131-1/+1
| * | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
| |/
* / gpu: drm: rcar-du: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* drm/rcar-du: Add OF supportLaurent Pinchart2014-09-157-106/+344
* drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2014-09-152-12/+4Star
* drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-1518-18/+18
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart2014-07-301-2/+11
* drm: rcar-du: fix warningsRussell King2014-07-221-1/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-192-4/+4
* drm/rcar-du: Add run-time dependenciesJean Delvare2014-05-271-0/+2
* drm: make mode_valid callback optionalAndrzej Hajda2014-04-222-14/+0Star
* drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart2014-04-041-1/+4
* 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