summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-5/+12
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart1-0/+7
2016-11-14drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart1-5/+5
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-2/+10
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-2/+10
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard1-5/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-02drm/rcar-du: Use for_each_*_in_stateDaniel Vetter1-4/+4
2016-05-02drm/rcar-du: Rename async to nonblock.Maarten Lankhorst1-2/+3
2016-02-23drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart1-4/+36
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart1-4/+7
2016-02-23drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart1-3/+25
2016-02-20drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart1-275/+1
2016-02-20drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart1-4/+12
2016-02-20drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart1-6/+36
2016-02-20drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
2015-06-16drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart1-3/+9
2015-06-16drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart1-2/+5
2015-06-16drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart1-1/+1
2015-05-25drm: rcar-du: Split planes pre-association 4/4 between CRTCsLaurent Pinchart1-3/+4
2015-05-25drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart1-0/+1
2015-05-25drm: rcar-du: Consider plane to CRTC associations in the plane allocatorLaurent Pinchart1-1/+21
2015-05-25drm: rcar-du: Add plane allocation debuggingLaurent Pinchart1-1/+37
2015-05-25drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart1-4/+4
2015-05-25drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart1-3/+3
2015-05-25drm: rcar-du: Move properties from rcar_du_planes to rcar_du_deviceLaurent Pinchart1-0/+29
2015-04-13Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-21/+4
2015-04-08drm/rcar-du: use for_each_endpoint_of_node macroPhilipp Zabel1-13/+3
2015-03-03drm: rcar-du: Fix race condition in hardware plane allocatorLaurent Pinchart1-2/+201
2015-03-03drm: rcar-du: Move plane commit code from CRTC start to CRTC resumeLaurent Pinchart1-1/+1
2015-03-03drm: rcar-du: Implement asynchronous commit supportLaurent Pinchart1-1/+104
2015-03-03drm: rcar-du: Switch plane update to atomic helpersLaurent Pinchart1-0/+3
2015-03-03drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart1-0/+2
2015-03-03drm: rcar-du: Implement universal plane supportLaurent Pinchart1-7/+0
2015-03-03drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart1-5/+10
2015-03-03drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart1-4/+0
2015-03-03drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart1-2/+0
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel1-11/+4
2014-12-23drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart1-2/+13
2014-11-26drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart1-0/+1
2014-11-26drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart1-1/+1
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart1-45/+7
2014-11-13drm/rcar: gem: dumb: pitch is an outputThierry Reding1-1/+1
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-1/+1