Searched refs:drm_framebuffer_plane_height (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_framebuffer.h | 297 int drm_framebuffer_plane_height(int height,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_framebuffer.h | 297 int drm_framebuffer_plane_height(int height,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_framebuffer.c | 1142 * drm_framebuffer_plane_height - height of the plane given the first plane 1150 int drm_framebuffer_plane_height(int height, in drm_framebuffer_plane_height() function 1158 EXPORT_SYMBOL(drm_framebuffer_plane_height); variable 1178 drm_framebuffer_plane_height(fb->height, fb, i)); in drm_framebuffer_print_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_framebuffer.c | 1159 * drm_framebuffer_plane_height - height of the plane given the first plane 1167 int drm_framebuffer_plane_height(int height, in drm_framebuffer_plane_height() function 1175 EXPORT_SYMBOL(drm_framebuffer_plane_height); variable 1193 drm_framebuffer_plane_height(fb->height, fb, i)); in drm_framebuffer_print_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 1116 height = drm_framebuffer_plane_height(fb->height, fb, color_plane); in intel_fb_offset_to_xy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 2561 height = drm_framebuffer_plane_height(fb->height, fb, color_plane); in intel_fb_offset_to_xy()
|
Completed in 29 milliseconds