Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_shared.h35 AMD_ASIC_MASK = 0x0000ffffUL, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c1116 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK)) in amdgpu_pci_probe()
1129 if (mem_encrypt_active() && ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()
1137 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()
1154 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()
H A Damdgpu_device.c3191 adev->asic_type = flags & AMD_ASIC_MASK; in amdgpu_device_init()