Searched refs:RB_OVERFLOW (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | iceland_ih.c | 203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr() 209 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr() 212 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
|
| H A D | cz_ih.c | 203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr() 209 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr() 212 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
|
| H A D | tonga_ih.c | 205 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr() 211 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr() 214 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cikd.h | 812 # define RB_OVERFLOW (1 << 0) macro
|
| H A D | evergreend.h | 1231 # define RB_OVERFLOW (1 << 0) macro
|
| H A D | r600d.h | 670 # define RB_OVERFLOW (1 << 0) macro
|
| H A D | r600.c | 4046 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr() 4047 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
|