Home
last modified time | relevance | path

Searched refs:drm_plane (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_plane.h46 struct drm_plane *plane;
243 int (*update_plane)(struct drm_plane *plane,
266 int (*disable_plane)(struct drm_plane *plane,
276 void (*destroy)(struct drm_plane *plane);
288 void (*reset)(struct drm_plane *plane);
304 int (*set_property)(struct drm_plane *plane,
338 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
348 void (*atomic_destroy_state)(struct drm_plane *plane,
393 int (*atomic_set_property)(struct drm_plane *plane,
416 int (*atomic_get_property)(struct drm_plane *plane,
[all …]
Ddrm_plane_helper.h41 int drm_plane_helper_check_update(struct drm_plane *plane,
52 int drm_primary_helper_update(struct drm_plane *plane,
60 int drm_primary_helper_disable(struct drm_plane *plane,
62 void drm_primary_helper_destroy(struct drm_plane *plane);
65 int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
72 int drm_plane_helper_disable(struct drm_plane *plane,
76 int drm_plane_helper_commit(struct drm_plane *plane,
Ddrm_blend.h32 struct drm_plane;
41 int drm_plane_create_alpha_property(struct drm_plane *plane);
42 int drm_plane_create_rotation_property(struct drm_plane *plane,
48 int drm_plane_create_zpos_property(struct drm_plane *plane,
51 int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
Ddrm_modeset_helper_vtables.h1043 int (*prepare_fb)(struct drm_plane *plane,
1054 void (*cleanup_fb)(struct drm_plane *plane,
1093 int (*atomic_check)(struct drm_plane *plane,
1111 void (*atomic_update)(struct drm_plane *plane,
1135 void (*atomic_disable)(struct drm_plane *plane,
1154 int (*atomic_async_check)(struct drm_plane *plane,
1193 void (*atomic_async_update)(struct drm_plane *plane,
1202 static inline void drm_plane_helper_add(struct drm_plane *plane, in drm_plane_helper_add()
Ddrm_atomic_helper.h108 int drm_atomic_helper_update_plane(struct drm_plane *plane,
116 int drm_atomic_helper_disable_plane(struct drm_plane *plane,
118 int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
159 void drm_atomic_helper_plane_reset(struct drm_plane *plane);
160 void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane,
163 drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane);
165 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
Ddrm_crtc.h71 struct drm_plane;
855 struct drm_plane *primary;
864 struct drm_plane *cursor;
1076 struct drm_plane *primary,
1077 struct drm_plane *cursor,
Ddrm_color_mgmt.h29 struct drm_plane;
66 int drm_plane_create_color_properties(struct drm_plane *plane,
Ddrm_gem_framebuffer_helper.h11 struct drm_plane;
29 int drm_gem_fb_prepare_fb(struct drm_plane *plane,
Ddrm_atomic.h149 struct drm_plane *ptr;
392 struct drm_plane *plane);
466 struct drm_plane *plane) in drm_atomic_get_existing_plane_state()
481 struct drm_plane *plane) in drm_atomic_get_old_plane_state()
496 struct drm_plane *plane) in drm_atomic_get_new_plane_state()
592 struct drm_plane *plane) in __drm_atomic_get_current_plane_state()
Ddrm_fb_cma_helper.h16 struct drm_plane;
Ddrm_modeset_lock.h124 struct drm_plane;
Ddrm_simple_kms_helper.h168 struct drm_plane plane;