summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-8/+8
* drm: rcar-du: Skip disabled outputsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart2017-04-041-35/+2
* drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart2017-04-041-90/+9
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-11-161-5/+12
|\
| * drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart2016-11-151-0/+7
| * drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart2016-11-141-5/+5
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-2/+10
|\ \
| * | drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-2/+10
| |/
* | drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
|/
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-291-5/+0
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* drm/rcar-du: Use for_each_*_in_stateDaniel Vetter2016-06-021-4/+4
* drm/rcar-du: Rename async to nonblock.Maarten Lankhorst2016-05-021-2/+3
* drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2016-02-231-4/+36
* drm: rcar-du: Add R8A7795 device supportLaurent Pinchart2016-02-231-4/+7
* drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart2016-02-231-3/+25
* drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart2016-02-201-275/+1
* drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart2016-02-201-4/+12
* drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart2016-02-201-6/+36
* drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart2016-02-201-1/+1
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+1
* drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart2015-06-161-3/+9
* drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart2015-06-161-5/+5
* drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart2015-06-161-2/+5
* drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-161-1/+1
* drm: rcar-du: Split planes pre-association 4/4 between CRTCsLaurent Pinchart2015-05-251-3/+4
* drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart2015-05-251-0/+1
* drm: rcar-du: Consider plane to CRTC associations in the plane allocatorLaurent Pinchart2015-05-251-1/+21
* drm: rcar-du: Add plane allocation debuggingLaurent Pinchart2015-05-251-1/+37
* drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart2015-05-251-4/+4
* drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart2015-05-251-3/+3
* drm: rcar-du: Move properties from rcar_du_planes to rcar_du_deviceLaurent Pinchart2015-05-251-0/+29
* Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-04-131-21/+4
|\
| * drm/rcar-du: use for_each_endpoint_of_node macroPhilipp Zabel2015-04-081-13/+3
| * of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel2015-02-231-11/+4
* | drm: rcar-du: Fix race condition in hardware plane allocatorLaurent Pinchart2015-03-031-2/+201
* | drm: rcar-du: Move plane commit code from CRTC start to CRTC resumeLaurent Pinchart2015-03-031-1/+1
* | drm: rcar-du: Implement asynchronous commit supportLaurent Pinchart2015-03-031-1/+104
* | drm: rcar-du: Switch plane update to atomic helpersLaurent Pinchart2015-03-031-0/+3
* | drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart2015-03-031-0/+2
* | drm: rcar-du: Implement universal plane supportLaurent Pinchart2015-03-031-7/+0
* | drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart2015-03-031-5/+10
* | drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart2015-03-031-4/+0
* | drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart2015-03-031-2/+0
|/
* drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2014-12-231-2/+13
* drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart2014-11-261-0/+1
OpenPOWER on IntegriCloud