HomeSort by: relevance | last modified time | path
    Searched defs:db_debug4 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 1193 u32 db_debug4, tmp; local in function:rv770_gpu_init
1448 db_debug4 = RREG32(DB_DEBUG4);
1449 db_debug4 |= DISABLE_TILE_COVERED_FOR_PS_ITER;
1450 WREG32(DB_DEBUG4, db_debug4);
radeon_rv770.c 1193 u32 db_debug4, tmp; local in function:rv770_gpu_init
1448 db_debug4 = RREG32(DB_DEBUG4);
1449 db_debug4 |= DISABLE_TILE_COVERED_FOR_PS_ITER;
1450 WREG32(DB_DEBUG4, db_debug4);
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 1283 u32 db_debug4; local in function:r700_gfx_init
1493 db_debug4 = RADEON_READ(RV700_DB_DEBUG4);
1494 db_debug4 |= RV700_DISABLE_TILE_COVERED_FOR_PS_ITER;
1495 RADEON_WRITE(RV700_DB_DEBUG4, db_debug4);
r600_cp.c 1283 u32 db_debug4; local in function:r700_gfx_init
1493 db_debug4 = RADEON_READ(RV700_DB_DEBUG4);
1494 db_debug4 |= RV700_DISABLE_TILE_COVERED_FOR_PS_ITER;
1495 RADEON_WRITE(RV700_DB_DEBUG4, db_debug4);

Completed in 28 milliseconds