Home
last modified time | relevance | path

Searched refs:drm_plane_check_pixel_format (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/
Ddrm_crtc_internal.h266 int drm_plane_check_pixel_format(struct drm_plane *plane,
Ddrm_plane.c747 int drm_plane_check_pixel_format(struct drm_plane *plane, in drm_plane_check_pixel_format() function
794 ret = drm_plane_check_pixel_format(plane, fb->format->format, in __setplane_check()
834 if (drm_plane_check_pixel_format(plane, format, modifier) == 0) in drm_any_plane_has_format()
Ddrm_crtc.c806 ret = drm_plane_check_pixel_format(plane, in drm_mode_setcrtc()
Ddrm_atomic.c638 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check()