Home
last modified time | relevance | path

Searched refs:drm_rect_rotate_inv (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_rect.c327 void drm_rect_rotate_inv(struct drm_rect *r, in drm_rect_rotate_inv() function
375 EXPORT_SYMBOL(drm_rect_rotate_inv);
H A Ddrm_atomic_helper.c917 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in drm_atomic_helper_check_plane_state()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_rect.h255 void drm_rect_rotate_inv(struct drm_rect *r,
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_atomic_plane.c933 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in intel_atomic_plane_check_clipping()