Home
last modified time | relevance | path

Searched refs:compute_supported_reset (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gfx.h475 uint32_t compute_supported_reset; member
A Dgfx_v9_4_3.c1146 adev->gfx.compute_supported_reset = in gfx_v9_4_3_sw_init()
1153 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v9_4_3_sw_init()
1154 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_PIPE; in gfx_v9_4_3_sw_init()
1160 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v9_4_3_sw_init()
1161 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_PIPE; in gfx_v9_4_3_sw_init()
3496 if (!!(adev->gfx.compute_supported_reset & AMDGPU_RESET_TYPE_PER_PIPE)) in gfx_v9_4_3_pipe_reset_support()
3599 if (!(adev->gfx.compute_supported_reset & AMDGPU_RESET_TYPE_PER_PIPE)) in gfx_v9_4_3_reset_kcq()
A Damdgpu_ring.c839 if (ring->adev->gfx.compute_supported_reset & reset_type) in amdgpu_ring_is_reset_type_supported()
A Damdgpu_gfx.c1751 return amdgpu_show_reset_mask(buf, adev->gfx.compute_supported_reset); in amdgpu_gfx_get_compute_reset_mask()
A Dgfx_v11_0.c1802 adev->gfx.compute_supported_reset = in gfx_v11_0_sw_init()
1811 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v11_0_sw_init()
1817 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v11_0_sw_init()
A Dgfx_v12_0.c1545 adev->gfx.compute_supported_reset = in gfx_v12_0_sw_init()
1553 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v12_0_sw_init()
A Dgfx_v9_0.c2411 adev->gfx.compute_supported_reset = in gfx_v9_0_sw_init()
2414 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v9_0_sw_init()
A Dgfx_v10_0.c4958 adev->gfx.compute_supported_reset = in gfx_v10_0_sw_init()
4961 adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE; in gfx_v10_0_sw_init()

Completed in 66 milliseconds