Searched refs:drm_plane_check_pixel_format (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_crtc_internal.h | 266 int drm_plane_check_pixel_format(struct drm_plane *plane,
|
H A D | drm_plane.c | 760 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 D | drm_crtc.c | 805 ret = drm_plane_check_pixel_format(plane, in drm_mode_setcrtc()
|
H A D | drm_atomic.c | 638 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_plane.c | 576 int drm_plane_check_pixel_format(struct drm_plane *plane, in drm_plane_check_pixel_format() function 623 ret = drm_plane_check_pixel_format(plane, fb->format->format, in __setplane_check() 667 if (drm_plane_check_pixel_format(plane, format, modifier) == 0) in drm_any_plane_has_format()
|
H A D | drm_crtc.c | 652 ret = drm_plane_check_pixel_format(plane, in drm_mode_setcrtc()
|
H A D | drm_atomic.c | 583 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check()
|
Completed in 11 milliseconds