Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fb.h79 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb);
Dintel_fb.c1515 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb) in intel_fb_supports_90_270_rotation() function
1536 intel_fb_supports_90_270_rotation(fb) && in intel_fill_fb_info()
1539 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
1585 if (intel_fb_supports_90_270_rotation(fb)) in intel_fill_fb_info()
Dskl_universal_plane.c1353 if (!intel_fb_supports_90_270_rotation(to_intel_framebuffer(fb))) { in skl_plane_check_fb()