/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 45 static int __drm_fb_xfrm(void *dst, unsigned long dst_pitch, unsigned long dst_pixsize, in __drm_fb_xfrm() 88 static int __drm_fb_xfrm_toio(void __iomem *dst, unsigned long dst_pitch, unsigned long dst_pixsize, in __drm_fb_xfrm_toio() 134 const unsigned int *dst_pitch, const u8 *dst_pixsize, in drm_fb_xfrm() 173 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy() 250 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab() 310 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb332() 380 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565() 437 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb1555() 489 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb1555() 541 void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgba5551() [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_format_helper_test.c | 20 unsigned int dst_pitch; member 25 unsigned int dst_pitch; member 30 unsigned int dst_pitch; member 36 unsigned int dst_pitch; member 41 unsigned int dst_pitch; member 46 unsigned int dst_pitch; member 51 unsigned int dst_pitch; member 56 unsigned int dst_pitch; member 61 unsigned int dst_pitch; member 66 unsigned int dst_pitch; member [all …]
|
/openbmc/qemu/hw/display/ |
H A D | ati_2d.c | 159 unsigned int dst_pitch = dst_stride * sizeof(uint32_t); in ati_2d_blt() local 220 unsigned int dst_pitch = dst_stride * sizeof(uint32_t); in ati_2d_blt() local
|
H A D | ati_int.h | 61 uint32_t dst_pitch; member
|
H A D | sm501.c | 699 unsigned int dst_pitch = (s->twoD_pitch >> 16) & 0x1FFF; in sm501_2d_operation() local
|
/openbmc/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() 173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 499 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local 1145 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 147 u32 src_pitch, dst_pitch; in prepare_blit() local
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 797 unsigned int dst_pitch = odev->pitch; in ofdrm_primary_plane_helper_atomic_update() local 836 unsigned int dst_pitch = odev->pitch; in ofdrm_primary_plane_helper_atomic_disable() local
|
H A D | repaper.c | 516 unsigned int dst_pitch = 0; in repaper_fb_dirty() local
|
/openbmc/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 607 unsigned int dst_pitch; in ssd130x_fb_blit_rect() local
|