aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie4-9/+4
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2-2/+0
2017-08-03drm: rcar-du: Use new iterator macrosMaarten Lankhorst1-34/+38
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham3-5/+13
2017-08-03drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart2-6/+60
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Add HDMI outputs to R8A7796 device descriptionLaurent Pinchart1-2/+7
2017-08-03drm: rcar-du: Remove an unneeded NULL checkDan Carpenter1-1/+1
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart3-29/+43
2017-08-03drm: rcar-du: Configure DPAD0 routing through last group on Gen3Laurent Pinchart1-6/+14
2017-08-03drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart1-10/+27
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart5-33/+108
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart8-48/+96
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-4/+4
2017-07-29v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart1-6/+6
2017-07-29drm/rcar-du: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring2-10/+10
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-09drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart2-6/+70
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham3-2/+16
2017-05-22drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart1-11/+11
2017-04-04drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka2-3/+13
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka4-1/+105
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart1-0/+7
2017-04-04drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka3-0/+108
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart5-82/+11
2017-04-04drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart8-331/+60
2017-04-04drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart3-2/+49
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart4-44/+50
2017-04-04drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart2-7/+0
2017-04-04drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi1-1/+1
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart1-90/+9
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart1-3/+3
2017-04-04drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart1-0/+7
2017-04-04drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang1-1/+1
2017-04-04drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart2-8/+8
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie1-2/+6
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-03-09Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+6
2017-03-07[media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham1-2/+6
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo3-30/+19
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-4/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1