summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()Aurabindo Pillai2020-07-151-7/+19
* drm/amdkfd: Provide SMI events watchAmber Lin2020-07-158-0/+278
* drm/amdkfd: Add kfd2kgd_funcs for navy_flounder kfd supportChengming Gui2020-07-151-0/+1
* drm/amdkfd: Support navy_flounder KFDChengming Gui2020-07-156-0/+24
* drm/amdkfd: fix kernel-doc and cleanupRajneesh Bhardwaj2020-07-151-36/+25
* drm/amdkfd: Remove redundant kfd2kgd interface lookupFelix Kuehling2020-07-081-23/+8
* drm/amdkfd: Add Arcturus GWS support and fix VG10Joseph Greathouse2020-07-021-2/+6
* drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse2020-07-025-5/+5
* Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie2020-07-0211-483/+1352
|\
| * drm/amdkfd: Fix circular locking dependency warningMukul Joshi2020-07-013-61/+158
| * drm/amd: fix potential memleak in err branchBernard Zhao2020-07-011-0/+1
| * drm/amdkfd: label internally used symbols as staticNirmoy Das2020-07-012-3/+3
| * drm/amdkfd: fix ref count leak when pm_runtime_get_sync failsAlex Deucher2020-07-011-1/+3
| * drm/amdkfd: Fix reference count leaks.Qiushi Wu2020-07-011-5/+15
| * drm/amdkfd: Add eviction debug messagesFelix Kuehling2020-07-012-0/+8
| * drm/amdkfd: Use correct major in devcgroup checkLorenz Brun2020-07-011-1/+2
| * drm/amdkfd: sienna_cichlid virtual function supportshaoyunl2020-07-011-1/+1
| * drm/amdkfd: Support debugger in Navi1x trap handlerJay Cornwall2020-07-012-720/+789
| * drm/amdkfd: Support newer assemblers in gfx10 trap handlerJay Cornwall2020-07-012-334/+341
| * drm/amdkfd: Add Sienna_Cichlid trap handler supportJay Cornwall2020-07-013-271/+731
| * drm/amdkfd: Support Sienna_Cichlid KFD v4Yong Zhao2020-07-016-0/+26
| * drm/amdkfd: fix a dereference of pdd before it is null checkedColin Ian King2020-05-291-2/+3
| * drm/amdkfd: Fix GCC 10 compiler warningFelix Kuehling2020-05-281-135/+139
| * drm/amdkfd: Track SDMA utilization per processMukul Joshi2020-05-284-14/+198
* | 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