summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du
AgeCommit message (Expand)AuthorFilesLines
2015-03-03drm: rcar-du: Remove private copy of plane size and positionLaurent Pinchart2-23/+10
2015-03-03drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart6-0/+25
2015-03-03drm: rcar-du: Handle primary plane config through atomic plane opsLaurent Pinchart3-78/+14
2015-03-03drm: rcar-du: Implement planes atomic operationsLaurent Pinchart2-48/+141
2015-03-03drm: rcar-du: Fix hardware plane allocationLaurent Pinchart1-2/+2
2015-03-03drm: rcar-du: Implement universal plane supportLaurent Pinchart4-52/+40
2015-03-03drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDSLaurent Pinchart1-3/+7
2015-03-03drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart1-5/+10
2015-03-03drm: rcar-du: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart2-11/+21
2015-03-03drm: rcar-du: Wait for page flip completion when turning the CRTC offLaurent Pinchart2-0/+38
2015-03-03drm: rcar-du: Reorder CRTC functionsLaurent Pinchart1-59/+83
2015-03-03drm: rcar-du: Don't set connector->encoder at init timeLaurent Pinchart3-3/+0
2015-03-03drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart1-4/+0
2015-03-03drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart1-2/+0
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel1-11/+4
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S1-1/+1
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-16Merge 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/li...Dave 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-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5