Home
last modified time | relevance | path

Searched refs:intel_fb_supports_90_270_rotation (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.h80 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb);
H A Dintel_fb.c1585 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb) in intel_fb_supports_90_270_rotation() function
1606 intel_fb_supports_90_270_rotation(fb) && in intel_fill_fb_info()
1609 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
1654 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
H A Dskl_universal_plane.c1370 if (!intel_fb_supports_90_270_rotation(to_intel_framebuffer(fb))) { in skl_plane_check_fb()