summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-104-9/+4Star
|\
| * drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0Star
| * drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-082-2/+0Star
| * drm: Plumb modifiers through plane initBen Widawsky2017-08-012-4/+4
| * drm/rcar-du: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0Star
* | drm: rcar-du: Use new iterator macrosMaarten Lankhorst2017-08-031-34/+38
* | drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham2017-08-033-5/+13
* | drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart2017-08-032-6/+60
* | drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart2017-08-031-1/+1
* | drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart2017-08-031-1/+1
* | drm: rcar-du: Add HDMI outputs to R8A7796 device descriptionLaurent Pinchart2017-08-031-2/+7
* | drm: rcar-du: Remove an unneeded NULL checkDan Carpenter2017-08-031-1/+1
* | drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart2017-08-033-29/+43
* | drm: rcar-du: Configure DPAD0 routing through last group on Gen3Laurent Pinchart2017-08-031-6/+14
* | drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart2017-08-031-10/+27
* | drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart2017-08-035-33/+108
* | drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart2017-08-038-48/+96
* | drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto2017-08-031-1/+1
* | v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart2017-07-291-6/+6
|/
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-262-10/+10
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart2017-06-092-6/+70
* drm: rcar-du: Register a completion callback with VSP1Kieran Bingham2017-05-223-2/+16
* drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart2017-05-221-11/+11
* drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka2017-04-042-3/+13
* drm: rcar-du: Add DPLL supportKoji Matsuoka2017-04-044-1/+105
* drm: rcar-du: Skip disabled outputsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka2017-04-043-0/+108
* drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart2017-04-045-82/+11Star
* drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart2017-04-048-331/+60Star
* drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart2017-04-043-2/+49
* drm: rcar-du: Use the DRM panel APILaurent Pinchart2017-04-044-44/+50
* drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart2017-04-042-7/+0Star
* drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi2017-04-041-1/+1
* drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart2017-04-041-90/+9Star
* drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart2017-04-041-3/+3
* drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang2017-04-041-1/+1
* drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart2017-04-042-8/+8
* BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-231-2/+6
|\
| * Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-03-101-2/+6
| |\
| | * [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham2017-03-071-2/+6
* | | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1Star
* | | drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-30/+19Star
* | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
|/ /
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* | drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-4/+1Star
* | drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-152-4/+4
|/