aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAge
...
| * drm: rcar-du: Fix NULL encoder pointer dereferenceLaurent Pinchart2014-12-02
| * drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart2014-11-26
| * drm: rcar-du: Replace drm_encoder with drm_slave_encoderLaurent Pinchart2014-11-26
| * drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart2014-11-26
| * drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart2014-11-26
| * drm: rcar-du: Remove platform data supportLaurent Pinchart2014-11-26
| * drm: rcar-du: fix error return codeJulia Lawall2014-11-26
| * Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...Dave Airlie2014-11-14
| |\
| | * drm/rcar: gem: dumb: pitch is an outputThierry Reding2014-11-13
| | * drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding2014-11-13
| * | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-04
| |/
* / gpu: drm: rcar-du: drop owner assignment from platform_driversWolfram Sang2014-10-20
|/
* drm/rcar-du: Add OF supportLaurent Pinchart2014-09-15
* drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2014-09-15
* drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-15
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-10
* drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart2014-07-29
* drm: rcar-du: fix warningsRussell King2014-07-21
* drm: add register and unregister functions for connectorsThomas Wood2014-06-19
* drm/rcar-du: Add run-time dependenciesJean Delvare2014-05-27
* drm: make mode_valid callback optionalAndrzej Hajda2014-04-22
* drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart2014-04-03
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-01
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2013-12-22
|\
| * drm/rcar-du: Add support for the r8a7791 DULaurent Pinchart2013-12-01
| * drm/rcar-du: Add LVDS_LANES quirkLaurent Pinchart2013-12-01
| * drm/rcar-du: Split features and quirksLaurent Pinchart2013-12-01
| * drm/rcar-du: Update plane pitch in .mode_set_base() operationLaurent Pinchart2013-12-01
| * drm/rcar-du: Don't cast crtc to rcrtc twice in the same functionLaurent Pinchart2013-12-01
| * drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun2013-12-01
* | drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources()Wei Yongjun2013-12-17
* | drm/rcar: call drm_put_dev directly in the ->remove hookDaniel Vetter2013-12-17
|/
* drm: Add separate Kconfig option for fbdev helpersDaniel Vetter2013-10-11
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-29
* drm: remove FASYNC supportDaniel Vetter2013-08-18
* Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie2013-08-18
|\
| * drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart2013-08-09
| * drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart2013-08-09
| * drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart2013-08-09
| * drm/rcar-du: Rework output routing supportLaurent Pinchart2013-08-09
| * drm/rcar-du: Add support for DEFR8 registerLaurent Pinchart2013-08-09
| * drm/rcar-du: Add support for multiple groupsLaurent Pinchart2013-08-09
| * drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart2013-08-09
| * drm/rcar-du: Add support for the R8A7790 DULaurent Pinchart2013-08-09
| * drm/rcar-du: Move output routing configuration to groupLaurent Pinchart2013-08-09
| * drm/rcar-du: Remove register definitions for the second channelLaurent Pinchart2013-08-09
| * drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart2013-08-09
| * drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart2013-08-09
| * drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*Laurent Pinchart2013-08-09
| * drm/rcar-du: Create rcar_du_planes structureLaurent Pinchart2013-08-09