Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_crtc.h1267 extern int drm_plane_check_pixel_format(const struct drm_plane *plane,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic.c517 ret = drm_plane_check_pixel_format(plane, state->fb->pixel_format); in drm_atomic_plane_check()
Ddrm_crtc.c2426 int drm_plane_check_pixel_format(const struct drm_plane *plane, u32 format) in drm_plane_check_pixel_format() function
2480 ret = drm_plane_check_pixel_format(plane, fb->pixel_format); in __setplane_internal()
2818 ret = drm_plane_check_pixel_format(crtc->primary, in drm_mode_setcrtc()