Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_framebuffer.h295 int drm_framebuffer_plane_width(int width,
/Linux-v5.4/drivers/gpu/drm/
Ddrm_framebuffer.c1009 int drm_framebuffer_plane_width(int width, in drm_framebuffer_plane_width() function
1017 EXPORT_SYMBOL(drm_framebuffer_plane_width);
1055 drm_framebuffer_plane_width(fb->width, fb, i), in drm_framebuffer_print_info()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c2647 width = drm_framebuffer_plane_width(fb->width, fb, i); in intel_fill_fb_info()