summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd: fix potential memleak in err branchBernard Zhao2020-06-241-0/+1
* Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie2020-06-191-1/+2
|\
| * drm/amdkfd: Use correct major in devcgroup checkLorenz Brun2020-06-171-1/+2
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0215-36/+235
|\|
| * drm/amdkfd: report the real PCI bus numberEvan Quan2020-05-211-1/+1
| * drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan2020-05-211-2/+2
| * drm/amdkfd: Use a systematic method to calculate queue mask bitYong Zhao2020-05-011-1/+3
| * drm/amdkfd: Fix comment formattingFelix Kuehling2020-05-011-2/+2
| * drm/amdkfd: Report domain with topologyOri Messinger2020-05-012-0/+4
| * drm/amdkfd: Track GPU memory utilization per processMukul Joshi2020-04-303-10/+67
| * drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse2020-04-288-6/+62
| * drm/amdkfd: Enable GWS based on FW SupportJoseph Greathouse2020-04-284-13/+38
| * drm/amdkfd: New IOCTL to allocate queue GWS (v2)Oak Zeng2020-04-283-0/+50
| * drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse2020-04-282-1/+8
| * drm/amdkfd: Adjust three kfd dmesg printings during initializationYong Zhao2020-04-222-3/+1
* | device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal2020-04-131-1/+1
|/
* drm/amdkfd: kfree the wrong pointerJack Zhang2020-04-011-2/+2
* drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King2020-03-191-1/+1
* drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao2020-03-101-6/+7
* drm/amdkfd: Use pr_debug to print the message of reaching event limitYong Zhao2020-03-101-1/+1
* drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling2020-03-061-0/+5
* drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaroundYong Zhao2020-03-061-3/+15
* drm/amdkfd: fix indentation issueColin Ian King2020-03-051-1/+1
* drm/amdkfd: change SDMA MQD memory typeEric Huang2020-02-281-1/+1
* drm/amdkfd: Make get_tile_config() genericYong Zhao2020-02-281-1/+1
* drm/amdkfd: Delete unnecessary unmap queue package submissionsYong Zhao2020-02-263-68/+29
* drm/amdkfd: Delete excessive printingsYong Zhao2020-02-262-5/+1
* drm/amdkfd: Fix a memory leak in queue creation error handlingYong Zhao2020-02-261-0/+3
* drm/amdkfd: Count active CP queues directlyYong Zhao2020-02-263-16/+35
* drm/amdkfd: Avoid ambiguity by indicating it's cp queueYong Zhao2020-02-265-10/+10
* drm/amdkfd: Rename queue_count to active_queue_countYong Zhao2020-02-264-23/+23
* drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre2020-02-264-0/+10
* drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj2020-02-123-14/+58
* drm/amdkfd: show warning when kfd is lockedRajneesh Bhardwaj2020-02-121-0/+2
* drm/amdkfd: Add queue information to sysfsAmber Lin2020-02-063-0/+99
* drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS modeYong Zhao2020-02-041-4/+6
* drm/amdkfd: Add a message when SW scheduler is usedYong Zhao2020-01-161-0/+1
* drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui2020-01-161-1/+9
* drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu2020-01-161-1/+9
* drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra2020-01-161-3/+5
* drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling2020-01-092-4/+28
* drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling2020-01-075-13/+17
* drm/amdkfd: Improve HWS hang detection and handlingFelix Kuehling2020-01-073-6/+26
* drm/amdkfd: Remove unused variableFelix Kuehling2020-01-072-2/+0
* drm/amdkfd: Fix permissions of hang_hwsFelix Kuehling2020-01-071-1/+1
* drm/amdkfd: expose num_cp_queues data field to topology node (v2)Huang Rui2019-12-192-0/+4
* drm/amdkfd: expose num_sdma_queues_per_engine data field to topology node (v2)Huang Rui2019-12-192-0/+5
* drm/amdkfd: queue kfd interrupt work to different CPUPhilip Yang2019-12-181-1/+16
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-1722-750/+162
|\