Searched refs:drm_plane_has_format (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 889 bool drm_plane_has_format(struct drm_plane *plane, in drm_plane_has_format() function 918 EXPORT_SYMBOL(drm_plane_has_format); 937 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in __setplane_check() 975 if (drm_plane_has_format(plane, format, modifier)) in drm_any_plane_has_format()
|
H A D | drm_crtc.c | 792 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in drm_mode_setcrtc()
|
H A D | drm_atomic.c | 634 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in drm_atomic_plane_check()
|
/linux/include/drm/ |
H A D | drm_plane.h | 975 bool drm_plane_has_format(struct drm_plane *plane,
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 1646 if (!drm_plane_has_format(&plane->base, fb->format->format, fb->modifier)) in intel_fb_min_alignment()
|