Searched refs:drm_format_info_plane_height (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fourcc.h | 286 * drm_format_info_plane_height - height of the plane given the first plane 295 int drm_format_info_plane_height(const struct drm_format_info *info, int height, in drm_format_info_plane_height() function
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fourcc.h | 286 * drm_format_info_plane_height - height of the plane given the first plane 295 int drm_format_info_plane_height(const struct drm_format_info *info, int height, in drm_format_info_plane_height() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
H A D | meson_overlay.c | 651 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update() 663 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update() 675 drm_format_info_plane_height(fb->format, in meson_overlay_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 352 height = drm_format_info_plane_height(info, in nouveau_framebuffer_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 340 height = drm_format_info_plane_height(info, in nouveau_framebuffer_new()
|
Completed in 6 milliseconds