summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2020-08-31drm/amdkfd: Add GPU reset SMI eventMukul Joshi4-2/+39
2020-08-26drm/amdkfd: fix set kfd node ras properties valueStanley.Yang1-13/+11
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_hive_id directlyFelix Kuehling1-2/+1
2020-08-26drm/amdkfd: call amdgpu_amdkfd_get_unique_id directlyFelix Kuehling1-2/+1
2020-08-26drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui8-14/+60
2020-08-24drm/amdkfd: sparse: Fix warning in reading SDMA countersMukul Joshi3-30/+12
2020-08-19drm/amdkfd: Initialize SDMA activity counter to 0Mukul Joshi1-0/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2-13/+7
2020-08-11drm/amdkfd: Fix spurious debug exception on gfx10Jay Cornwall2-88/+93
2020-08-11Revert "drm/amdkfd: Unify gfx9/gfx10 context save area layouts"Felix Kuehling2-468/+464
2020-08-11Revert "drm/amdkfd: Fix spurious debug exception on gfx10"Felix Kuehling2-95/+90
2020-08-05drm/amdkfd: Replace bitmask with event idx in SMI event msgMukul Joshi1-11/+13
2020-07-27drm/amdkfd: Fix spurious debug exception on gfx10Jay Cornwall2-90/+95
2020-07-27drm/amdkfd: Add thermal throttling SMI eventMukul Joshi3-17/+59
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li2-7/+13
2020-07-27drm/amdkfd: Unify gfx9/gfx10 context save area layoutsLaurent Morichetti2-464/+468
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-18drm/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-03Merge 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-29drm/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