summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du
AgeCommit message (Expand)Author
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart
2017-12-04drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart
2017-12-04drm: rcar-du: Remove unused CRTC suspend/resume functionsKieran Bingham
2017-12-04drm: rcar-du: Implement system suspend/resume supportKieran Bingham
2017-12-04drm: rcar-du: Don't set connector DPMS propertyLaurent Pinchart
2017-12-04drm: rcar-du: Add R8A7745 supportFabrizio Castro
2017-12-04drm: rcar-du: Add R8A7743 supportFabrizio Castro
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-01drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-03drm: rcar-du: Use new iterator macrosMaarten Lankhorst
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham
2017-08-03drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart
2017-08-03drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart
2017-08-03drm: rcar-du: Add HDMI outputs to R8A7796 device descriptionLaurent Pinchart
2017-08-03drm: rcar-du: Remove an unneeded NULL checkDan Carpenter
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart
2017-08-03drm: rcar-du: Configure DPAD0 routing through last group on Gen3Laurent Pinchart
2017-08-03drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-29v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart
2017-07-29drm/rcar-du: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-09drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham
2017-05-22drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart
2017-04-04drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart
2017-04-04drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart
2017-04-04drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart
2017-04-04drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart
2017-04-04drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart
2017-04-04drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart
2017-04-04drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart
2017-04-04drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang
2017-04-04drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart