Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_framebuffer.h313 int drm_framebuffer_plane_height(int height,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_framebuffer.c986 int drm_framebuffer_plane_height(int height, in drm_framebuffer_plane_height() function
994 EXPORT_SYMBOL(drm_framebuffer_plane_height);
1014 drm_framebuffer_plane_height(fb->height, fb, i)); in drm_framebuffer_print_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c2498 height = drm_framebuffer_plane_height(fb->height, fb, i); in intel_fill_fb_info()