index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
adreno
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-22
drm/msm: remove unused variable
Arnd Bergmann
1
-1
/
+0
2017-08-22
drm/msm: Add a helper function for in-kernel buffer allocations
Jordan Crouse
3
-47
/
+15
2017-08-22
drm/msm: Attach the GPU MMU when it is created
Jordan Crouse
2
-26
/
+6
2017-08-02
drm/msm: Add A5XX hardware fault detection
Jordan Crouse
1
-0
/
+26
2017-08-02
drm/msm: Remove uneeded platform dev members
Jordan Crouse
6
-9
/
+1
2017-08-02
drm/msm: gpu: don't abuse dma_alloc for non-DMA allocations
Arnd Bergmann
2
-51
/
+23
2017-08-02
drm/msm: gpu: call qcom_mdt interfaces only for ARCH_QCOM
Arnd Bergmann
1
-8
/
+3
2017-08-02
drm/msm/adreno: Prevent unclocked access when retrieving timestamps
Archit Taneja
1
-2
/
+9
2017-08-02
drm/msm: Turn off hardware clock gating before reading A5XX registers
Jordan Crouse
1
-0
/
+7
2017-08-02
drm/msm: Allow hardware clock gating to be toggled
Jordan Crouse
2
-33
/
+10
2017-08-02
drm/msm: Remove some potentially blocked register ranges
Jordan Crouse
1
-25
/
+24
2017-06-17
drm/msm: Separate locking of buffer resources from struct_mutex
Sushmita Susheelendra
3
-11
/
+9
2017-06-16
drm/msm: update generated headers
Rob Clark
6
-233
/
+1912
2017-06-16
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
3
-9
/
+10
2017-06-16
drm/msm: fix locking inconsistency for gpu->hw_init()
Rob Clark
4
-16
/
+12
2017-06-16
drm/msm: Remove memptrs->wptr
Jordan Crouse
2
-4
/
+0
2017-06-16
drm/msm: Add a struct to pass configuration to msm_gpu_init()
Jordan Crouse
1
-2
/
+10
2017-06-16
drm/msm: Remove idle function hook
Jordan Crouse
5
-10
/
+10
2017-06-16
drm/msm: gpu: Enable zap shader for A5XX
Jordan Crouse
4
-2
/
+182
2017-04-08
drm/msm: gpu: Use OPP tables if we can
Jordan Crouse
1
-19
/
+66
2017-04-08
drm/msm: Hard code the GPU "slow frequency"
Jordan Crouse
3
-8
/
+4
2017-04-08
drm/msm: Add MSM_PARAM_GMEM_BASE
Jordan Crouse
1
-0
/
+3
2017-04-08
drm/msm: Reference count address spaces
Jordan Crouse
1
-1
/
+1
2017-04-08
drm/msm: Make sure to detach the MMU during GPU cleanup
Jordan Crouse
1
-10
/
+19
2017-04-08
drm/msm: Pass interrupt status to a5xx_rbbm_err_irq()
Jordan Crouse
1
-5
/
+13
2017-04-08
drm/msm: Fix wrong pointer check in a5xx_destroy
Jordan Crouse
1
-2
/
+2
2017-04-08
drm/msm: adreno: fix build error without debugfs
Arnd Bergmann
1
-0
/
+2
2017-04-08
drm/msm/adreno: reset ringbuffer in hw_init
Rob Clark
1
-10
/
+8
2017-04-08
drm/msm/gpu: use pm-runtime
Rob Clark
2
-13
/
+34
2017-04-08
drm/msm/gpu: move suspend/resume into debugfs->show
Rob Clark
4
-14
/
+0
2017-02-06
drm/msm: let gpu wire up it's own fault handler
Rob Clark
1
-0
/
+17
2017-02-06
drm/msm: drop quirks binding
Rob Clark
4
-20
/
+7
2017-02-06
drm/msm: drop qcom,chipid
Rob Clark
1
-1
/
+39
2017-02-06
drm/msm: remove qcom,gpu-pwrlevels bindings
Rob Clark
1
-2
/
+4
2017-01-13
drm/msm: fix potential null ptr issue in non-iommu case
Rob Clark
1
-3
/
+2
2016-12-29
drm/msm: Ensure that the hardware write pointer is valid
Jordan Crouse
1
-1
/
+8
2016-11-28
drm/msm: gpu: Add support for the GPMU
Jordan Crouse
5
-3
/
+430
2016-11-28
drm/msm: gpu: Add A5XX target support
Jordan Crouse
5
-5
/
+933
2016-11-28
drm/msm: Disable interrupts during init
Jordan Crouse
2
-0
/
+7
2016-11-28
drm/msm: gpu: Add OUT_TYPE4 and OUT_TYPE7
Jordan Crouse
1
-0
/
+30
2016-11-28
drm/msm: Add adreno_gpu_write64()
Jordan Crouse
4
-5
/
+34
2016-11-28
drm/msm: gpu Add new gpu register read/write functions
Jordan Crouse
1
-10
/
+2
2016-11-28
drm/msm: gpu: Return error on hw_init failure
Jordan Crouse
4
-25
/
+29
2016-11-28
drm/msm: gpu: Cut down the list of "generic" registers to the ones we use
Jordan Crouse
3
-215
/
+0
2016-11-28
drm/msm: update generated headers
Rob Clark
6
-96
/
+4158
2016-11-28
drm/msm/adreno: move scratch register dumping to per-gen code
Rob Clark
3
-6
/
+14
2016-11-28
drm/msm: convert iova to 64b
Rob Clark
1
-1
/
+1
2016-11-27
drm/msm: support multiple address spaces
Rob Clark
3
-3
/
+3
2016-10-24
drm/msm/adreno: move function declarations to header file
Baoyou Xie
2
-3
/
+3
2016-07-16
drm/msm: deal with arbitrary # of cmd buffers
Rob Clark
1
-9
/
+2
[next]