Home
last modified time | relevance | path

Searched refs:AMDGPU_ENFORCE_ISOLATION_ENABLE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c1904 AMDGPU_ENFORCE_ISOLATION_ENABLE; in amdgpu_gfx_set_enforce_isolation()
2284 if (adev->enforce_isolation[idx] == AMDGPU_ENFORCE_ISOLATION_ENABLE) { in amdgpu_gfx_enforce_isolation_wait_for_kfd()
2351 if (adev->enforce_isolation[idx] == AMDGPU_ENFORCE_ISOLATION_ENABLE) { in amdgpu_gfx_enforce_isolation_ring_begin_use()
2388 if (adev->enforce_isolation[idx] == AMDGPU_ENFORCE_ISOLATION_ENABLE) { in amdgpu_gfx_enforce_isolation_ring_end_use()
H A Damdgpu.h853 AMDGPU_ENFORCE_ISOLATION_ENABLE = 1, enumerator
H A Dmes_v11_0.c730 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v11_0_set_hw_resources()
H A Dmes_v12_0.c800 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v12_0_set_hw_resources()
H A Dmes_v12_1.c715 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v12_1_set_hw_resources()
H A Damdgpu_device.c1611 AMDGPU_ENFORCE_ISOLATION_ENABLE; in amdgpu_device_check_arguments()