/linux-4.4.14/drivers/video/fbdev/ |
H A D | fb-puv3.c | 139 int src_pitch = screen_width * (m_iBpp / 8); unifb_prim_fillrect() local 140 int src_offset = src_y0 * src_pitch + src_x0 * (m_iBpp / 8); unifb_prim_fillrect() 154 src_pitch = (dst_pitch << 16) | src_pitch; unifb_prim_fillrect() 166 writel(src_pitch, UGE_PITCH); unifb_prim_fillrect() 229 int src_pitch = screen_width * (m_iBpp / 8); unifb_prim_copyarea() local 230 int src_offset = src_y0 * src_pitch + src_x0 * (m_iBpp / 8); unifb_prim_copyarea() 250 src_offset = (src_y0 + aheight) * src_pitch + unifb_prim_copyarea() 261 src_pitch = (dst_pitch << 16) | src_pitch; unifb_prim_copyarea() 271 writel(src_pitch, UGE_PITCH); unifb_prim_copyarea()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
H A D | accel.c | 55 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, hw_bitblt_1() 152 tmp = src_pitch; hw_bitblt_1() 188 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, hw_bitblt_2() 233 tmp = src_pitch; hw_bitblt_2() 53 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument 186 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument
|
H A D | viafbdev.h | 68 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | r600_blit.c | 789 int w, int h, int src_pitch, int dst_pitch, int cpp) r600_blit_swap() 845 src_pitch / cpp, r600_blit_swap() 846 sy2, src_pitch / cpp, r600_blit_swap() 850 R600_TC_ACTION_ENA, src_pitch * sy2, src_gpu_addr); r600_blit_swap() 786 r600_blit_swap(struct drm_device *dev, uint64_t src_gpu_addr, uint64_t dst_gpu_addr, int sx, int sy, int dx, int dy, int w, int h, int src_pitch, int dst_pitch, int cpp) r600_blit_swap() argument
|
H A D | r600_cp.c | 2425 int i, cpp, src_pitch, dst_pitch; r600_cp_dispatch_swap() local 2436 src_pitch = dev_priv->back_pitch; r600_cp_dispatch_swap() 2441 src_pitch = dev_priv->front_pitch; r600_cp_dispatch_swap() 2462 src_pitch, dst_pitch, cpp); r600_cp_dispatch_swap()
|
H A D | radeon_drv.h | 470 int w, int h, int src_pitch, int dst_pitch, int cpp);
|
/linux-4.4.14/include/uapi/drm/ |
H A D | mga_drm.h | 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
H A D | mga_state.c | 791 MGA_AR5, blit->ydir * blit->src_pitch, mga_dma_dispatch_blit() 806 start = srcy * blit->src_pitch + srcx; mga_dma_dispatch_blit()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 782 OUT_RING (chan, PAGE_SIZE); /* src_pitch */ nvc0_bo_move_m2mf() 1012 OUT_RING (chan, PAGE_SIZE); /* src_pitch */ nv04_bo_move_m2mf()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | iceland_sdma_pkt_open.h | 316 /*define for src_pitch field*/
|
H A D | tonga_sdma_pkt_open.h | 316 /*define for src_pitch field*/
|