summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_crat.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-14/+14
2023-03-31drm/amdkfd: Add GC 9.4.3 KFD supportHawking Zhang1-0/+1
2022-11-29drm/amdkfd: add GC 11.0.4 KFD supportYifan Zhang1-0/+1
2022-11-10drm/amdkfd: Fix the memory overrunMa Jun1-1/+1
2022-11-04drm/amdkfd: Fix the warning of array-index-out-of-boundsMa Jun1-278/+34
2022-11-01drm/amdkfd: Remove unused variableMa Jun1-1/+0
2022-10-27drm/amdkfd: Cleanup kfd_dev structMukul Joshi1-6/+6
2022-10-24drm/amdkfd: introduce dummy cache info for property asicPrike Liang1-1/+52
2022-10-24drm/amdkfd: correct the cache info for gfx1036Jesse Zhang1-1/+52
2022-10-24drm/amdkfd: update gfx1037 Lx cache settingPrike Liang1-1/+52
2022-09-13amd/amdkfd: fix repeated words in commentswangjianli1-1/+1
2022-08-30drm/amdkfd: Added GFX 11.0.3 SupportDavid Belanger1-0/+1
2022-06-10drm/amdkfd: Remove field io_link_count from struct kfd_topology_deviceRamesh Errabolu1-2/+0
2022-06-03drm/amdkfd: Add GC 10.3.6 and 10.3.7 KFD definitionsMario Limonciello1-0/+2
2022-05-06drm/amdkfd: add GC 11.0.1 KFD supportHuang Rui1-0/+1
2022-05-05drm/amdkfd: add asic support for GC 11.0.2Eric Huang1-0/+1
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-0/+8
2022-05-04drm/amdkfd: add helper to generate cache info from gfx configAlex Deucher1-0/+72
2022-04-29drm/amdkfd: Fix circular lock dependency warningMukul Joshi1-1/+1
2022-04-13drm/amdkfd: Cleanup IO links during KFD device removalMukul Joshi1-2/+2
2022-02-22drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-1/+1
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2022-02-12drm/amdgpu: add support for GC 10.1.4Lang Yu1-0/+1
2022-01-11drm/amdkfd: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+3
2021-11-18drm/amdkfd: replace asic_family with asic_typeGraham Sider1-1/+1
2021-11-18drm/amdkfd: convert misc checks to IP version checkingGraham Sider1-1/+1
2021-11-18drm/amdkfd: convert switches to IP version checkingGraham Sider1-60/+64
2021-11-18drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider1-4/+2
2021-11-18drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcsGraham Sider1-8/+8
2021-07-23drm/amdkfd: enable cyan_skillfish KFDTao Zhou1-0/+1
2021-07-23drm/amdkfd: report pcie bandwidth to the kfdJonathan Kim1-0/+4
2021-07-23drm/amdkfd: report xgmi bandwidth between direct peers to the kfdJonathan Kim1-0/+12
2021-06-04drm/amdkfd: add yellow carp KFD supportAaron Liu1-0/+52
2021-05-20drm/amdkfd: support beige_goby KFDChengming Gui1-0/+61
2021-05-11drm/amdkfd: add ACPI SRAT parsing for topologyEric Huang1-0/+91
2021-05-11drm/amdkfd: Update L1 and add L2/3 cache informationMike Li1-50/+699
2021-05-11drm/amdkfd: report the numa weight between host and device over xgmiJonathan Kim1-0/+1
2021-03-24drm/amdkfd: expose host gpu link via sysfs (v2)Rajneesh Bhardwaj1-1/+15
2021-03-10drm/amdkfd: Add Aldebaran KFD supportYong Zhao1-0/+1
2021-01-14drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()Jeremy Cline1-4/+7
2020-11-14drm/amdkfd: Put ACPI table after using itHanjun Guo1-4/+9
2020-11-14drm/amdkfd: Move the ignore_crat check before the CRAT table getHanjun Guo1-5/+5
2020-11-02amdkfd: Check kvmalloc return before memcpyKent Russell1-1/+1
2020-10-14drm/amdkfd: Use kvfree in destroy_crat_imageKent Russell1-1/+1
2020-10-12drm/amdkfd: Support dimgrey_cavefish KFD (v2)Chengming Gui1-0/+1
2020-10-05drm/amdkfd: add Van Gogh KFD supportHuang Rui1-0/+5
2020-09-22drm/amdkfd: Use kvmalloc instead of kmalloc for VCRATKent Russell1-4/+5
2020-09-22drm/amdkfd: Calculate CPU VCRAT size dynamically (v2)Kent Russell1-10/+16
2020-08-26drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui1-1/+17