Searched refs:RB_OVERFLOW (Results 1 – 15 of 15) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | iceland_ih.c | 197 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr() 203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr() 206 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
|
D | cz_ih.c | 197 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr() 203 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr() 206 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
|
D | tonga_ih.c | 199 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr() 205 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr() 208 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
|
D | vega10_ih.c | 347 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr() 355 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr() 358 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega10_ih_get_wptr()
|
D | navi10_ih.c | 429 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr() 433 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr() 435 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in navi10_ih_get_wptr()
|
D | vega20_ih.c | 398 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega20_ih_get_wptr() 406 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega20_ih_get_wptr() 409 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega20_ih_get_wptr()
|
D | sid.h | 665 # define RB_OVERFLOW (1 << 0) macro
|
/drivers/gpu/drm/radeon/ |
D | sid.h | 662 # define RB_OVERFLOW (1 << 0) macro
|
D | cikd.h | 812 # define RB_OVERFLOW (1 << 0) macro
|
D | evergreend.h | 1231 # define RB_OVERFLOW (1 << 0) macro
|
D | r600d.h | 670 # define RB_OVERFLOW (1 << 0) macro
|
D | r600.c | 4046 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr() 4047 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
|
D | evergreen.c | 4686 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr() 4687 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
|
D | si.c | 6218 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr() 6219 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
|
D | cik.c | 7490 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr() 7491 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()
|