Home
last modified time | relevance | path

Searched refs:tempRB3D_CNTL (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_state.c1159 int tempRB3D_CNTL; in radeon_cp_dispatch_clear() local
1173 tempRB3D_CNTL = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()
1204 tempRB3D_CNTL |= RADEON_Z_ENABLE; in radeon_cp_dispatch_clear()
1207 tempRB3D_CNTL &= ~RADEON_Z_ENABLE; in radeon_cp_dispatch_clear()
1214 tempRB3D_CNTL |= RADEON_STENCIL_ENABLE; in radeon_cp_dispatch_clear()
1217 tempRB3D_CNTL &= ~RADEON_STENCIL_ENABLE; in radeon_cp_dispatch_clear()
1234 OUT_RING_REG(RADEON_RB3D_CNTL, tempRB3D_CNTL); in radeon_cp_dispatch_clear()