Searched refs:amdgpu_force_asic_type (Results 1 – 3 of 3) sorted by relevance
188 int amdgpu_force_asic_type = -1; variable683 module_param_named(force_asic_type, amdgpu_force_asic_type, int, 0444);
211 extern int amdgpu_force_asic_type;
3507 if (amdgpu_force_asic_type >= 0 && amdgpu_force_asic_type < CHIP_LAST) in amdgpu_device_init()3508 adev->asic_type = amdgpu_force_asic_type; in amdgpu_device_init()