Home
last modified time | relevance | path

Searched refs:amdgpu_device_asic_has_dc_support (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1142 bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type);
Damdgpu_drv.c2064 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK)) in amdgpu_pci_probe()
Damdgpu_device.c3270 bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) in amdgpu_device_asic_has_dc_support() function
3332 return amdgpu_device_asic_has_dc_support(adev->asic_type); in amdgpu_device_has_dc_support()