index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
mdp
/
mdp5
/
mdp5_plane.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/msm/mdp5: check the return of kzalloc()
Xiaoke Wang
2022-04-27
1
-0
/
+3
*
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
2017-08-15
1
-2
/
+2
|
\
|
*
drm/msm/mdp5: Fix compilation warnings
Viresh Kumar
2017-08-01
1
-2
/
+2
*
|
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
2017-08-08
1
-2
/
+0
*
|
drm: Plumb modifiers through plane init
Ben Widawsky
2017-08-01
1
-2
/
+2
|
/
*
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
2017-06-16
1
-6
/
+6
*
drm/msm/mdp4+5: move aspace/id to base class
Rob Clark
2017-06-16
1
-6
/
+10
*
drm/msm/mdp5: kill pipe_lock
Rob Clark
2017-06-16
1
-10
/
+0
*
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2017-06-16
1
-2
/
+7
|
\
|
*
drm/msm/mdp5: release hwpipe(s) for unused planes
Rob Clark
2017-05-27
1
-0
/
+4
|
*
drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()
Rob Clark
2017-05-27
1
-2
/
+3
*
|
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
2017-05-22
1
-15
/
+15
|
/
*
drm/msm/mdp5: Configure 'right' hwpipe
Archit Taneja
2017-04-08
1
-1
/
+45
*
drm/msm/mdp5: Assign a 'right hwpipe' to plane state
Archit Taneja
2017-04-08
1
-1
/
+56
*
drm/msm/mdp5: Create mdp5_hwpipe_mode_set
Archit Taneja
2017-04-08
1
-97
/
+130
*
drm/msm/mdp5: Remove mixer/intf pointers from mdp5_ctl
Archit Taneja
2017-04-08
1
-1
/
+2
*
drm/msm/mdp5: Bring back pipe_lock to mdp5_plane struct
Archit Taneja
2017-04-08
1
-2
/
+7
*
drm: Add acquire ctx parameter to ->update_plane
Daniel Vetter
2017-03-29
1
-3
/
+5
*
drm/msm/mdp5: Add support for legacy cursor updates
Archit Taneja
2017-02-06
1
-3
/
+107
*
drm/msm/mdp5: Refactor mdp5_plane_atomic_check
Archit Taneja
2017-02-06
1
-12
/
+20
*
drm/msm/mdp5: Misc cursor plane bits
Archit Taneja
2017-02-06
1
-3
/
+5
*
drm/msm/mdp5: Use plane helpers to configure src/dst rectangles
Archit Taneja
2017-02-06
1
-13
/
+44
*
drm/msm/mdp5: Prepare CRTC/LM for empty stages
Archit Taneja
2017-02-06
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
2017-01-27
1
-22
/
+0
|
\
|
*
drm/msm/mdp5: rip out plane->pending tracking
Rob Clark
2017-01-13
1
-22
/
+0
*
|
drm: Replace drm_format_num_planes() with fb->format->num_planes
Ville Syrjälä
2016-12-15
1
-1
/
+1
|
/
*
drm/msm/mdp5: move LM bounds check into plane->atomic_check()
Rob Clark
2016-11-27
1
-0
/
+13
*
drm/msm/mdp5: handle SMP block allocations "atomically"
Rob Clark
2016-11-27
1
-49
/
+13
*
drm/msm/mdp5: dynamically assign hw pipes to planes
Rob Clark
2016-11-27
1
-74
/
+84
*
drm/msm/mdp5: introduce mdp5_hw_pipe
Rob Clark
2016-11-27
1
-38
/
+28
*
drm/msm/mdp5: rip out mode_changed
Rob Clark
2016-11-27
1
-16
/
+4
*
drm/msm/mdp5: don't be so casty
Rob Clark
2016-11-27
1
-5
/
+7
*
drm/msm/mdp5: drop mdp5_plane::name
Rob Clark
2016-11-27
1
-15
/
+11
*
drm/msm/mdp5: nuke mdp5_plane_complete_flip()
Rob Clark
2016-11-27
1
-17
/
+10
*
drm/msm/mdp5: clip img size to src size
Rob Clark
2016-11-26
1
-2
/
+2
*
drm/msm/mdp5: no scaling support on RGBn pipes for 8x16
Rob Clark
2016-11-26
1
-6
/
+3
*
drm/msm/mdp5: add atomic_print_state support
Rob Clark
2016-11-08
1
-1
/
+17
*
drm/msm/mdp5: Advertize 180 degree rotation
Ville Syrjälä
2016-10-22
1
-4
/
+17
*
drm/msm/mdp5: Use per-plane rotation property
Ville Syrjälä
2016-10-22
1
-9
/
+5
*
drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0
Ville Syrjälä
2016-09-15
1
-2
/
+2
*
drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb
Chris Wilson
2016-08-19
1
-2
/
+2
*
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
2016-08-08
1
-5
/
+5
*
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
2015-12-11
1
-1
/
+1
*
drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)
Stephane Viau
2015-10-22
1
-7
/
+11
*
drm/msm/mdp: Add Software Pixel Extension support
Stephane Viau
2015-10-22
1
-31
/
+127
*
drm/msm/mdp5: Use the newly introduced enum mdp_component_type
Stephane Viau
2015-10-22
1
-12
/
+13
*
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2015-09-08
1
-2
/
+8
*
drm/msm/mdp5: Add rotation (hflip/vflip) support to MDP5 planes (v2)
jilai wang
2015-08-15
1
-8
/
+41
*
drm/msm/mdp: Add capabilities to MDP planes (v2)
jilai wang
2015-08-15
1
-21
/
+52
*
drm/msm/mdp5: add more YUV formats for MDP5
Stephane Viau
2015-08-15
1
-47
/
+58
[next]