Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_crtc_internal.h266 int drm_plane_check_pixel_format(struct drm_plane *plane,
H A Ddrm_plane.c760 int drm_plane_check_pixel_format(struct drm_plane *plane, in drm_plane_check_pixel_format() function
807 ret = drm_plane_check_pixel_format(plane, fb->format->format, in __setplane_check()
847 if (drm_plane_check_pixel_format(plane, format, modifier) == 0) in drm_any_plane_has_format()
H A Ddrm_crtc.c805 ret = drm_plane_check_pixel_format(plane, in drm_mode_setcrtc()
H A Ddrm_atomic.c638 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check()