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