Searched refs:db_debug4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drv770.c393 u32 db_debug4, tmp; local
646 db_debug4 = RREG32(DB_DEBUG4);
647 db_debug4 |= DISABLE_TILE_COVERED_FOR_PS_ITER;
648 WREG32(DB_DEBUG4, db_debug4);
/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c1232 u32 db_debug4; local
1442 db_debug4 = RADEON_READ(RV700_DB_DEBUG4);
1443 db_debug4 |= RV700_DISABLE_TILE_COVERED_FOR_PS_ITER;
1444 RADEON_WRITE(RV700_DB_DEBUG4, db_debug4);

Completed in 264 milliseconds