Searched refs:drm_rect_rotate_inv (Results 1 – 6 of 6) 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/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 905 drm_rect_rotate_inv(&pipe_cfg->src_rect, in dpu_plane_atomic_check_nosspp() 909 drm_rect_rotate_inv(&r_pipe_cfg->src_rect, in dpu_plane_atomic_check_nosspp()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 1051 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in intel_plane_check_clipping()
|