Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_framebuffer.h311 int drm_framebuffer_plane_width(int width,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_framebuffer.c967 int drm_framebuffer_plane_width(int width, in drm_framebuffer_plane_width() function
975 EXPORT_SYMBOL(drm_framebuffer_plane_width);
1013 drm_framebuffer_plane_width(fb->width, fb, i), in drm_framebuffer_print_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c2497 width = drm_framebuffer_plane_width(fb->width, fb, i); in intel_fill_fb_info()