Searched refs:drm_plane_has_format (Results 1 – 5 of 5) 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_crtc.c | 811 if (!drm_plane_has_format(plane, fb->format->format, fb->modifier)) { in drm_mode_setcrtc()
|
| H A D | drm_atomic.c | 738 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()
|