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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 408 #define GRBM_STATUS2 0x8014
cikd.h 1017 #define GRBM_STATUS2 0x8008
sid.h 939 #define GRBM_STATUS2 0x8008
r600d.h 296 #define GRBM_STATUS2 0x8014
radeon_cik.c 174 case GRBM_STATUS2:
4824 dev_info(rdev->dev, " GRBM_STATUS2=0x%08X\n",
4825 RREG32(GRBM_STATUS2));
4887 /* GRBM_STATUS2 */
4888 tmp = RREG32(GRBM_STATUS2);
radeon_si.c 1324 case GRBM_STATUS2:
3803 /* GRBM_STATUS2 */
3804 tmp = RREG32(GRBM_STATUS2);
radeon_r600.c 186 case GRBM_STATUS2:
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 4971 /* GRBM_STATUS2 */
4973 if (REG_GET_FIELD(tmp, GRBM_STATUS2, RLC_BUSY))
4977 if (REG_GET_FIELD(tmp, GRBM_STATUS2, CPF_BUSY) ||
4978 REG_GET_FIELD(tmp, GRBM_STATUS2, CPC_BUSY) ||
4979 REG_GET_FIELD(tmp, GRBM_STATUS2, CPG_BUSY)) {
sid.h 938 #define GRBM_STATUS2 0x2002
amdgpu_gfx_v10_0.c 3892 /* GRBM_STATUS2 */
3894 if (REG_GET_FIELD(tmp, GRBM_STATUS2, RLC_BUSY))
amdgpu_gfx_v9_0.c 3934 /* GRBM_STATUS2 */
3936 if (REG_GET_FIELD(tmp, GRBM_STATUS2, RLC_BUSY))

Completed in 80 milliseconds