Home
last modified time | relevance | path

Searched refs:dpitch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_accel.c146 * @dpitch: bytes per line of destination buffer
161 static inline void source_copy_blit(int dwidth, int dheight, int dpitch, in source_copy_blit() argument
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp); in source_copy_blit()
173 PUT_RING(dpitch); in source_copy_blit()
217 * @dpitch: pixels per line of the buffer
235 static inline void mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, in mono_src_copy_imm_blit() argument
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch); in mono_src_copy_imm_blit()
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
H A Di810_accel.c146 * @dpitch: bytes per line of destination buffer
161 static inline void source_copy_blit(int dwidth, int dheight, int dpitch, in source_copy_blit() argument
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp); in source_copy_blit()
173 PUT_RING(dpitch); in source_copy_blit()
217 * @dpitch: pixels per line of the buffer
235 static inline void mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, in mono_src_copy_imm_blit() argument
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch); in mono_src_copy_imm_blit()

Completed in 2 milliseconds