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
2020-05-14
drm: rcar-du: Set primary plane zpos immutably at initializing
Tomohito Esaki
1
-7
/
+9
2019-02-07
drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.h
Sam Ravnborg
1
-0
/
+2
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+0
2019-01-14
drm: rcar-du: Remove inclusion of drmP.h
Laurent Pinchart
1
-1
/
+0
2018-11-23
drm: rcar-du: Enable alpha property on primary planes
Kieran Bingham
1
-1
/
+2
2018-09-14
drm: rcar-du: Convert to SPDX identifiers
Kuninori Morimoto
1
-5
/
+1
2018-08-06
drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logic
Alexandru Gheorghe
1
-4
/
+2
2018-04-16
drm/rcar-du: Convert to the new generic alpha property
Maxime Ripard
1
-10
/
+5
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-6
/
+1
2018-02-02
drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
1
-5
/
+4
2017-12-04
drm: rcar-du: Clip planes to screen boundaries
Laurent Pinchart
1
-13
/
+37
2017-12-04
drm: rcar-du: Share plane atomic check code between Gen2 and Gen3
Laurent Pinchart
1
-10
/
+17
2017-08-10
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-3
/
+2
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
1
-1
/
+0
2017-08-03
drm: rcar-du: Use new iterator macros
Maarten Lankhorst
1
-34
/
+38
2017-08-03
drm: rcar-du: Fix comments to comply with the kernel coding style
Laurent Pinchart
1
-14
/
+28
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-2
/
+2
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
[next]