Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/drm/
Damdgpu_drm.h599 #define AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID (1 << 4) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Damdgpu_drm.h362 #define AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID (1 << 4) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c2305 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v7_0_ring_emit_ib_compute()
Dgfx_v8_0.c6163 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v8_0_ring_emit_ib_compute()
Dgfx_v9_0.c5318 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v9_0_ring_emit_ib_compute()
Dgfx_v10_0.c7842 if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) { in gfx_v10_0_ring_emit_ib_compute()