Home
last modified time | relevance | path

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

/drivers/gpu/drm/r128/
Dr128_ioc32.c51 unsigned int depth_offset, depth_pitch; member
87 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_r128_init()
Dr128_cce.c442 dev_priv->depth_pitch = init->depth_pitch; in r128_do_init_cce()
449 dev_priv->depth_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) | in r128_do_init_cce()
452 dev_priv->span_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) | in r128_do_init_cce()
Dr128_drv.h113 unsigned int depth_pitch; member
Dr128_state.c1130 if (count > dev_priv->depth_pitch) in r128_cce_dispatch_read_pixels()
1131 count = dev_priv->depth_pitch; in r128_cce_dispatch_read_pixels()
/drivers/gpu/drm/mga/
Dmga_ioc32.c49 unsigned int depth_offset, depth_pitch; member
84 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_mga_init()
Dmga_dma.c824 dev_priv->depth_pitch = init->depth_pitch; in mga_do_init_dma()
Dmga_drv.h138 unsigned int depth_pitch; member
/drivers/gpu/drm/radeon/
Dradeon_ioc32.c49 unsigned int depth_offset, depth_pitch; member
84 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_radeon_cp_init()
/drivers/gpu/drm/i810/
Di810_drv.h104 int depth_pitch; member
/drivers/gpu/drm/savage/
Dsavage_bci.c697 dev_priv->depth_pitch = init->depth_pitch; in savage_do_init_bci()
827 dev_priv->depth_pitch / (dev_priv->depth_bpp / 8); in savage_do_init_bci()
Dsavage_drv.h146 unsigned int depth_offset, depth_pitch; member