Home
last modified time | relevance | path

Searched refs:drm_mode_rect (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_damage_helper.c21 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 damage; in igt_damage_iter_single_damage_src_moved()
[all …]
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_plane.h845 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count()
858 static inline struct drm_mode_rect *
861 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in drm_plane_get_damage_clips()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_damage_helper.c76 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 Ddrm_atomic.c546 struct drm_mode_rect *clips; in drm_atomic_plane_check()
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h1032 struct drm_mode_rect { struct
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h1026 struct drm_mode_rect { struct
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h903 struct drm_mode_rect { struct
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h903 struct drm_mode_rect { struct
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h1118 struct drm_mode_rect { struct
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h903 struct drm_mode_rect { struct
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c276 struct drm_mode_rect *clips; in vbox_primary_atomic_update()