/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_damage_helper.c | 21 static void set_damage_clip(struct drm_mode_rect *r, int x1, int y1, int x2, in set_damage_clip() 31 struct drm_mode_rect *r, uint32_t size) in set_damage_blob() 287 struct drm_mode_rect damage; in igt_damage_iter_simple_damage() 323 struct drm_mode_rect damage; in igt_damage_iter_single_damage() 358 struct drm_mode_rect damage; in igt_damage_iter_single_damage_intersect_src() 394 struct drm_mode_rect damage; in igt_damage_iter_single_damage_outside_src() 429 struct drm_mode_rect damage; in igt_damage_iter_single_damage_fractional_src() 467 struct drm_mode_rect damage; in igt_damage_iter_single_damage_intersect_fractional_src() 506 struct drm_mode_rect damage; in igt_damage_iter_single_damage_outside_fractional_src() 544 struct drm_mode_rect damag in igt_damage_iter_single_damage_src_moved() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_damage_helper_test.c | 73 static void set_damage_clip(struct drm_mode_rect *r, int x1, int y1, int x2, in set_damage_clip() 83 struct drm_mode_rect *r, u32 size) in set_damage_blob() 256 struct drm_mode_rect damage; in drm_test_damage_iter_simple_damage() 279 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage() 301 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_intersect_src() 324 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_outside_src() 346 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_fractional_src() 371 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_intersect_fractional_src() 398 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_outside_fractional_src() 423 struct drm_mode_rect damag in drm_test_damage_iter_single_damage_src_moved() [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_plane.h | 181 * since last plane update) as an array of &drm_mode_rect in framebuffer 836 * Simple helper to get the number of &drm_mode_rect clips set by user-space 845 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count() 852 * Note that this function returns uapi type &drm_mode_rect. Drivers might 858 static inline struct drm_mode_rect * 861 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in drm_plane_get_damage_clips()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 321 struct drm_mode_rect *clips, 356 struct drm_mode_rect fb_rect = { in vmw_ldu_primary_plane_atomic_update() 362 struct drm_mode_rect *damage_rects = drm_plane_get_damage_clips(new_state); in vmw_ldu_primary_plane_atomic_update() 612 struct drm_mode_rect *clips, in vmw_kms_ldu_do_bo_dirty()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_damage_helper.c | 62 * array of &drm_mode_rect. Unlike plane &drm_plane_state.src coordinates, 76 struct drm_mode_rect *dest, in convert_clip_rect_to_rect() 167 struct drm_mode_rect *rects = NULL; in drm_atomic_helper_dirtyfb()
|
H A D | drm_atomic.c | 555 struct drm_mode_rect *clips; in drm_atomic_plane_check()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_damage_helper.c | 39 struct drm_mode_rect *dest, in convert_clip_rect_to_rect() 114 struct drm_mode_rect *rects = NULL; in drm_atomic_helper_dirtyfb()
|
H A D | drm_plane.c | 1448 * array of &drm_mode_rect. Unlike plane &drm_plane_state.src coordinates, 1481 * Simple helper to get the number of &drm_mode_rect clips set by user-space 1490 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count() 1494 struct drm_mode_rect * 1497 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in __drm_plane_get_damage_clips() 1505 * Note that this function returns uapi type &drm_mode_rect. Drivers might want 1512 struct drm_mode_rect *
|
H A D | drm_crtc_internal.h | 268 struct drm_mode_rect *
|
H A D | drm_atomic.c | 609 struct drm_mode_rect *clips; in drm_atomic_plane_check()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_plane.h | 184 * since last plane update) as an array of &drm_mode_rect in framebuffer 953 struct drm_mode_rect *
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_mode.h | 1015 * struct drm_mode_rect - Two dimensional rectangle. 1026 struct drm_mode_rect { struct
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm_mode.h | 1296 * struct drm_mode_rect - Two dimensional rectangle. 1307 struct drm_mode_rect { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_mode.h | 491 struct drm_mode_rect { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_mode.h | 491 struct drm_mode_rect { struct
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 276 struct drm_mode_rect *clips; in vbox_primary_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 285 struct drm_mode_rect *clips; in vbox_primary_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 5140 struct drm_mode_rect *clips; in fill_dc_dirty_rects()
|