summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_crat.c
AgeCommit message (Expand)AuthorFilesLines
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-11drm/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-17drm/amdkfd: replace asic_family with asic_typeGraham Sider1-1/+1
2021-11-17drm/amdkfd: convert misc checks to IP version checkingGraham Sider1-1/+1
2021-11-17drm/amdkfd: convert switches to IP version checkingGraham Sider1-60/+64
2021-11-17drm/amdkfd: replace/remove remaining kgd_dev referencesGraham Sider1-4/+2
2021-11-17drm/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-19drm/amdkfd: support beige_goby KFDChengming Gui1-0/+61
2021-05-10drm/amdkfd: add ACPI SRAT parsing for topologyEric Huang1-0/+91
2021-05-10drm/amdkfd: Update L1 and add L2/3 cache informationMike Li1-50/+699
2021-05-10drm/amdkfd: report the numa weight between host and device over xgmiJonathan Kim1-0/+1
2021-03-23drm/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-13drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()Jeremy Cline1-4/+7
2020-11-13drm/amdkfd: Put ACPI table after using itHanjun Guo1-4/+9
2020-11-13drm/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
2020-07-15drm/amdkfd: Support navy_flounder KFDChengming Gui1-0/+1
2020-07-01drm/amdkfd: Support Sienna_Cichlid KFD v4Yong Zhao1-0/+1
2020-04-22drm/amdkfd: Adjust three kfd dmesg printings during initializationYong Zhao1-1/+1
2019-10-30drm/amdkfd: bug fix for out of bounds mem on gpu cache filling infoAlex Sierra1-1/+1
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl1-0/+1
2019-09-16drm/amdkfd: add renoir cache info for CRAT (v2)Huang Rui1-0/+5
2019-09-16drm/amdkfd: Support Navi14 in KFDYong Zhao1-0/+1
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-0/+1
2019-07-25drm/amdkfd: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-07-18drm/amdkfd: Increase vcrat size for GPUOak Zeng1-1/+1
2019-07-18amd/amdkfd: Add ASIC ARCTURUS to kfdYong Zhao1-0/+1
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox1-0/+5
2019-05-24drm/amdkfd: Add VegaM supportKent Russell1-0/+5
2019-05-24drm/amdkfd: Adjust weight to represent num_hops info when report xgmi iolinkshaoyunl1-2/+5
2019-02-05drm/amdkfd: Fix if preprocessor statement above kfd_fill_iolink_info_for_cpuNathan Chancellor1-1/+1
2019-01-14drm/amdkfd: Allow building KFD on ARM64 (v2)Felix Kuehling1-0/+8
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-1/+1
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-0/+6
2018-11-05drm/amdkfd: Add proper prefix to functionsAmber Lin1-2/+2
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin1-2/+3