Searched refs:RB_OVERFLOW (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | iceland_ih.c | 194 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in iceland_ih_get_wptr() 195 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in iceland_ih_get_wptr()
|
D | cz_ih.c | 194 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in cz_ih_get_wptr() 195 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in cz_ih_get_wptr()
|
D | tonga_ih.c | 205 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) { in tonga_ih_get_wptr() 206 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0); in tonga_ih_get_wptr()
|
/drivers/gpu/drm/radeon/ |
D | sid.h | 662 # define RB_OVERFLOW (1 << 0) macro
|
D | cikd.h | 814 # 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 | 4050 if (wptr & RB_OVERFLOW) { in r600_get_ih_wptr() 4051 wptr &= ~RB_OVERFLOW; in r600_get_ih_wptr()
|
D | evergreen.c | 5028 if (wptr & RB_OVERFLOW) { in evergreen_get_ih_wptr() 5029 wptr &= ~RB_OVERFLOW; in evergreen_get_ih_wptr()
|
D | si.c | 6410 if (wptr & RB_OVERFLOW) { in si_get_ih_wptr() 6411 wptr &= ~RB_OVERFLOW; in si_get_ih_wptr()
|
D | cik.c | 7493 if (wptr & RB_OVERFLOW) { in cik_get_ih_wptr() 7494 wptr &= ~RB_OVERFLOW; in cik_get_ih_wptr()
|
/drivers/gpu/drm/amd/include/asic_reg/si/ |
D | sid.h | 666 # define RB_OVERFLOW (1 << 0) macro
|