summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
AgeCommit message (Expand)AuthorLines
2017-06-09drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart-6/+70
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham-2/+16
2017-05-22drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart-11/+11
2017-04-04drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka-3/+13
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka-1/+105
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart-0/+7
2017-04-04drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka-0/+108
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart-82/+11
2017-04-04drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart-331/+60
2017-04-04drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart-2/+49
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart-44/+50
2017-04-04drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart-7/+0
2017-04-04drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi-1/+1
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart-90/+9
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart-3/+3
2017-04-04drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart-0/+7
2017-04-04drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang-1/+1
2017-04-04drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart-8/+8
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie-2/+6
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter-11/+1
2017-03-09Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-2/+6
2017-03-07[media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham-2/+6
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo-30/+19
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi-1/+1
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart-4/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä-4/+4
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart-7/+0
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie-57/+98
2016-11-15drm: rcar-du: Fix LVDS start sequence on Gen3Koji Matsuoka-7/+8
2016-11-15drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka-2/+2
2016-11-15drm: rcar-du: Fix display timing controller parameterKoji Matsuoka-1/+1
2016-11-15drm: rcar-du: Fix dot clock routing configurationLaurent Pinchart-9/+13
2016-11-15drm: rcar-du: Add R8A7796 supportLaurent Pinchart-0/+25
2016-11-15drm: rcar-du: Add R8A7792 supportSergei Shtylyov-0/+22
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart-20/+17
2016-11-14drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart-5/+5
2016-11-14drm: rcar-du: Remove memory allocation error messageLaurent Pinchart-3/+1
2016-11-14drm: rcar-du: Remove test for impossible error conditionLaurent Pinchart-6/+0
2016-11-14drm: rcar-du: Bring HDMI encoder comments in line with the driverLaurent Pinchart-2/+2
2016-11-14drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()Laurent Pinchart-2/+2
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie-2/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie-2/+10
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula-2/+0
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä-2/+10
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson-1/+2
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen-2/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying-1/+2
2016-08-08drm: rcar-du: Link HDMI encoder with bridgeLaurent Pinchart-0/+1