Home
last modified time | relevance | path

Searched refs:drm_fb_clip_offset (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/sysfb/
A Ddrm_sysfb_modeset.c261 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()
/drivers/gpu/drm/hyperv/
A Dhyperv_drm_modeset.c36 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, rect)); in hyperv_blit_to_vram_rect()
/drivers/gpu/drm/
A Ddrm_format_helper.c131 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);
/drivers/gpu/drm/tiny/
A Dcirrus-qemu.c352 unsigned int offset = drm_fb_clip_offset(fb->pitches[0], fb->format, &damage); in cirrus_primary_plane_helper_atomic_update()
A Dbochs.c460 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, &damage)); in bochs_primary_plane_helper_atomic_update()
/drivers/gpu/drm/mgag200/
A Dmgag200_mode.c431 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in mgag200_handle_damage()
/drivers/gpu/drm/gud/
A Dgud_pipe.c412 iosys_map_incr(&shadow_map, drm_fb_clip_offset(fb->pitches[0], fb->format, damage)); in gud_fb_queue_damage()
/drivers/gpu/drm/ast/
A Dast_mode.c548 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in ast_handle_damage()
/drivers/gpu/drm/tests/
A Ddrm_format_helper_test.c1333 offset = drm_fb_clip_offset(pitch, format_info, &params->clip); in drm_test_fb_clip_offset()

Completed in 23 milliseconds