Searched refs:dpitch (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_draw.c | 141 void drm_draw_blit16(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit16() argument 151 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, fg16); in drm_draw_blit16() 155 void drm_draw_blit24(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit24() argument 164 u32 off = y * dpitch + x * 3; in drm_draw_blit24() 177 void drm_draw_blit32(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_blit32() argument 187 iosys_map_wr(dmap, y * dpitch + x * sizeof(u32), u32, fg32); in drm_draw_blit32() 194 void drm_draw_fill16(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_fill16() argument 202 iosys_map_wr(dmap, y * dpitch + x * sizeof(u16), u16, color); in drm_draw_fill16() 206 void drm_draw_fill24(struct iosys_map *dmap, unsigned int dpitch, in drm_draw_fill24() argument 214 unsigned int off = y * dpitch + x * 3; in drm_draw_fill24() [all …]
|
| H 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,
|
| /linux-6.15/drivers/video/fbdev/i810/ |
| H 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()
|