Searched refs:IH_BUSY (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | iceland_ih.c | 343 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_is_idle() 358 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_wait_for_idle()
|
| H A D | cz_ih.c | 349 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_is_idle() 364 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_wait_for_idle()
|
| H A D | tonga_ih.c | 361 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_is_idle() 376 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_wait_for_idle()
|
| H A D | sid.h | 337 #define IH_BUSY (1 << 17) macro
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | nid.h | 72 #define IH_BUSY (1 << 17) macro
|
| H A D | sid.h | 340 #define IH_BUSY (1 << 17) macro
|
| H A D | cikd.h | 462 #define IH_BUSY (1 << 17) macro
|
| H A D | evergreend.h | 1178 #define IH_BUSY (1 << 17) macro
|
| H A D | ni.c | 1765 if (tmp & IH_BUSY) in cayman_gpu_check_soft_reset()
|
| H A D | evergreen.c | 3861 if (tmp & IH_BUSY) in evergreen_gpu_check_soft_reset()
|
| H A D | si.c | 3802 if (tmp & IH_BUSY) in si_gpu_check_soft_reset()
|
| H A D | cik.c | 4886 if (tmp & IH_BUSY) in cik_gpu_check_soft_reset()
|