Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_format_helper.h70 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format,
/linux-6.15/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c33 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, rect)); in hyperv_blit_to_vram_rect()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_format_helper.c128 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format, in drm_fb_clip_offset() function
133 EXPORT_SYMBOL(drm_fb_clip_offset);
/linux-6.15/drivers/gpu/drm/tiny/
H A Dofdrm.c831 iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip)); in ofdrm_primary_plane_helper_atomic_update()
866 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in ofdrm_primary_plane_helper_atomic_disable()
H A Dcirrus-qemu.c411 unsigned int offset = drm_fb_clip_offset(pitch, format, &damage); in cirrus_primary_plane_helper_atomic_update()
H A Dbochs.c459 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, &damage)); in bochs_primary_plane_helper_atomic_update()
H A Dsimpledrm.c649 iosys_map_incr(&dst, drm_fb_clip_offset(sdev->pitch, sdev->format, &dst_clip)); in simpledrm_primary_plane_helper_atomic_update()
/linux-6.15/drivers/gpu/drm/gud/
H A Dgud_pipe.c407 iosys_map_incr(&shadow_map, drm_fb_clip_offset(fb->pitches[0], fb->format, damage)); in gud_fb_queue_damage()
/linux-6.15/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c445 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in mgag200_handle_damage()
/linux-6.15/drivers/gpu/drm/ast/
H A Dast_mode.c508 iosys_map_incr(&dst, drm_fb_clip_offset(fb->pitches[0], fb->format, clip)); in ast_handle_damage()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c1405 offset = drm_fb_clip_offset(pitch, format_info, &params->clip); in drm_test_fb_clip_offset()