index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/msm: gpu: don't abuse dma_alloc for non-DMA allocations
Arnd Bergmann
2017-08-02
2
-51
/
+23
*
drm/msm: gpu: call qcom_mdt interfaces only for ARCH_QCOM
Arnd Bergmann
2017-08-02
2
-9
/
+4
*
drm/msm/adreno: Prevent unclocked access when retrieving timestamps
Archit Taneja
2017-08-02
1
-2
/
+9
*
drm/msm: args->fence should be args->flags
Jordan Crouse
2017-08-02
1
-1
/
+1
*
drm/msm: Turn off hardware clock gating before reading A5XX registers
Jordan Crouse
2017-08-02
1
-0
/
+7
*
drm/msm: Allow hardware clock gating to be toggled
Jordan Crouse
2017-08-02
2
-33
/
+10
*
drm/msm: Remove some potentially blocked register ranges
Jordan Crouse
2017-08-02
1
-25
/
+24
*
drm/msm/mdp5: Drop clock names with "_clk" suffix
Archit Taneja
2017-08-02
1
-6
/
+6
*
drm/msm/mdp5: Fix typo in encoder_enable path
Archit Taneja
2017-08-02
1
-1
/
+1
*
drm/msm: NULL pointer dereference in drivers/gpu/drm/msm/msm_gem_vma.c
Hans Verkuil
2017-08-02
1
-1
/
+1
*
drm/msm: fix WARN_ON in add_vma() with no iommu
Hans Verkuil
2017-08-02
1
-0
/
+4
*
drm/msm/dsi: Calculate link clock rates with updated dsi->lanes
Archit Taneja
2017-08-01
1
-7
/
+7
*
drm/msm/mdp5: fix unclocked register access in _cursor_set()
Rob Clark
2017-08-01
1
-0
/
+8
*
drm/msm: unlock on error in msm_gem_get_iova()
Dan Carpenter
2017-08-01
1
-3
/
+5
*
drm/msm: fix an integer overflow test
Dan Carpenter
2017-08-01
1
-2
/
+2
*
drm/msm/mdp5: Fix compilation warnings
Viresh Kumar
2017-08-01
2
-4
/
+4
*
drm/msm: Fix potential buffer overflow issue
Kasin Li
2017-06-20
1
-3
/
+6
*
drm/msm: Separate locking of buffer resources from struct_mutex
Sushmita Susheelendra
2017-06-17
17
-144
/
+238
*
drm/msm/hdmi: Fix HDMI pink strip issue seen on 8x96
Archit Taneja
2017-06-16
1
-3
/
+67
*
drm/msm/hdmi: 8996 PLL: Populate unprepare
Archit Taneja
2017-06-16
1
-0
/
+5
*
drm/msm/hdmi: Use bitwise operators when building register values
Liviu Dudau
2017-06-16
1
-3
/
+3
*
drm/msm: update generated headers
Rob Clark
2017-06-16
15
-337
/
+2059
*
drm/msm: remove address-space id
Rob Clark
2017-06-16
8
-46
/
+0
*
drm/msm: support for an arbitrary number of address spaces
Rob Clark
2017-06-16
2
-43
/
+99
*
drm/msm: refactor how we handle vram carveout buffers
Rob Clark
2017-06-16
1
-21
/
+27
*
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
2017-06-16
17
-58
/
+78
*
drm/msm/mdp4+5: move aspace/id to base class
Rob Clark
2017-06-16
11
-40
/
+56
*
drm/msm/mdp5: kill pipe_lock
Rob Clark
2017-06-16
1
-10
/
+0
*
drm/msm: fix locking inconsistency for gpu->hw_init()
Rob Clark
2017-06-16
6
-16
/
+17
*
drm/msm: Remove memptrs->wptr
Jordan Crouse
2017-06-16
2
-4
/
+0
*
drm/msm: Add a struct to pass configuration to msm_gpu_init()
Jordan Crouse
2017-06-16
3
-10
/
+26
*
drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVA
Jordan Crouse
2017-06-16
1
-2
/
+21
*
drm/msm: Remove idle function hook
Jordan Crouse
2017-06-16
6
-11
/
+10
*
drm/msm: Remove DRM_MSM_NUM_IOCTLS
Jordan Crouse
2017-06-16
1
-1
/
+1
*
drm/msm: gpu: Enable zap shader for A5XX
Jordan Crouse
2017-06-16
5
-2
/
+183
*
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2017-06-16
10
-20
/
+35
|
\
|
*
drm/msm: Fix the check for the command size
Jordan Crouse
2017-05-27
1
-2
/
+3
|
*
drm/msm: Take the mutex before calling msm_gem_new_impl
Jordan Crouse
2017-05-27
1
-0
/
+6
|
*
drm/msm: for array in-fences, check if all backing fences are from our own co...
Philipp Zabel
2017-05-27
1
-5
/
+4
|
*
drm/msm: constify irq_domain_ops
Tobias Klauser
2017-05-27
1
-1
/
+1
|
*
drm/msm/mdp5: release hwpipe(s) for unused planes
Rob Clark
2017-05-27
1
-0
/
+4
|
*
drm/msm: Reuse dma_fence_release.
Eric Anholt
2017-05-27
1
-8
/
+2
|
*
drm/msm: Expose our reservation object when exporting a dmabuf.
Eric Anholt
2017-05-27
3
-0
/
+9
|
*
drm/msm/gpu: check legacy clk names in get_clocks()
Rob Clark
2017-05-27
1
-2
/
+2
|
*
drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()
Rob Clark
2017-05-27
1
-2
/
+3
|
*
drm/msm: select PM_OPP
Rob Clark
2017-05-27
1
-0
/
+1
*
|
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
2017-05-22
1
-15
/
+15
*
|
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-05-18
1
-5
/
+5
*
|
drm/msm: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
14
-42
/
+43
*
|
drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
Daniel Vetter
2017-05-10
1
-37
/
+8
[next]