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