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
/
msm
/
mdp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-12
/
+2
2018-01-23
drm/msm/mdp5: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
1
-10
/
+10
2017-12-13
drm/msm: avoid false-positive -Wmaybe-uninitialized warning
Arnd Bergmann
1
-7
/
+2
2017-12-13
drm/msm/mdp4: Deduplicate bus_find_device() by name matching
Lukas Wunner
1
-6
/
+1
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
10
-210
/
+294
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
1
-2
/
+3
2017-11-20
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
1
-2
/
+2
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
2
-2
/
+2
2017-10-28
drm/msm/mdp5: Don't use async plane update path if plane visibility changes
Archit Taneja
1
-0
/
+25
2017-10-28
drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabled
Archit Taneja
1
-29
/
+37
2017-10-28
drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planes
Archit Taneja
3
-20
/
+57
2017-10-28
drm/msm/mdp5: Prepare mdp5_pipe_assign for some rework
Archit Taneja
3
-27
/
+27
2017-10-28
drm/msm: remove mdp5_cursor_plane_funcs
Gustavo Padovan
1
-22
/
+3
2017-10-28
drm/msm: update cursors asynchronously through atomic
Gustavo Padovan
1
-88
/
+63
2017-10-28
drm/msm/mdp5: restore cursor state when enabling crtc
Rob Clark
1
-32
/
+68
2017-10-28
drm/msm/mdp5: don't use autosuspend
Rob Clark
5
-13
/
+13
2017-10-28
drm/msm/mdp5: ignore planes that are not visible
Rob Clark
1
-0
/
+8
2017-10-28
drm/msm/mdp5: disable vblanks when crtc is off
Rob Clark
1
-0
/
+6
2017-10-28
drm/msm/mdp4: disable vblanks when crtc is off
Rob Clark
1
-0
/
+7
2017-10-28
drm/msm/mdp5: always print mdp5 version
Rob Clark
1
-1
/
+1
2017-10-12
drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set()
Archit Taneja
1
-2
/
+0
2017-10-12
drm/msm/mdp5: add missing max size for 8x74 v1
Rob Clark
1
-0
/
+2
2017-10-11
drm/msm/mdp5: remove less than 0 comparison for unsigned value
Aishwarya Pant
1
-1
/
+1
2017-08-25
Merge tag 'drm-msm-next-2017-08-22' of git://people.freedesktop.org/~robclark...
Dave Airlie
8
-54
/
+201
2017-08-22
drm/msm/mdp5: mark runtime_pm functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2017-08-22
drm/msm/mdp5: make helper function static
Rob Clark
1
-1
/
+1
2017-08-22
drm/msm/mdp5: add tracking for clk enable-count
Rob Clark
2
-0
/
+9
2017-08-15
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
4
-11
/
+19
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
1
-1
/
+0
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
1
-2
/
+0
2017-08-08
drm: Nuke drm_atomic_helper_crtc_set_property
Daniel Vetter
2
-3
/
+0
2017-08-02
drm/msm/mdp5: Set up runtime PM for MDSS
Archit Taneja
1
-8
/
+55
2017-08-02
drm/msm/mdp5: Write to SMP registers even if allocations don't change
Archit Taneja
1
-8
/
+51
2017-08-02
drm/msm/mdp5: Don't use mode_set helper funcs for encoders and CRTCs
Archit Taneja
2
-2
/
+7
2017-08-02
drm/msm/mdp5: Use runtime PM get/put API instead of toggling clocks
Archit Taneja
6
-36
/
+78
2017-08-01
drm/msm/mdp5: Drop clock names with "_clk" suffix
Archit Taneja
1
-6
/
+6
2017-08-01
drm/msm/mdp5: Fix typo in encoder_enable path
Archit Taneja
1
-1
/
+1
2017-08-01
drm/msm/mdp5: fix unclocked register access in _cursor_set()
Rob Clark
1
-0
/
+8
2017-08-01
drm/msm/mdp5: Fix compilation warnings
Viresh Kumar
2
-4
/
+4
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2
-3
/
+3
2017-08-01
drm/msm: Convert to use new iterator macros, v2.
Maarten Lankhorst
1
-2
/
+2
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2
-4
/
+6
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2
-4
/
+6
2017-06-17
drm/msm: Separate locking of buffer resources from struct_mutex
Sushmita Susheelendra
2
-3
/
+1
2017-06-16
drm/msm: update generated headers
Rob Clark
3
-29
/
+37
2017-06-16
drm/msm: remove address-space id
Rob Clark
2
-14
/
+0
2017-06-16
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
5
-19
/
+19
2017-06-16
drm/msm/mdp4+5: move aspace/id to base class
Rob Clark
8
-37
/
+41
2017-06-16
drm/msm/mdp5: kill pipe_lock
Rob Clark
1
-10
/
+0
2017-06-16
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2
-3
/
+8
[next]