Home
last modified time | relevance | path

Searched refs:drm_framebuffer_plane_height (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_framebuffer.h297 int drm_framebuffer_plane_height(int height,
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_framebuffer.c1150 int drm_framebuffer_plane_height(int height, in drm_framebuffer_plane_height() function
1158 EXPORT_SYMBOL(drm_framebuffer_plane_height);
1178 drm_framebuffer_plane_height(fb->height, fb, i)); in drm_framebuffer_print_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display.c2561 height = drm_framebuffer_plane_height(fb->height, fb, color_plane); in intel_fb_offset_to_xy()