Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_framebuffer.h297 int drm_framebuffer_plane_height(int height,
/Linux-v6.1/drivers/gpu/drm/
Ddrm_framebuffer.c1167 int drm_framebuffer_plane_height(int height, in drm_framebuffer_plane_height() function
1175 EXPORT_SYMBOL(drm_framebuffer_plane_height);
1193 drm_framebuffer_plane_height(fb->height, fb, i)); in drm_framebuffer_print_info()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fb.c1062 height = drm_framebuffer_plane_height(fb->height, fb, color_plane); in intel_fb_offset_to_xy()