summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2020-07-15drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()Aurabindo Pillai1-7/+19
2020-07-15drm/amdkfd: Provide SMI events watchAmber Lin8-0/+278
2020-07-15drm/amdkfd: Add kfd2kgd_funcs for navy_flounder kfd supportChengming Gui1-0/+1
2020-07-15drm/amdkfd: Support navy_flounder KFDChengming Gui6-0/+24
2020-07-15drm/amdkfd: fix kernel-doc and cleanupRajneesh Bhardwaj1-36/+25
2020-07-08drm/amdkfd: Remove redundant kfd2kgd interface lookupFelix Kuehling1-23/+8
2020-07-02drm/amdkfd: Add Arcturus GWS support and fix VG10Joseph Greathouse1-2/+6
2020-07-02drm/amdkfd: Update hardware scheduling time quantaJoseph Greathouse5-5/+5
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie11-483/+1352
2020-07-01drm/amdkfd: Fix circular locking dependency warningMukul Joshi3-61/+158
2020-07-01drm/amd: fix potential memleak in err branchBernard Zhao1-0/+1
2020-07-01drm/amdkfd: label internally used symbols as staticNirmoy Das2-3/+3
2020-07-01drm/amdkfd: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-1/+3
2020-07-01drm/amdkfd: Fix reference count leaks.Qiushi Wu1-5/+15
2020-07-01drm/amdkfd: Add eviction debug messagesFelix Kuehling2-0/+8
2020-07-01drm/amdkfd: Use correct major in devcgroup checkLorenz Brun1-1/+2
2020-07-01drm/amdkfd: sienna_cichlid virtual function supportshaoyunl1-1/+1
2020-07-01drm/amdkfd: Support debugger in Navi1x trap handlerJay Cornwall2-720/+789
2020-07-01drm/amdkfd: Support newer assemblers in gfx10 trap handlerJay Cornwall2-334/+341
2020-07-01drm/amdkfd: Add Sienna_Cichlid trap handler supportJay Cornwall3-271/+731
2020-07-01drm/amdkfd: Support Sienna_Cichlid KFD v4Yong Zhao6-0/+26
2020-06-19Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie1-1/+2
2020-06-17drm/amdkfd: Use correct major in devcgroup checkLorenz Brun1-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-36/+235
2020-05-29drm/amdkfd: fix a dereference of pdd before it is null checkedColin Ian King1-2/+3
2020-05-28drm/amdkfd: Fix GCC 10 compiler warningFelix Kuehling1-135/+139
2020-05-28drm/amdkfd: Track SDMA utilization per processMukul Joshi4-14/+198
2020-05-21drm/amdkfd: report the real PCI bus numberEvan Quan1-1/+1
2020-05-21drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan1-2/+2
2020-05-01drm/amdkfd: Use a systematic method to calculate queue mask bitYong Zhao1-1/+3
2020-05-01drm/amdkfd: Fix comment formattingFelix Kuehling1-2/+2
2020-05-01drm/amdkfd: Report domain with topologyOri Messinger2-0/+4
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi3-10/+67
2020-04-28drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse8-6/+62
2020-04-28drm/amdkfd: Enable GWS based on FW SupportJoseph Greathouse4-13/+38
2020-04-28drm/amdkfd: New IOCTL to allocate queue GWS (v2)Oak Zeng3-0/+50
2020-04-28drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse2-1/+8
2020-04-22drm/amdkfd: Adjust three kfd dmesg printings during initializationYong Zhao2-3/+1
2020-04-13device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal1-1/+1
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King1-1/+1
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao1-6/+7
2020-03-10drm/amdkfd: Use pr_debug to print the message of reaching event limitYong Zhao1-1/+1
2020-03-06drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling1-0/+5
2020-03-06drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaroundYong Zhao1-3/+15
2020-03-05drm/amdkfd: fix indentation issueColin Ian King1-1/+1
2020-02-28drm/amdkfd: change SDMA MQD memory typeEric Huang1-1/+1
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao1-1/+1
2020-02-26drm/amdkfd: Delete unnecessary unmap queue package submissionsYong Zhao3-68/+29