Searched refs:drm_plane_check_pixel_format (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_crtc_internal.h | 265 int drm_plane_check_pixel_format(struct drm_plane *plane,
|
D | drm_plane.c | 742 int drm_plane_check_pixel_format(struct drm_plane *plane, in drm_plane_check_pixel_format() function 789 ret = drm_plane_check_pixel_format(plane, fb->format->format, in __setplane_check() 829 if (drm_plane_check_pixel_format(plane, format, modifier) == 0) in drm_any_plane_has_format()
|
D | drm_crtc.c | 806 ret = drm_plane_check_pixel_format(plane, in drm_mode_setcrtc()
|
D | drm_atomic.c | 629 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check()
|
/Linux-v6.1/Documentation/gpu/ |
D | todo.rst | 281 drm_plane_check_pixel_format() against all planes, and pass if any plane
|