aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie12-44/+176
2014-12-23drm: rcar-du: Implement support for interlaced modesLaurent Pinchart5-11/+33
2014-12-23drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart3-0/+9
2014-12-23drm: rcar-du: Enable hotplug detection on HDMI connectorLaurent Pinchart1-0/+1
2014-12-23drm: rcar-du: Output HSYNC instead of CSYNCLaurent Pinchart1-1/+1
2014-12-23drm: rcar-du: Add support for external pixel clockLaurent Pinchart4-9/+70
2014-12-23drm: rcar-du: Refactor DEFR8 featureLaurent Pinchart4-10/+14
2014-12-23drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart2-7/+15
2014-12-23drm: rcar-du: Configure pitch for chroma plane of multiplanar formatsLaurent Pinchart1-0/+2
2014-12-23drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2-9/+34
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-96/+438
2014-12-03drm: rcar-du: Fix NULL encoder pointer dereferenceLaurent Pinchart1-3/+6
2014-11-26drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart9-7/+375
2014-11-26drm: rcar-du: Replace drm_encoder with drm_slave_encoderLaurent Pinchart1-3/+4
2014-11-26drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart4-7/+13
2014-11-26drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart3-4/+6
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart9-77/+38
2014-11-26drm: rcar-du: fix error return codeJulia Lawall1-1/+1
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-2/+2
2014-11-13drm/rcar: gem: dumb: pitch is an outputThierry Reding1-1/+1
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-1/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: rcar-du: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-15drm/rcar-du: Add OF supportLaurent Pinchart7-106/+344
2014-09-15drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2-12/+4
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart18-18/+18
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-30drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart1-2/+11
2014-07-22drm: rcar-du: fix warningsRussell King1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood2-4/+4
2014-05-27drm/rcar-du: Add run-time dependenciesJean Delvare1-0/+2
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda2-14/+0
2014-04-04drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart1-1/+4
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5
2013-12-23Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie6-23/+58
2013-12-18drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun1-11/+2
2013-12-18drm/rcar: call drm_put_dev directly in the ->remove hookDaniel Vetter1-1/+3
2013-12-02drm/rcar-du: Add support for the r8a7791 DULaurent Pinchart1-0/+20
2013-12-02drm/rcar-du: Add LVDS_LANES quirkLaurent Pinchart3-6/+12
2013-12-02drm/rcar-du: Split features and quirksLaurent Pinchart3-6/+15
2013-12-02drm/rcar-du: Update plane pitch in .mode_set_base() operationLaurent Pinchart2-11/+11
2013-12-02drm/rcar-du: Don't cast crtc to rcrtc twice in the same functionLaurent Pinchart1-1/+1
2013-12-02drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun1-11/+2
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter1-0/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie22-609/+1393
2013-08-09drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart4-9/+45
2013-08-09drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart12-3/+374
2013-08-09drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart4-4/+50