Searched refs:dpitch (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/ |
| A D | drm_draw.c | 63 void drm_draw_blit16(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit16() argument 73 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, fg16); in drm_draw_blit16() 77 void drm_draw_blit24(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit24() argument 86 u32 off = y * dpitch + x * 3; in drm_draw_blit24() 99 void drm_draw_blit32(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit32() argument 109 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, fg32); in drm_draw_blit32() 116 void drm_draw_fill16(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_fill16() argument 124 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, color); in drm_draw_fill16() 128 void drm_draw_fill24(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_fill24() argument 136 unsigned int off = y * dpitch + x * 3; in drm_draw_fill24() [all …]
|
| A D | drm_draw_internal.h | 29 void drm_draw_blit16(struct iosys_map *dmap, unsigned int dpitch, 34 void drm_draw_blit24(struct iosys_map *dmap, unsigned int dpitch, 39 void drm_draw_blit32(struct iosys_map *dmap, unsigned int dpitch, 44 void drm_draw_fill16(struct iosys_map *dmap, unsigned int dpitch, 48 void drm_draw_fill24(struct iosys_map *dmap, unsigned int dpitch, 52 void drm_draw_fill32(struct iosys_map *dmap, unsigned int dpitch,
|
| A D | drm_panic.c | 206 static void drm_panic_blit_page(struct page **pages, unsigned int dpitch, in drm_panic_blit_page() argument 223 offset = (y + clip->y1) * dpitch + (x + clip->x1) * cpp; in drm_panic_blit_page() 302 static void drm_panic_fill_page(struct page **pages, unsigned int dpitch, in drm_panic_fill_page() argument 315 offset = y * dpitch + x * cpp; in drm_panic_fill_page()
|
| /drivers/video/fbdev/i810/ |
| A D | i810_accel.c | 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() 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 11 milliseconds