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
/
disp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-25
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
55
-4899
/
+816
2018-12-11
drm/msm/dpu: Fix clock issue after bind failure
Jayant Shekhar
1
-0
/
+1
2018-12-11
drm/msm/dpu: Clean up dpu_media_info.h static inline functions
Jordan Crouse
1
-107
/
+57
2018-12-11
drm/msm/dpu: Further cleanups for static inline functions
Jordan Crouse
10
-71
/
+13
2018-12-11
drm/msm/dpu: Cleanup the debugfs functions
Jordan Crouse
12
-361
/
+93
2018-12-11
drm/msm/dpu: Remove dpu_irq and unused functions
Jordan Crouse
7
-147
/
+28
2018-12-11
drm/msm/dpu: Cleanup callers of dpu_hw_blk_init
Jordan Crouse
8
-100
/
+14
2018-12-11
drm/msm/dpu: Remove unused functions
Jordan Crouse
4
-40
/
+0
2018-12-11
drm/msm/dpu: Remove dpu_crtc_is_enabled()
Jordan Crouse
2
-20
/
+6
2018-12-11
drm/msm/dpu: Remove dpu_crtc_get_mixer_height
Jordan Crouse
2
-15
/
+1
2018-12-11
drm/msm/dpu: Remove dpu_dbg
Jordan Crouse
14
-2529
/
+3
2018-12-11
drm/msm: dpu: Remove crtc_lock
Sean Paul
2
-14
/
+0
2018-12-11
drm/msm: dpu: Remove vblank_requested flag from dpu_crtc
Sean Paul
3
-18
/
+4
2018-12-11
drm/msm: dpu: Separate crtc assignment from vblank enable
Sean Paul
3
-55
/
+59
2018-12-11
drm/msm: dpu: Don't bother checking ->enabled in dpu_crtc_vblank
Sean Paul
1
-3
/
+1
2018-12-11
drm/msm: dpu: Use atomic_disable for dpu_crtc_disable
Sean Paul
1
-2
/
+3
2018-12-11
drm/msm: dpu: Remove vblank_callback from encoder
Sean Paul
4
-23
/
+26
2018-12-11
drm/msm: dpu: Remove crtc_lock from setup_mixers
Sean Paul
1
-9
/
+3
2018-12-11
drm/msm: dpu: Move pm_runtime_(get|put) from vblank_enable
Sean Paul
1
-4
/
+4
2018-12-11
drm/msm: dpu: Add modeset lock checks where applicable
Sean Paul
2
-0
/
+3
2018-12-11
drm/msm: dpu: Stop using encoder->crtc pointer
Sean Paul
2
-36
/
+29
2018-12-11
drm/msm: dpu: Grab the modeset locks in frame_event
Sean Paul
1
-1
/
+14
2018-12-11
drm/msm: dpu: Don't drop locks in crtc_vblank_enable
Sean Paul
1
-6
/
+0
2018-12-11
drm/msm: dpu: Move crtc runtime resume to encoder
Sean Paul
5
-49
/
+15
2018-12-11
drm/msm: dpu: Add ->enabled to dpu_encoder_virt
Sean Paul
1
-5
/
+22
2018-12-11
drm/msm: dpu: Fix typo in dpu_encoder
Sean Paul
1
-1
/
+1
2018-12-11
drm/msm: dpu: Remove dpu_power_handle
Sean Paul
4
-263
/
+0
2018-12-11
drm/msm: dpu: Move DPU_POWER_HANDLE_DBUS_ID to core_perf
Sean Paul
4
-34
/
+34
2018-12-11
drm/msm: dpu: Include dpu_io_util.h directly in dpu_kms.h
Sean Paul
1
-0
/
+1
2018-12-11
drm/msm: dpu: Remove power_handle from core_perf
Sean Paul
3
-9
/
+0
2018-12-11
drm/msm: dpu: Handle crtc pm_runtime_resume() directly
Sean Paul
4
-25
/
+20
2018-12-11
drm/msm: dpu: Don't use power_event for vbif_init_memtypes
Sean Paul
2
-22
/
+3
2018-12-11
drm/msm: dpu: Remove dpu_power_client
Sean Paul
4
-199
/
+6
2018-12-11
drm/msm: dpu: Remove unused trace_dpu_perf_update_bus()
Sean Paul
1
-21
/
+0
2018-12-11
drm/msm: dpu: Remove dpu_power_handle_get_dbus_name()
Sean Paul
3
-25
/
+2
2018-12-11
drm/msm: dpu: Allocate proper amount for dpu_crtc_state
Sean Paul
1
-1
/
+13
2018-12-11
drm/msm/mdp4: add lcdc-align-lsb flag to control lane alignment
Jonathan Marek
1
-8
/
+13
2018-12-11
drm/msm: dpu: Make legacy cursor updates asynchronous
Sean Paul
5
-33
/
+47
2018-12-11
drm/msm: dpu: Only check flush register against pending flushes
Sean Paul
1
-1
/
+1
2018-12-11
drm/msm/dpu: Correct dpu destroy and disable order
Jayant Shekhar
1
-4
/
+1
2018-12-11
drm/msm/mdp5: add config for msm8917
Jonathan Marek
1
-0
/
+86
2018-12-11
drm/msm/mdp4: allocate blank_cursor_no with MSM_BO_SCANOUT flag
Jonathan Marek
1
-1
/
+1
2018-12-11
drm/msm/mdp4: only use lut_clk on mdp4.2+
Jonathan Marek
1
-9
/
+13
2018-12-11
drm/msm: Count how many times iova memory is pinned
Jordan Crouse
3
-3
/
+3
2018-12-11
drm/msm: Add msm_gem_get_and_pin_iova()
Jordan Crouse
3
-4
/
+4
2018-12-11
drm/msm/dpu: set geometry for iommu domain
Jeykumar Sankaran
1
-0
/
+3
2018-12-11
drm: msm: Use DRM_DEV_* instead of dev_*
Mamta Shukla
15
-106
/
+108
2018-12-11
drm/msm: dpu: Remove checks from dpu_plane_destroy_state()
Sean Paul
1
-12
/
+1
2018-12-11
drm/msm: dpu: Clean up _dpu_core_video_mode_intf_connected()
Sean Paul
1
-7
/
+2
2018-12-11
drm/msm: dpu: Remove empty/useless labels
Sean Paul
7
-28
/
+15
[next]