Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/savage/
Dsavage_state.c33 uint32_t scend = dev_priv->state.s3d.new_scend; in savage_emit_clip_rect_s3d() local
37 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) | in savage_emit_clip_rect_s3d()
41 scend != dev_priv->state.s3d.scend) { in savage_emit_clip_rect_s3d()
47 DMA_WRITE(scend); in savage_emit_clip_rect_s3d()
49 dev_priv->state.s3d.scend = scend; in savage_emit_clip_rect_s3d()
Dsavage_drv.h83 uint32_t scend, new_scend; member