Searched refs:amdgpu_device_asic_has_dc_support (Results 1 – 4 of 4) sorted by relevance
1120 bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type);
517 amdgpu_device_asic_has_dc_support(adev->asic_type) && in amdgpu_display_supported_domains()
2035 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK)) in amdgpu_pci_probe()
3291 bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) in amdgpu_device_asic_has_dc_support() function3355 return amdgpu_device_asic_has_dc_support(adev->asic_type); in amdgpu_device_has_dc_support()