Home
last modified time | relevance | path

Searched refs:RB_OVERFLOW (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Diceland_ih.c197 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()
A Dcz_ih.c197 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()
A Dtonga_ih.c199 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()
A Dvega10_ih.c343 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr()
351 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr()
354 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega10_ih_get_wptr()
A Dvega20_ih.c394 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega20_ih_get_wptr()
402 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega20_ih_get_wptr()
405 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega20_ih_get_wptr()
A Dnavi10_ih.c418 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr()
426 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr()
428 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in navi10_ih_get_wptr()
A Dsid.h665 # define RB_OVERFLOW (1 << 0) macro
/linux/drivers/gpu/drm/radeon/
A Dsid.h662 # define RB_OVERFLOW (1 << 0) macro
A Dcikd.h812 # define RB_OVERFLOW (1 << 0) macro
A Devergreend.h1231 # define RB_OVERFLOW (1 << 0) macro
A Dr600d.h670 # define RB_OVERFLOW (1 << 0) macro
A Dr600.c4046 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr()
4047 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
A Devergreen.c4686 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr()
4687 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
A Dsi.c6214 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr()
6215 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
A Dcik.c7490 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr()
7491 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()

Completed in 112 milliseconds