Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/drm/
Damdgpu_drm.h626 #define AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID (1 << 4) macro
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c2279 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v7_0_ring_emit_ib_compute()
Dgfx_v11_0.c5368 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v11_0_ring_emit_ib_compute()
Dgfx_v9_0.c5194 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v9_0_ring_emit_ib_compute()
Dgfx_v8_0.c6160 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v8_0_ring_emit_ib_compute()
Dgfx_v10_0.c8540 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v10_0_ring_emit_ib_compute()