HomeSort by: relevance | last modified time | path
    Searched refs:RB_OVERFLOW (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_navi10_ih.c 221 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW))
226 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW))
228 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0);
amdgpu_cz_ih.c 201 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) {
202 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0);
amdgpu_iceland_ih.c 201 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) {
202 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0);
amdgpu_tonga_ih.c 203 if (REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW)) {
204 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0);
amdgpu_vega10_ih.c 387 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW))
402 if (!REG_GET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW))
405 wptr = REG_SET_FIELD(wptr, IH_RB_WPTR, RB_OVERFLOW, 0);
sid.h 668 # define RB_OVERFLOW (1 << 0)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h 814 # define RB_OVERFLOW (1 << 0)
sid.h 664 # define RB_OVERFLOW (1 << 0)
evergreend.h 1233 # define RB_OVERFLOW (1 << 0)
r600d.h 672 # define RB_OVERFLOW (1 << 0)
radeon_r600.c 4082 if (wptr & RB_OVERFLOW) {
4083 wptr &= ~RB_OVERFLOW;
radeon_evergreen.c 4690 if (wptr & RB_OVERFLOW) {
4691 wptr &= ~RB_OVERFLOW;
radeon_si.c 6226 if (wptr & RB_OVERFLOW) {
6227 wptr &= ~RB_OVERFLOW;
radeon_cik.c 7518 if (wptr & RB_OVERFLOW) {
7519 wptr &= ~RB_OVERFLOW;

Completed in 72 milliseconds