Searched refs:drm_plane_has_format (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane.c | 916 bool drm_plane_has_format(struct drm_plane *plane, in drm_plane_has_format() function 945 EXPORT_SYMBOL(drm_plane_has_format); 964 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in __setplane_check() 1002 if (drm_plane_has_format(plane, format, modifier)) in drm_any_plane_has_format()
|
| H A D | drm_atomic.c | 707 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 | 1008 bool drm_plane_has_format(struct drm_plane *plane,
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb.c | 1667 if (!drm_plane_has_format(&plane->base, fb->format->format, fb->modifier)) in intel_fb_min_alignment() 1691 if (!drm_plane_has_format(&plane->base, fb->format->format, fb->modifier)) in intel_fb_vtd_guard()
|