Searched refs:depth_pitch (Results 1 - 15 of 15) sorted by relevance

/drivers/gpu/drm/mga/
H A Dmga_ioc32.c49 unsigned int depth_offset, depth_pitch; member in struct:drm32_mga_init
84 || __put_user(init32.depth_pitch, &init->depth_pitch)
H A Dmga_dma.c810 dev_priv->depth_pitch = init->depth_pitch;
H A Dmga_drv.h136 unsigned int depth_pitch; member in struct:drm_mga_private
/drivers/gpu/drm/r128/
H A Dr128_ioc32.c51 unsigned int depth_offset, depth_pitch; member in struct:drm_r128_init32
87 || __put_user(init32.depth_pitch, &init->depth_pitch)
H A Dr128_cce.c443 dev_priv->depth_pitch = init->depth_pitch;
450 dev_priv->depth_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) |
453 dev_priv->span_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) |
H A Dr128_drv.h110 unsigned int depth_pitch; member in struct:drm_r128_private
H A Dr128_state.c1153 if (count > dev_priv->depth_pitch)
1154 count = dev_priv->depth_pitch;
/drivers/gpu/drm/radeon/
H A Dradeon_ioc32.c50 unsigned int depth_offset, depth_pitch; member in struct:drm_radeon_init32
85 || __put_user(init32.depth_pitch, &init->depth_pitch)
H A Dradeon_cp.c1277 dev_priv->depth_pitch = init->depth_pitch;
1395 dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) |
H A Dradeon_state.c990 RADEON_DEPTH_FORMAT_16BIT_INT_Z ? (dev_priv->depth_pitch /
992 depth_pitch / 4);
H A Dradeon_drv.h235 unsigned int depth_pitch; member in struct:drm_radeon_private
H A Dr600_cp.c2139 dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) |
/drivers/gpu/drm/i810/
H A Di810_drv.h102 int depth_pitch; member in struct:drm_i810_private
/drivers/gpu/drm/savage/
H A Dsavage_bci.c707 dev_priv->depth_pitch = init->depth_pitch;
837 dev_priv->depth_pitch / (dev_priv->depth_bpp / 8);
H A Dsavage_drv.h144 unsigned int depth_offset, depth_pitch; member in struct:drm_savage_private

Completed in 151 milliseconds