Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_crtc_internal.h199 int drm_plane_check_pixel_format(const struct drm_plane *plane,
H A Ddrm_plane.c548 int drm_plane_check_pixel_format(const struct drm_plane *plane, u32 format) in drm_plane_check_pixel_format() function
601 ret = drm_plane_check_pixel_format(plane, fb->format->format); in __setplane_internal()
H A Ddrm_crtc.c658 ret = drm_plane_check_pixel_format(crtc->primary, in drm_mode_setcrtc()
H A Ddrm_atomic.c881 ret = drm_plane_check_pixel_format(plane, state->fb->format->format); in drm_atomic_plane_check()