Searched refs:src_pitch (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dfb-puv3.c139 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 Daccel.c55 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 Dviafbdev.h68 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 Dr600_blit.c789 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 Dr600_cp.c2425 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 Dradeon_drv.h470 int w, int h, int src_pitch, int dst_pitch, int cpp);
/linux-4.4.14/include/uapi/drm/
H A Dmga_drm.h394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
/linux-4.4.14/drivers/gpu/drm/mga/
H A Dmga_state.c791 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 Dnouveau_bo.c782 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 Diceland_sdma_pkt_open.h316 /*define for src_pitch field*/
H A Dtonga_sdma_pkt_open.h316 /*define for src_pitch field*/

Completed in 452 milliseconds