Home
last modified time | relevance | path

Searched refs:drm_plane_has_format (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_plane.c889 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 Ddrm_crtc.c792 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in drm_mode_setcrtc()
H A Ddrm_atomic.c634 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in drm_atomic_plane_check()
/linux/include/drm/
H A Ddrm_plane.h975 bool drm_plane_has_format(struct drm_plane *plane,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1646 if (!drm_plane_has_format(&plane->base, fb->format->format, fb->modifier)) in intel_fb_min_alignment()