summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2022-05-09drm/amdkfd: Fix GWS queue countDavid Yat Sin1-46/+37
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen1-0/+2
2022-04-20drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel1-8/+3
2022-04-13drm/amdkfd: Fix variable set but not used warningPhilip Yang1-3/+0
2022-04-13drm/amdkfd: Create file descriptor after client is added to smi_clients listLee Jones1-9/+15
2022-04-13drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2022-04-13drm/amdkfd: svm range restore work deadlock when process exitPhilip Yang2-7/+9
2022-04-13drm/amdkfd: Ensure mm remain valid in svm deferred_list workPhilip Yang1-26/+36
2022-04-13drm/amdkfd: Don't take process mutex for svm ioctlsPhilip Yang1-4/+0
2022-04-13drm/amdkfd: enable heavy-weight TLB flush on ArcturusEric Huang1-2/+8
2022-01-11drm/amdkfd: Fix ASIC name typosKent Russell1-3/+3
2022-01-11drm/amdkfd: Fix DQM asserts on HawaiiFelix Kuehling1-3/+6
2022-01-11drm/amdkfd: Use prange->update_list head for remove_listFelix Kuehling2-6/+2
2022-01-11drm/amdkfd: Use prange->list head for insert_listFelix Kuehling2-11/+8
2022-01-11drm/amdkfd: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+3
2022-01-11drm/amdkfd: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-08drm/amdkfd: enable sdma ecc interrupt event can be handled by event_interrupt...yipechai1-0/+1
2021-12-30drm/amdkfd: correct sdma queue number in kfd device init (v3)Guchun Chen1-9/+71
2021-12-29drm/amdkfd: reset queue which consumes RAS poison (v2)Tao Zhou2-4/+42
2021-12-29drm/amdkfd: add reset queue function for RAS poison (v2)Tao Zhou2-0/+21
2021-12-29drm/amdkfd: add reset parameter for unmap queuesTao Zhou1-6/+6
2021-12-16drm/amdkfd: use max() and min() to make code cleanerChangcheng Deng1-2/+2
2021-12-16drm/amdkfd: fix svm_bo release invalid wait context warningPhilip Yang3-6/+30
2021-12-14drm/amdgpu: remove unnecessary variablesIsabella Basso1-4/+0
2021-12-14drm/amdgpu: disable default navi2x co-op kernel supportJonathan Kim1-4/+1
2021-12-14drm/amdkfd: add Navi2x to GWS init conditionsGraham Sider1-1/+4
2021-12-14drm/amdkfd: Make KFD support on Hawaii experimentalFelix Kuehling1-1/+5
2021-12-14drm/amdkfd: Don't split unchanged SVM rangesFelix Kuehling1-10/+13
2021-12-14drm/amdkfd: Fix svm_range_is_same_attrsFelix Kuehling1-11/+56
2021-12-14drm/amdkfd: Fix error handling in svm_range_addFelix Kuehling1-89/+49
2021-12-14drm/amdkfd: fix function scopesIsabella Basso1-2/+2
2021-12-14drm/amd: fix improper docstring syntaxIsabella Basso3-5/+11
2021-12-07drm/amdkfd: Correct the value of the no_atomic_fw_version variablechen gong1-2/+2
2021-12-02drm/amdkfd: process_info lock not needed for svmPhilip Yang1-9/+0
2021-12-02drm/amdkfd: remove hardcoded device_info structsGraham Sider1-452/+17
2021-12-02drm/amdkfd: add kfd_device_info_init functionGraham Sider11-141/+163
2021-12-02drm/amdkfd: replace asic_name with amdgpu_asic_nameGraham Sider3-32/+8
2021-12-02drm/amdkfd: set "r = 0" explicitly before gotoPhilip Yang1-0/+4
2021-12-02drm/amdgpu: handle IH ring1 overflowPhilip Yang1-1/+1
2021-12-02drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'Christophe JAILLET1-3/+3
2021-12-02drm/amdkfd: Use bitmap_zalloc() when applicableChristophe JAILLET2-8/+6
2021-11-24drm/amdkfd: simplify drain retry faultPhilip Yang2-9/+23
2021-11-24drm/amdkfd: handle VMA remove racePhilip Yang1-9/+13
2021-11-24drm/amdkfd: process exit and retry fault racePhilip Yang1-27/+36
2021-11-22drm/amdkfd: Remove unused entries in tableAmber Lin2-60/+0
2021-11-22drm/amdkfd: Retrieve SDMA numbers from amdgpuAmber Lin4-22/+37
2021-11-22drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againshaoyunl1-0/+5
2021-11-18drm/amdkfd: replace asic_family with asic_typeGraham Sider10-53/+22
2021-11-18drm/amdkfd: convert misc checks to IP version checkingGraham Sider10-35/+33
2021-11-18drm/amdkfd: convert switches to IP version checkingGraham Sider6-155/+102