Searched refs:front_pitch (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/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
|
/linux-4.1.27/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_drv.h | 132 unsigned int front_pitch; member
|
D | mga_dma.c | 800 dev_priv->front_pitch = init->front_pitch; in mga_do_init_dma()
|
/linux-4.1.27/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()
|
D | r600_cp.c | 2046 dev_priv->front_pitch = init->front_pitch; in r600_do_init_cp() 2127 dev_priv->front_pitch_offset = (((dev_priv->front_pitch / 64) << 22) | in r600_do_init_cp() 2437 dst_pitch = dev_priv->front_pitch; in r600_cp_dispatch_swap() 2441 src_pitch = dev_priv->front_pitch; in r600_cp_dispatch_swap()
|
D | radeon_cp.c | 1249 dev_priv->front_pitch = init->front_pitch; in radeon_do_init_cp() 1373 dev_priv->front_pitch_offset = (((dev_priv->front_pitch / 64) << 22) | in radeon_do_init_cp()
|
D | radeon_drv.h | 238 unsigned int front_pitch; member
|
D | radeon_state.c | 1475 ((sarea->frame.y * dev_priv->front_pitch + in radeon_cp_dispatch_flip()
|
/linux-4.1.27/include/uapi/drm/ |
D | savage_drm.h | 87 unsigned int front_offset, front_pitch; member
|
D | r128_drm.h | 233 unsigned int front_offset, front_pitch; member
|
D | mga_drm.h | 284 unsigned int front_offset, front_pitch; member
|
D | radeon_drm.h | 576 unsigned int front_offset, front_pitch; member
|
/linux-4.1.27/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
|