Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/savage/
Dsavage_state.c40 uint32_t scend = dev_priv->state.s3d.new_scend; in savage_emit_clip_rect_s3d() local
44 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) | in savage_emit_clip_rect_s3d()
48 scend != dev_priv->state.s3d.scend) { in savage_emit_clip_rect_s3d()
54 DMA_WRITE(scend); in savage_emit_clip_rect_s3d()
56 dev_priv->state.s3d.scend = scend; in savage_emit_clip_rect_s3d()
Dsavage_drv.h89 uint32_t scend, new_scend; member