Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/
Ddrm_format_helper.h13 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format,
/linux-5.19.10/drivers/gpu/drm/tiny/
Dcirrus.c329 dst += drm_fb_clip_offset(fb->pitches[0], fb->format, rect); in cirrus_fb_blit_rect()
333 dst += drm_fb_clip_offset(cirrus->pitch, fb->format, rect); in cirrus_fb_blit_rect()
337 dst += drm_fb_clip_offset(cirrus->pitch, fb->format, rect); in cirrus_fb_blit_rect()
Dsimpledrm.c673 dst += drm_fb_clip_offset(sdev->pitch, sdev->format, &dst_clip); in simpledrm_simple_display_pipe_enable()
722 dst += drm_fb_clip_offset(sdev->pitch, sdev->format, &dst_clip); in simpledrm_simple_display_pipe_update()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_format_helper.c36 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format, in drm_fb_clip_offset() function
41 EXPORT_SYMBOL(drm_fb_clip_offset);
/linux-5.19.10/drivers/gpu/drm/hyperv/
Dhyperv_drm_modeset.c35 dst += drm_fb_clip_offset(fb->pitches[0], fb->format, rect); in hyperv_blit_to_vram_rect()
/linux-5.19.10/drivers/gpu/drm/mgag200/
Dmgag200_mode.c866 dst += drm_fb_clip_offset(fb->pitches[0], fb->format, clip); in mgag200_handle_damage()