summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart2014-11-261-1/+1
* drm: rcar-du: Remove platform data supportLaurent Pinchart2014-11-261-45/+7
* drm/rcar: gem: dumb: pitch is an outputThierry Reding2014-11-131-1/+1
* drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding2014-11-131-1/+1
* drm/rcar-du: Add OF supportLaurent Pinchart2014-09-151-21/+210
* drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-151-1/+1
* drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart2014-07-301-2/+11
* drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart2014-04-041-1/+4
* drm/rcar-du: Split features and quirksLaurent Pinchart2013-12-021-2/+2
* drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart2013-08-091-8/+28
* drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart2013-08-091-0/+5
* drm/rcar-du: Rework output routing supportLaurent Pinchart2013-08-091-6/+11
* drm/rcar-du: Add support for multiple groupsLaurent Pinchart2013-08-091-12/+31
* drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart2013-08-091-3/+14
* drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart2013-08-091-1/+1
* drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart2013-08-091-4/+7
OpenPOWER on IntegriCloud