Searched refs:dst_pitch (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 28 unsigned int dst_pitch; member 33 unsigned int dst_pitch; member 38 unsigned int dst_pitch; member 44 unsigned int dst_pitch; member 49 unsigned int dst_pitch; member 54 unsigned int dst_pitch; member 59 unsigned int dst_pitch; member 64 unsigned int dst_pitch; member 69 unsigned int dst_pitch; member 74 unsigned int dst_pitch; member [all …]
|
| /linux/drivers/video/fbdev/via/ |
| H A D | accel.c | 40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument 139 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_1() 141 tmp, dst_pitch); in hw_bitblt_1() 144 tmp = VIA_PITCH_ENABLE | (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_1() 173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument 220 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_2() 222 tmp, dst_pitch); in hw_bitblt_2() 225 tmp = (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_2()
|
| H A D | viafbdev.h | 53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 73 static void drm_log_blit(struct iosys_map *dst, unsigned int dst_pitch, in drm_log_blit() argument 79 drm_draw_blit16(dst, dst_pitch, src, src_pitch, height, width, scale, color); in drm_log_blit() 82 drm_draw_blit24(dst, dst_pitch, src, src_pitch, height, width, scale, color); in drm_log_blit() 85 drm_draw_blit32(dst, dst_pitch, src, src_pitch, height, width, scale, color); in drm_log_blit()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2347 uint32_t dst_pitch : 16; member
|