Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/r128/
Dr128_state.c49 u32 aux_sc_cntl = 0x00000000; in r128_emit_clip_rects() local
62 aux_sc_cntl |= (R128_AUX1_SC_EN | R128_AUX1_SC_MODE_OR); in r128_emit_clip_rects()
71 aux_sc_cntl |= (R128_AUX2_SC_EN | R128_AUX2_SC_MODE_OR); in r128_emit_clip_rects()
80 aux_sc_cntl |= (R128_AUX3_SC_EN | R128_AUX3_SC_MODE_OR); in r128_emit_clip_rects()
84 OUT_RING(aux_sc_cntl); in r128_emit_clip_rects()