Home
last modified time | relevance | path

Searched refs:drm_format_info_plane_height (Results 1 – 5 of 5) sorted by relevance

/linux/include/drm/
H A Ddrm_fourcc.h295 int drm_format_info_plane_height(const struct drm_format_info *info, int height, in drm_format_info_plane_height() function
/linux/drivers/gpu/drm/meson/
H A Dmeson_overlay.c658 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update()
670 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update()
682 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update()
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c173 unsigned int height = drm_format_info_plane_height(info, r->height, i); in framebuffer_check()
1201 drm_format_info_plane_height(fb->format, fb->height, i)); in drm_framebuffer_print_info()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c300 height = drm_format_info_plane_height(info, in nouveau_framebuffer_new()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1167 height = drm_format_info_plane_height(fb->format, fb->height, color_plane); in intel_fb_offset_to_xy()