index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
/
rcar_du_kms.c
Age
Commit message (
Expand
)
Author
2015-06-16
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
2015-06-16
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
Laurent Pinchart
2015-06-16
drm: rcar-du: Clarify error message when encoder initialization fails
Laurent Pinchart
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
2015-05-25
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
Laurent Pinchart
2015-05-25
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
2015-05-25
drm: rcar-du: Consider plane to CRTC associations in the plane allocator
Laurent Pinchart
2015-05-25
drm: rcar-du: Add plane allocation debugging
Laurent Pinchart
2015-05-25
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
2015-05-25
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
2015-05-25
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
2015-04-13
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2015-04-08
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
2015-03-03
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
2015-03-03
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
2015-03-03
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
2015-02-23
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
Philipp Zabel
2014-12-23
drm: rcar-du: Don't fail probe in case of partial encoder init error
Laurent Pinchart
2014-11-26
drm: rcar-du: Add HDMI encoder and connector support
Laurent Pinchart
2014-11-26
drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
Laurent Pinchart
2014-11-26
drm: rcar-du: Remove platform data support
Laurent Pinchart
2014-11-13
drm/rcar: gem: dumb: pitch is an output
Thierry Reding
2014-11-13
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
Thierry Reding
2014-09-15
drm/rcar-du: Add OF support
Laurent Pinchart
2014-09-15
drm/rcar-du: Update copyright notice
Laurent Pinchart
2014-07-30
drm/rcar-du: Fix maximum frame buffer pitch computation
Laurent Pinchart
2014-04-04
drm/rcar-du: Handle encoder initialization failures
Laurent Pinchart
2013-12-02
drm/rcar-du: Split features and quirks
Laurent Pinchart
2013-08-09
drm/rcar-du: Add FBDEV emulation support
Laurent Pinchart
2013-08-09
drm/rcar-du: Add internal LVDS encoder support
Laurent Pinchart
2013-08-09
drm/rcar-du: Rework output routing support
Laurent Pinchart
2013-08-09
drm/rcar-du: Add support for multiple groups
Laurent Pinchart
2013-08-09
drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU
Laurent Pinchart
2013-08-09
drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size
Laurent Pinchart
2013-08-09
drm/rcar-du: Introduce CRTCs groups
Laurent Pinchart
2013-08-09
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
Laurent Pinchart
2013-08-09
drm/rcar-du: Rename platform data fields to match what they describe
Laurent Pinchart
2013-08-09
drm/rcar-du: Merge LVDS and VGA encoder code
Laurent Pinchart
2013-07-05
drm/rcar-du: Fix buffer pitch alignment
Laurent Pinchart
2013-07-05
drm/rcar-du: Don't ignore rcar_du_crtc_create() return value
Laurent Pinchart
2013-06-27
drm: Renesas R-Car Display Unit DRM driver
Laurent Pinchart