Searched refs:drm_rect_rotate_inv (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_rect.c | 326 void drm_rect_rotate_inv(struct drm_rect *r, in drm_rect_rotate_inv() function 374 EXPORT_SYMBOL(drm_rect_rotate_inv);
|
| H A D | drm_atomic_helper.c | 947 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in drm_atomic_helper_check_plane_state()
|
| /linux/include/drm/ |
| H A D | drm_rect.h | 270 void drm_rect_rotate_inv(struct drm_rect *r,
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_rect_test.c | 504 drm_rect_rotate_inv(&r, params->width, params->height, params->rotation); in drm_test_rect_rotate_inv()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 1073 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in intel_plane_check_clipping()
|