index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
/
msm_gpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/msm: Add A6XX device support
Jordan Crouse
2018-08-10
1
-1
/
+1
*
drm/msm: Add a helper function to parse clock names
Jordan Crouse
2018-08-10
1
-50
/
+10
*
drm/msm/gpu: avoid deprecated do_gettimeofday
Arnd Bergmann
2018-07-30
1
-2
/
+2
*
drm/msm/gpu: Add the buffer objects from the submit to the crash dump
Jordan Crouse
2018-07-30
1
-3
/
+45
*
drm/msm/gpu: Capture the GPU state on a GPU hang
Jordan Crouse
2018-07-30
1
-1
/
+82
*
drm/msm/gpu: Rearrange the code that collects the task during a hang
Jordan Crouse
2018-07-30
1
-9
/
+11
*
drm/msm/gpu: Set number of clocks to 0 if the list allocation fails
Jordan Crouse
2018-02-20
1
-1
/
+3
*
drm/msm: Replace gem_object deprecated functions
Steve Kowalik
2018-02-20
1
-4
/
+4
*
drm/msm: Add devfreq support for the GPU
Jordan Crouse
2018-01-10
1
-0
/
+91
*
drm/msm/gpu: Remove unused bus scaling code
Jordan Crouse
2018-01-10
1
-39
/
+0
*
drm/msm: gpu: Only sync fences on rings that exist
Jordan Crouse
2017-12-13
1
-1
/
+1
*
drm/msm: free kstrdup'd cmdline
Rob Clark
2017-12-13
1
-0
/
+2
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
drm/msm: use %z format modifier for printing size_t
Arnd Bergmann
2017-11-01
1
-1
/
+1
*
drm/msm: dump submits which triggered gpu hang
Rob Clark
2017-10-28
1
-20
/
+27
*
drm/msm/rd: allow adding addition msg to top of dump
Rob Clark
2017-10-28
1
-1
/
+1
*
drm/msm: split rd debugfs file
Rob Clark
2017-10-28
1
-1
/
+1
*
drm/msm: show task cmdline in gpu recovery messages
Rob Clark
2017-10-28
1
-12
/
+43
*
drm/msm: Implement preemption for A5XX targets
Jordan Crouse
2017-10-28
1
-3
/
+2
*
drm/msm: Support multiple ringbuffers
Jordan Crouse
2017-10-28
1
-52
/
+111
*
drm/msm: Move memptrs to msm_gpu
Jordan Crouse
2017-10-28
1
-4
/
+28
*
drm/msm: Attach the GPU MMU when it is created
Jordan Crouse
2017-08-22
1
-29
/
+56
*
drm/msm: Separate locking of buffer resources from struct_mutex
Sushmita Susheelendra
2017-06-17
1
-3
/
+1
*
drm/msm: remove address-space id
Rob Clark
2017-06-16
1
-2
/
+0
*
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
2017-06-16
1
-3
/
+3
*
drm/msm: fix locking inconsistency for gpu->hw_init()
Rob Clark
2017-06-16
1
-0
/
+2
*
drm/msm: Add a struct to pass configuration to msm_gpu_init()
Jordan Crouse
2017-06-16
1
-7
/
+6
*
drm/msm/gpu: check legacy clk names in get_clocks()
Rob Clark
2017-05-27
1
-2
/
+2
*
msm/drm: gpu: Dynamically locate the clocks from the device tree
Jordan Crouse
2017-04-08
1
-23
/
+55
*
drm/msm: Hard code the GPU "slow frequency"
Jordan Crouse
2017-04-08
1
-2
/
+6
*
drm/msm: Make sure to detach the MMU during GPU cleanup
Jordan Crouse
2017-04-08
1
-3
/
+0
*
drm/msm/gpu: use pm-runtime
Rob Clark
2017-04-08
1
-72
/
+27
*
drm/msm: drop _clk suffix from clk names
Rob Clark
2017-02-06
1
-4
/
+3
*
drm/msm: gpu: Add A5XX target support
Jordan Crouse
2016-11-28
1
-3
/
+10
*
drm/msm: Remove 'src_clk' from adreno configuration
Jordan Crouse
2016-11-28
1
-23
/
+13
*
drm/msm: convert iova to 64b
Rob Clark
2016-11-28
1
-1
/
+1
*
drm/msm: support multiple address spaces
Rob Clark
2016-11-27
1
-7
/
+12
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-1
/
+1
*
drm/msm: move fence allocation out of msm_gpu_submit()
Rob Clark
2016-09-15
1
-11
/
+2
*
drm/msm: print offender task name on hangcheck recovery
Rob Clark
2016-05-08
1
-4
/
+19
*
drm/msm: fix leak in failed submit path
Rob Clark
2016-05-08
1
-3
/
+1
*
drm/msm: drop return from gpu->submit()
Rob Clark
2016-05-08
1
-2
/
+2
*
drm/msm: 'struct fence' conversion
Rob Clark
2016-05-08
1
-10
/
+17
*
drm/msm: introduce msm_fence_context
Rob Clark
2016-05-08
1
-9
/
+14
*
drm/msm/gpu: simplify tracking in-flight bo's
Rob Clark
2016-05-08
1
-29
/
+22
*
drm/msm: move fence code to it's own file
Rob Clark
2016-05-08
1
-0
/
+1
*
drm/msm: Fix IOMMU clean up path in case msm_iommu_new() fails
Stephane Viau
2015-10-22
1
-0
/
+8
*
drm/msm: restart queued submits after hang
Rob Clark
2015-06-11
1
-3
/
+46
*
drm/msm: adreno a306 support
Rob Clark
2015-06-11
1
-0
/
+1
*
drm/msm: clarify downstream bus scaling
Rob Clark
2015-06-11
1
-1
/
+1
[next]