summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du
AgeCommit message (Expand)Author
2015-03-03drm: rcar-du: Remove private copy of plane size and positionLaurent Pinchart
2015-03-03drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart
2015-03-03drm: rcar-du: Handle primary plane config through atomic plane opsLaurent Pinchart
2015-03-03drm: rcar-du: Implement planes atomic operationsLaurent Pinchart
2015-03-03drm: rcar-du: Fix hardware plane allocationLaurent Pinchart
2015-03-03drm: rcar-du: Implement universal plane supportLaurent Pinchart
2015-03-03drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDSLaurent Pinchart
2015-03-03drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart
2015-03-03drm: rcar-du: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart
2015-03-03drm: rcar-du: Wait for page flip completion when turning the CRTC offLaurent Pinchart
2015-03-03drm: rcar-du: Reorder CRTC functionsLaurent Pinchart
2015-03-03drm: rcar-du: Don't set connector->encoder at init timeLaurent Pinchart
2015-03-03drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart
2015-03-03drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S
2015-01-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie
2014-12-23drm: rcar-du: Implement support for interlaced modesLaurent Pinchart
2014-12-23drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart
2014-12-23drm: rcar-du: Enable hotplug detection on HDMI connectorLaurent Pinchart
2014-12-23drm: rcar-du: Output HSYNC instead of CSYNCLaurent Pinchart
2014-12-23drm: rcar-du: Add support for external pixel clockLaurent Pinchart
2014-12-23drm: rcar-du: Refactor DEFR8 featureLaurent Pinchart
2014-12-23drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart
2014-12-23drm: rcar-du: Configure pitch for chroma plane of multiplanar formatsLaurent Pinchart
2014-12-23drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-03drm: rcar-du: Fix NULL encoder pointer dereferenceLaurent Pinchart
2014-11-26drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart
2014-11-26drm: rcar-du: Replace drm_encoder with drm_slave_encoderLaurent Pinchart
2014-11-26drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart
2014-11-26drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart
2014-11-26drm: rcar-du: fix error return codeJulia Lawall
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...Dave Airlie
2014-11-13drm/rcar: gem: dumb: pitch is an outputThierry Reding
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-20gpu: drm: rcar-du: drop owner assignment from platform_driversWolfram Sang
2014-09-15drm/rcar-du: Add OF supportLaurent Pinchart
2014-09-15drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-07-30drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart
2014-07-22drm: rcar-du: fix warningsRussell King
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-05-27drm/rcar-du: Add run-time dependenciesJean Delvare
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda
2014-04-04drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper