Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_crtc.h1271 extern int drm_plane_check_pixel_format(const struct drm_plane *plane,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic.c722 ret = drm_plane_check_pixel_format(plane, state->fb->pixel_format); in drm_atomic_plane_check()
Ddrm_crtc.c2305 int drm_plane_check_pixel_format(const struct drm_plane *plane, u32 format) in drm_plane_check_pixel_format() function
2384 ret = drm_plane_check_pixel_format(plane, fb->pixel_format); in __setplane_internal()
2695 ret = drm_plane_check_pixel_format(crtc->primary, in drm_mode_setcrtc()