Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Diceland_ih.c196 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr()
202 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in iceland_ih_get_wptr()
205 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
Dcz_ih.c196 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr()
202 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in cz_ih_get_wptr()
205 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
Dtonga_ih.c198 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr()
204 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in tonga_ih_get_wptr()
207 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
Dvega10_ih.c382 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr()
397 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in vega10_ih_get_wptr()
400 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in vega10_ih_get_wptr()
Dnavi10_ih.c456 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr()
469 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) in navi10_ih_get_wptr()
471 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in navi10_ih_get_wptr()
Dsid.h665 # define RB_OVERFLOW (1 << 0) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dsid.h662 # define RB_OVERFLOW (1 << 0) macro
Dcikd.h812 # define RB_OVERFLOW (1 << 0) macro
Devergreend.h1231 # define RB_OVERFLOW (1 << 0) macro
Dr600d.h670 # define RB_OVERFLOW (1 << 0) macro
Dr600.c4049 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr()
4050 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
Devergreen.c4685 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr()
4686 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
Dsi.c6219 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr()
6220 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
Dcik.c7501 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr()
7502 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()