Searched refs:drm_format_info_plane_height (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/drm/ |
D | drm_fourcc.h | 296 int drm_format_info_plane_height(const struct drm_format_info *info, int height, in drm_format_info_plane_height() function
|
/linux-6.12.1/drivers/gpu/drm/meson/ |
D | meson_overlay.c | 657 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update() 669 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update() 681 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_framebuffer.c | 182 unsigned int height = drm_format_info_plane_height(info, r->height, i); in framebuffer_check() 1171 drm_format_info_plane_height(fb->format, fb->height, i)); in drm_framebuffer_print_info()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 340 height = drm_format_info_plane_height(info, in nouveau_framebuffer_new()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_fb.c | 1078 height = drm_format_info_plane_height(fb->format, fb->height, color_plane); in intel_fb_offset_to_xy()
|