Searched refs:drm_rect_rotate_inv (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 | 943 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in drm_atomic_helper_check_plane_state()
|
| /linux-6.15/drivers/gpu/drm/vkms/ |
| H A D | vkms_composer.c | 160 drm_rect_rotate_inv(&tmp_a, 1, 1, rotation); in direction_for_rotation() 161 drm_rect_rotate_inv(&tmp_b, 1, 1, rotation); in direction_for_rotation() 307 drm_rect_rotate_inv(&src_line, drm_rect_width(&tmp_src), in blend_line()
|
| /linux-6.15/include/drm/ |
| H A D | drm_rect.h | 270 void drm_rect_rotate_inv(struct drm_rect *r,
|
| /linux-6.15/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-6.15/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-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_atomic_plane.c | 1009 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation); in intel_atomic_plane_check_clipping()
|