summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart2017-12-043-33/+62
* drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart2017-12-043-31/+22
* drm: rcar-du: Remove unused CRTC suspend/resume functionsKieran Bingham2017-12-041-35/+0
* drm: rcar-du: Implement system suspend/resume supportKieran Bingham2017-12-042-3/+16
* drm: rcar-du: Don't set connector DPMS propertyLaurent Pinchart2017-12-041-4/+0
* drm: rcar-du: Add R8A7745 supportFabrizio Castro2017-12-041-0/+22
* drm: rcar-du: Add R8A7743 supportFabrizio Castro2017-12-041-0/+22
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-1/+2
|\
| * drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes2017-10-011-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-104-9/+4
|\
| * drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
| * drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-082-2/+0
| * 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/+0
* | 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/+11
* drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart2017-04-048-331/+60
* 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/+0
* 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/+9
* 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
OpenPOWER on IntegriCloud