Searched refs:front_pitch (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/r128/ |
D | r128_ioc32.c | 48 unsigned int front_offset, front_pitch; member 82 || __put_user(init32.front_pitch, &init->front_pitch) in compat_r128_init()
|
D | r128_cce.c | 427 dev_priv->front_pitch = init->front_pitch; in r128_do_init_cce() 445 dev_priv->front_pitch_offset_c = (((dev_priv->front_pitch / 8) << 21) | in r128_do_init_cce()
|
D | r128_drv.h | 107 unsigned int front_pitch; member
|
/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 46 unsigned int front_offset, front_pitch; member 79 || __put_user(init32.front_pitch, &init->front_pitch) in compat_mga_init()
|
D | mga_state.c | 48 unsigned int pitch = dev_priv->front_pitch; in mga_emit_clip_rect() 593 MGA_AR5, dev_priv->front_pitch); in mga_dma_dispatch_swap() 602 u32 start = box->y1 * dev_priv->front_pitch; in mga_dma_dispatch_swap() 753 MGA_PITCH, dev_priv->front_pitch, MGA_DWGSYNC, 0x00007000); in mga_dma_dispatch_iload() 820 MGA_PITCH, dev_priv->front_pitch, MGA_DWGCTL, ctx->dwgctl); in mga_dma_dispatch_blit()
|
D | mga_dma.c | 818 dev_priv->front_pitch = init->front_pitch; in mga_do_init_dma()
|
D | mga_drv.h | 132 unsigned int front_pitch; member
|
/drivers/gpu/drm/radeon/ |
D | radeon_ioc32.c | 46 unsigned int front_offset, front_pitch; member 79 || __put_user(init32.front_pitch, &init->front_pitch) in compat_radeon_cp_init()
|
/drivers/gpu/drm/savage/ |
D | savage_bci.c | 692 dev_priv->front_pitch = init->front_pitch; in savage_do_init_bci() 824 front_stride = dev_priv->front_pitch / (dev_priv->fb_bpp / 8); in savage_do_init_bci()
|
D | savage_drv.h | 143 unsigned int front_offset, front_pitch; member
|