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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-08
drm/amdkfd: Add topology support for CPUs
Felix Kuehling
5
-35
/
+489
2017-12-08
drm/amdkfd: Fix sibling_map[] size
Harish Kasiviswanathan
2
-10
/
+14
2017-12-08
drm/amdkfd: Simplify counting of memory banks
Felix Kuehling
3
-15
/
+3
2017-12-08
drm/amdkfd: Turn verbose topology messages into pr_debug
Felix Kuehling
2
-9
/
+10
2017-12-08
drm/amdkfd: sync IOLINK defines to thunk spec
Harish Kasiviswanathan
1
-5
/
+16
2017-12-08
drm/amdkfd: Support enumerating non-GPU devices
Harish Kasiviswanathan
4
-10
/
+19
2017-12-08
drm/amdkfd: Decouple CRAT parsing from device list update
Harish Kasiviswanathan
4
-79
/
+132
2017-12-08
drm/amdkfd: Reorganize CRAT fetching from ACPI
Harish Kasiviswanathan
3
-30
/
+54
2017-12-08
drm/amdkfd: Group up CRAT related functions
Felix Kuehling
5
-332
/
+362
2017-12-08
drm/amdkfd: Fix memory leaks in kfd topology
Yong Zhao
1
-0
/
+10
2017-12-08
drm/amdkfd: Topology: Fix location_id
Harish Kasiviswanathan
1
-2
/
+2
2017-12-08
drm/amdkfd: Update number of compute unit from KGD
Flora Cui
1
-2
/
+5
2017-12-08
drm/amd: Remove get_vmem_size from KGD-KFD interface
Harish Kasiviswanathan
1
-3
/
+0
2017-12-08
drm/amdkfd: Remove deprecated get_vmem_size
Harish Kasiviswanathan
4
-13
/
+0
2017-12-08
drm/amdkfd: Stop using get_vmem_size KGD-KFD interface
Harish Kasiviswanathan
1
-1
/
+5
2017-12-08
drm/amdgpu: Implement get_local_mem_info
Harish Kasiviswanathan
4
-0
/
+34
2017-12-08
drm/amd: Add get_local_mem_info to KGD-KFD interface
Harish Kasiviswanathan
1
-0
/
+12
2017-12-08
drm/amdgpu: add amdgpu interface to query cu info
Flora Cui
7
-0
/
+39
2017-12-08
drm/amd: add new interface to query cu info
Flora Cui
1
-0
/
+19
2017-11-27
drm/amdkfd: Simplify locking during process creation
Yong Zhao
1
-25
/
+21
2017-11-27
drm/amdkfd: Factor PDD destruction out of kfd_process_wq_release
Felix Kuehling
1
-16
/
+24
2017-11-27
drm/amdkfd: Reduce nesting in kfd_create_process_device_data
Felix Kuehling
1
-11
/
+12
2017-11-27
drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid fails
Yong Zhao
1
-2
/
+3
2017-11-27
drm/amdkfd: Use ref count to prevent kfd_process destruction
Felix Kuehling
3
-10
/
+21
2017-11-27
drm/amdkfd: Make kfd_process reference counted
Felix Kuehling
2
-36
/
+26
2017-11-27
drm/amdkfd: Get reference to lead_thread task struct
Felix Kuehling
1
-0
/
+4
2017-11-27
drm/amdkfd: Add debugfs support to KFD
Felix Kuehling
12
-0
/
+399
2017-11-27
drm/amdgpu: Add kfd2kgd APIs for dumping HQDs
Felix Kuehling
3
-0
/
+165
2017-11-27
drm/amdgpu: Fix definition of KFD_CIK_SDMA_QUEUE_OFFSET
Felix Kuehling
1
-1
/
+1
2017-11-27
drm/amdkfd: Fix oversubscription accounting
Felix Kuehling
1
-2
/
+3
2017-11-27
drm/amdkfd: map multiple processes to HW scheduler
Felix Kuehling
4
-2
/
+53
2017-12-04
drm/amdkfd: Fix printing pointer cast
Kent Russell
1
-5
/
+4
2017-11-27
drm/amdkfd: Add crash protection in debugger register path
Philip Yang
2
-1
/
+6
2017-11-27
drm/amdgpu: fix get_max_engine_clock_in_mhz
Felix Kuehling
1
-2
/
+5
2017-11-24
drm/amdkfd: Delete a useless parameter from create_queue function pointer
Yong Zhao
3
-16
/
+6
2017-11-14
drm/amdkfd: Add support for user-mode trap handlers
Felix Kuehling
3
-1
/
+63
2017-11-14
drm/amdkfd: Add CWSR support
Felix Kuehling
7
-5
/
+177
2017-11-14
drm/amdkfd: Add trap handler for CWSR
Felix Kuehling
1
-0
/
+1384
2017-11-14
drm/amdkfd: Cleanup qpd.pqm initialization
Felix Kuehling
2
-3
/
+2
2017-11-06
drm/amdkfd: Use order_base_2 to get log2 of buffes sizes
Felix Kuehling
2
-6
/
+6
2017-11-06
drm/amdkfd: Hardware DWORD size is 4 bytes
Felix Kuehling
5
-22
/
+15
2017-11-01
drm/amdkfd: Implement amdkfd SDMA functions for VI
Philip Cox
1
-1
/
+102
2017-11-01
drm/amdkfd: Use ASIC-specific SDMA MQD type
Felix Kuehling
3
-10
/
+10
2017-11-01
drm/amdgpu: Implement amdgpu SDMA functions for VI
Philip Cox
3
-11
/
+80
2017-11-01
drm/amdgpu: Add support for resuming SDMA queues w/o HWS
Felix Kuehling
2
-14
/
+23
2017-11-01
drm/amd: Update kgd_kfd interface for resuming SDMA queues
Felix Kuehling
4
-6
/
+13
2017-12-21
Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
189
-6064
/
+6434
2017-12-21
Merge tag 'omapdrm-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...
Dave Airlie
63
-480
/
+820
2017-12-21
Merge tag 'tilcdc-4.16' of https://github.com/jsarha/linux into drm-next
Dave Airlie
2
-51
/
+2
2017-12-21
Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
79
-1252
/
+2977
[next]