Searched refs:drm_fb_clip_offset (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/sysfb/ |
H A D | drm_sysfb_modeset.c | 261 iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip)); in drm_sysfb_plane_helper_atomic_update() 297 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in drm_sysfb_plane_helper_atomic_disable()
|
/linux/include/drm/ |
H A D | drm_format_helper.h | 70 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format,
|
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_modeset.c | 36 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, rect)); in hyperv_blit_to_vram_rect()
|
/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 123 * drm_fb_clip_offset - Returns the clipping rectangles byte-offset in a framebuffer 131 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format, in drm_fb_clip_offset() function 136 EXPORT_SYMBOL(drm_fb_clip_offset);
|
/linux/drivers/gpu/drm/tiny/ |
H A D | cirrus-qemu.c | 352 unsigned int offset = drm_fb_clip_offset(fb->pitches[0], fb->format, &damage); in cirrus_primary_plane_helper_atomic_update()
|
H A D | bochs.c | 460 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, &damage)); in bochs_primary_plane_helper_atomic_update()
|
/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 412 iosys_map_incr(&shadow_map, drm_fb_clip_offset(fb->pitches[0], fb->format, damage)); in gud_fb_queue_damage()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 431 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in mgag200_handle_damage()
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 548 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in ast_handle_damage()
|