Home
last modified time | relevance | path

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

/drivers/gpu/drm/r128/
Dr128_ioc32.c51 unsigned int depth_offset, depth_pitch; member
86 || __put_user(init32.depth_offset, &init->depth_offset) in compat_r128_init()
Dr128_cce.c441 dev_priv->depth_offset = init->depth_offset; in r128_do_init_cce()
450 (dev_priv->depth_offset >> 5) | in r128_do_init_cce()
Dr128_drv.h112 unsigned int depth_offset; member
/drivers/gpu/drm/mga/
Dmga_ioc32.c49 unsigned int depth_offset, depth_pitch; member
83 || __put_user(init32.depth_offset, &init->depth_offset) in compat_mga_init()
Dmga_state.c82 MGA_WFLAG, ctx->wflag, MGA_ZORG, dev_priv->depth_offset); in mga_g200_emit_context()
105 MGA_WFLAG, ctx->wflag, MGA_ZORG, dev_priv->depth_offset); in mga_g400_emit_context()
550 MGA_DSTORG, dev_priv->depth_offset, in mga_dma_dispatch_clear()
Dmga_dma.c823 dev_priv->depth_offset = init->depth_offset; in mga_do_init_dma()
Dmga_drv.h137 unsigned int depth_offset; member
/drivers/gpu/drm/radeon/
Dradeon_ioc32.c49 unsigned int depth_offset, depth_pitch; member
83 || __put_user(init32.depth_offset, &init->depth_offset) in compat_radeon_cp_init()
/drivers/gpu/drm/i810/
Di810_drv.h98 int depth_offset; member
Di810_dma.c384 dev_priv->depth_offset = init->depth_offset; in i810_dma_initialize()
392 dev_priv->zi1 = init->depth_offset | init->pitch_bits; in i810_dma_initialize()
654 OUT_RING(dev_priv->depth_offset + start); in i810_dma_dispatch_clear()
/drivers/gpu/drm/savage/
Dsavage_drv.h146 unsigned int depth_offset, depth_pitch; member
Dsavage_bci.c696 dev_priv->depth_offset = init->depth_offset; in savage_do_init_bci()
Dsavage_state.c842 DMA_WRITE(dev_priv->depth_offset); in savage_dispatch_clear()