index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
/
rcar_du_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-2
/
+2
2016-07-29
drm: rcar: use generic code for managing zpos plane property
Benjamin Gaignard
1
-7
/
+2
2016-06-02
drm/rcar-du: Use for_each_*_in_state
Daniel Vetter
1
-12
/
+8
2016-05-17
drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state
Daniel Vetter
1
-1
/
+1
2016-02-23
drm: rcar-du: Add R8A7795 device support
Laurent Pinchart
1
-11
/
+38
2016-02-23
drm: rcar-du: Fix compile warning on 64-bit platforms
Koji Matsuoka
1
-4
/
+4
2016-02-23
drm: rcar-du: Expose the VSP1 compositor through KMS planes
Laurent Pinchart
1
-5
/
+2
2016-02-20
drm: rcar-du: Move plane allocator to rcar_du_plane.c
Laurent Pinchart
1
-0
/
+286
2016-02-20
drm: rcar-du: Restart the DU group when a plane source changes
Laurent Pinchart
1
-2
/
+20
2016-02-20
drm: rcar-du: Add VSP1 compositor support
Laurent Pinchart
1
-35
/
+51
2016-02-20
drm: rcar-du: Add VSP1 support to the planes allocator
Laurent Pinchart
1
-0
/
+1
2016-02-20
drm: rcar-du: Refactor plane setup
Laurent Pinchart
1
-18
/
+21
2016-02-20
drm: rcar-du: Compute plane DDCR4 register value directly
Laurent Pinchart
1
-10
/
+3
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
1
-1
/
+2
2015-10-20
drm: rcar-du: Fix plane state free in plane reset handler
Laurent Pinchart
1
-23
/
+22
2015-06-16
drm: rcar-du: Use the drm atomic state duplication helpers for planes
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
1
-3
/
+2
2015-05-25
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
1
-4
/
+2
2015-05-25
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
1
-8
/
+8
2015-05-25
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
1
-2
/
+1
2015-05-25
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
1
-34
/
+12
2015-03-19
drm: rcar-du: Fix framebuffer reference leak through plane state
Laurent Pinchart
1
-0
/
+3
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
1
-154
/
+12
2015-03-03
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
1
-46
/
+61
2015-03-03
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
1
-12
/
+3
2015-03-03
drm: rcar-du: Rework plane setup code
Laurent Pinchart
1
-22
/
+12
2015-03-03
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
1
-51
/
+74
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
1
-3
/
+3
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
1
-15
/
+10
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
1
-0
/
+4
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
1
-5
/
+3
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
1
-47
/
+105
2015-03-03
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
1
-35
/
+30
2014-12-23
drm: rcar-du: Implement support for interlaced modes
Laurent Pinchart
1
-3
/
+15
2014-12-23
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
Laurent Pinchart
1
-0
/
+2
2014-09-15
drm/rcar-du: Update copyright notice
Laurent Pinchart
1
-1
/
+1
2013-12-02
drm/rcar-du: Update plane pitch in .mode_set_base() operation
Laurent Pinchart
1
-10
/
+11
2013-08-09
drm/rcar-du: Add support for multiple groups
Laurent Pinchart
1
-2
/
+4
2013-08-09
drm/rcar-du: Introduce CRTCs groups
Laurent Pinchart
1
-76
/
+79
2013-08-09
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
Laurent Pinchart
1
-2
/
+2
2013-08-09
drm/rcar-du: Clarify comment regarding plane Y source coordinate
Laurent Pinchart
1
-3
/
+6
2013-06-27
drm: Renesas R-Car Display Unit DRM driver
Laurent Pinchart
1
-0
/
+507