Searched refs:drm_fb_clip_offset (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/include/drm/ |
D | drm_format_helper.h | 13 unsigned int drm_fb_clip_offset(unsigned int pitch, const struct drm_format_info *format,
|
/linux-5.19.10/drivers/gpu/drm/tiny/ |
D | cirrus.c | 329 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()
|
D | simpledrm.c | 673 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/ |
D | drm_format_helper.c | 36 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/ |
D | hyperv_drm_modeset.c | 35 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/ |
D | mgag200_mode.c | 866 dst += drm_fb_clip_offset(fb->pitches[0], fb->format, clip); in mgag200_handle_damage()
|