Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/include/
Damd_shared.h35 AMD_ASIC_MASK = 0x0000ffffUL, enumerator
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c1109 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK)) in amdgpu_pci_probe()
1122 if (mem_encrypt_active() && ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()
1130 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()
1147 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()
Damdgpu_device.c3180 adev->asic_type = flags & AMD_ASIC_MASK; in amdgpu_device_init()