aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
Commit message (Expand)AuthorAge
* drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-26
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-29
* drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-29
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-10
* drm/rcar-du: Use for_each_*_in_stateDaniel Vetter2016-06-02
* drm/rcar-du: Rename async to nonblock.Maarten Lankhorst2016-05-02
* drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2016-02-23
* drm: rcar-du: Add R8A7795 device supportLaurent Pinchart2016-02-23
* drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart2016-02-23
* drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart2016-02-19
* drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart2016-02-19
* drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart2016-02-19
* drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart2016-02-19
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-24
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-08
* drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart2015-06-16
* drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart2015-06-16
* drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart2015-06-16
* drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-16
* drm: rcar-du: Split planes pre-association 4/4 between CRTCsLaurent Pinchart2015-05-25
* drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart2015-05-25
* drm: rcar-du: Consider plane to CRTC associations in the plane allocatorLaurent Pinchart2015-05-25
* drm: rcar-du: Add plane allocation debuggingLaurent Pinchart2015-05-25
* drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart2015-05-25
* drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart2015-05-25
* drm: rcar-du: Move properties from rcar_du_planes to rcar_du_deviceLaurent Pinchart2015-05-25
* Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-04-13
|\
| * drm/rcar-du: use for_each_endpoint_of_node macroPhilipp Zabel2015-04-08
| * of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel2015-02-23
* | drm: rcar-du: Fix race condition in hardware plane allocatorLaurent Pinchart2015-03-03
* | drm: rcar-du: Move plane commit code from CRTC start to CRTC resumeLaurent Pinchart2015-03-03
* | drm: rcar-du: Implement asynchronous commit supportLaurent Pinchart2015-03-03
* | drm: rcar-du: Switch plane update to atomic helpersLaurent Pinchart2015-03-03
* | drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart2015-03-03
* | drm: rcar-du: Implement universal plane supportLaurent Pinchart2015-03-03
* | drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart2015-03-03
* | drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart2015-03-03
* | drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart2015-03-03
|/
* drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2014-12-23
* drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart2014-11-26
* drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart2014-11-26
* drm: rcar-du: Remove platform data supportLaurent Pinchart2014-11-26
* drm/rcar: gem: dumb: pitch is an outputThierry Reding2014-11-13
* drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding2014-11-13
* drm/rcar-du: Add OF supportLaurent Pinchart2014-09-15
* drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-15
* drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart2014-07-29
* drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart2014-04-03
* drm/rcar-du: Split features and quirksLaurent Pinchart2013-12-01
* drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart2013-08-09