Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_fb.h80 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb);
Dintel_fb.c1572 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb) in intel_fb_supports_90_270_rotation() function
1593 intel_fb_supports_90_270_rotation(fb) && in intel_fill_fb_info()
1596 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
1641 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
Dskl_universal_plane.c1369 if (!intel_fb_supports_90_270_rotation(to_intel_framebuffer(fb))) { in skl_plane_check_fb()