summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16drm/amdkfd: Relocate TBA/TMA to opposite side of VM holeFelix Kuehling1-14/+15
2024-01-05Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Kaibo Ma1-13/+13
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-28/+17
2023-08-07drm/amdkfd: Relocate TBA/TMA to opposite side of VM holeJay Cornwall1-15/+15
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-6/+6
2022-02-14drm/amdkfd: Fix leftover errors and warningsRajneesh Bhardwaj1-1/+1
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2021-11-17drm/amdkfd: replace asic_family with asic_typeGraham Sider1-2/+2
2021-11-17drm/amdkfd: convert switches to IP version checkingGraham Sider1-22/+7
2021-11-09drm/amdkfd: lower the VAs base offset to 8KBAlex Sierra1-1/+1
2021-07-23drm/amdkfd: enable cyan_skillfish KFDTao Zhou1-0/+1
2021-06-15drm/amdkfd: Disable SVM per GPU, not per processFelix Kuehling1-4/+0
2021-06-04drm/amdkfd: add yellow carp KFD supportAaron Liu1-0/+1
2021-05-19drm/amdkfd: support beige_goby KFDChengming Gui1-0/+1
2021-04-20drm/amdkfd: add svm ioctl APIPhilip Yang1-0/+4
2021-03-10drm/amdkfd: Add Aldebaran KFD supportYong Zhao1-0/+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/+1
2020-08-26drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui1-2/+2
2020-07-15drm/amdkfd: Support navy_flounder KFDChengming Gui1-0/+1
2020-07-01drm/amdkfd: Support Sienna_Cichlid KFD v4Yong Zhao1-0/+1
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King1-1/+1
2019-10-07drm/amdkfd: Check against device cgroupHarish Kasiviswanathan1-2/+7
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl1-0/+1
2019-09-16drm/amdkfd: init kfd apertures v9 for renoirHuang Rui1-0/+1
2019-09-16drm/amdkfd: Support Navi14 in KFDYong Zhao1-0/+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/+1
2019-05-24drm/amdkfd: Add VegaM supportKent Russell1-0/+1
2019-05-24drm/amdkfd: Cosmetic cleanupKent Russell1-2/+0
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-0/+2
2018-09-26drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu1-0/+1
2018-04-10drm/amdkfd: Support flat memory apertures for GFXv9Felix Kuehling1-28/+87
2018-04-10drm/amdkfd: Remove limit on number of GPUs (follow-up)Felix Kuehling1-3/+1
2018-03-15drm/amdkfd: Aperture setup for dGPUsFelix Kuehling1-8/+29
2018-03-15drm/amdkfd: Remove limit on number of GPUsFelix Kuehling1-12/+10
2017-12-08drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan1-1/+6
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-1/+1
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig1-1/+1
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov1-3/+4
2014-11-18amdkfd: init aperture once per processAlexey Skidanov1-4/+2
2014-11-20amdkfd: Fix sparse warnings in kfd_flat_memory.cOded Gabbay1-5/+6
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-0/+355