index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
/
rcar_du_plane.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: rcar-du: Add R8A7795 device support
Laurent Pinchart
2016-02-23
1
-11
/
+38
*
drm: rcar-du: Fix compile warning on 64-bit platforms
Koji Matsuoka
2016-02-23
1
-4
/
+4
*
drm: rcar-du: Expose the VSP1 compositor through KMS planes
Laurent Pinchart
2016-02-23
1
-5
/
+2
*
drm: rcar-du: Move plane allocator to rcar_du_plane.c
Laurent Pinchart
2016-02-20
1
-0
/
+286
*
drm: rcar-du: Restart the DU group when a plane source changes
Laurent Pinchart
2016-02-20
1
-2
/
+20
*
drm: rcar-du: Add VSP1 compositor support
Laurent Pinchart
2016-02-20
1
-35
/
+51
*
drm: rcar-du: Add VSP1 support to the planes allocator
Laurent Pinchart
2016-02-20
1
-0
/
+1
*
drm: rcar-du: Refactor plane setup
Laurent Pinchart
2016-02-20
1
-18
/
+21
*
drm: rcar-du: Compute plane DDCR4 register value directly
Laurent Pinchart
2016-02-20
1
-10
/
+3
*
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
2015-12-11
1
-1
/
+2
*
drm: rcar-du: Fix plane state free in plane reset handler
Laurent Pinchart
2015-10-20
1
-23
/
+22
*
drm: rcar-du: Use the drm atomic state duplication helpers for planes
Laurent Pinchart
2015-06-16
1
-5
/
+5
*
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
2015-06-16
1
-3
/
+2
*
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
2015-05-25
1
-4
/
+2
*
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
2015-05-25
1
-8
/
+8
*
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
2015-05-25
1
-2
/
+1
*
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
2015-05-25
1
-34
/
+12
*
drm: rcar-du: Fix framebuffer reference leak through plane state
Laurent Pinchart
2015-03-19
1
-0
/
+3
*
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
2015-03-03
1
-154
/
+12
*
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
2015-03-03
1
-46
/
+61
*
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
2015-03-03
1
-12
/
+3
*
drm: rcar-du: Rework plane setup code
Laurent Pinchart
2015-03-03
1
-22
/
+12
*
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
2015-03-03
1
-51
/
+74
*
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
2015-03-03
1
-3
/
+3
*
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2015-03-03
1
-2
/
+2
*
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2015-03-03
1
-15
/
+10
*
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
2015-03-03
1
-0
/
+4
*
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
2015-03-03
1
-5
/
+3
*
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2015-03-03
1
-47
/
+105
*
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
2015-03-03
1
-2
/
+2
*
drm: rcar-du: Implement universal plane support
Laurent Pinchart
2015-03-03
1
-35
/
+30
*
drm: rcar-du: Implement support for interlaced modes
Laurent Pinchart
2014-12-23
1
-3
/
+15
*
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
Laurent Pinchart
2014-12-23
1
-0
/
+2
*
drm/rcar-du: Update copyright notice
Laurent Pinchart
2014-09-15
1
-1
/
+1
*
drm/rcar-du: Update plane pitch in .mode_set_base() operation
Laurent Pinchart
2013-12-02
1
-10
/
+11
*
drm/rcar-du: Add support for multiple groups
Laurent Pinchart
2013-08-09
1
-2
/
+4
*
drm/rcar-du: Introduce CRTCs groups
Laurent Pinchart
2013-08-09
1
-76
/
+79
*
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
Laurent Pinchart
2013-08-09
1
-2
/
+2
*
drm/rcar-du: Clarify comment regarding plane Y source coordinate
Laurent Pinchart
2013-08-09
1
-3
/
+6
*
drm: Renesas R-Car Display Unit DRM driver
Laurent Pinchart
2013-06-27
1
-0
/
+507