Symbol: drm_plane
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
440
struct drm_plane base;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
103
struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3426
static void dm_drm_plane_reset(struct drm_plane *plane)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3444
dm_drm_plane_duplicate_state(struct drm_plane *plane)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3464
void dm_drm_plane_destroy_state(struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3484
static int dm_plane_helper_prepare_fb(struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3564
static void dm_plane_helper_cleanup_fb(struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3585
static int dm_plane_atomic_check(struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3689
struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4239
static int get_cursor_position(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4284
static void handle_cursor_update(struct drm_plane *plane,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4584
struct drm_plane *plane;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4983
struct drm_plane *plane = disconnected_acrtc->base.primary;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5382
struct drm_plane *plane;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5528
struct drm_plane *plane;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
832
struct drm_plane *plane;
sys/dev/drm/drm_atomic.c
1087
struct drm_plane *plane;
sys/dev/drm/drm_atomic.c
1111
struct drm_plane *plane;
sys/dev/drm/drm_atomic.c
186
struct drm_plane *plane = state->planes[i].ptr;
sys/dev/drm/drm_atomic.c
445
struct drm_plane *plane)
sys/dev/drm/drm_atomic.c
493
struct drm_plane *plane,
sys/dev/drm/drm_atomic.c
520
static int drm_atomic_plane_check(struct drm_plane *plane,
sys/dev/drm/drm_atomic.c
605
struct drm_plane *plane = state->plane;
sys/dev/drm/drm_atomic.c
932
struct drm_plane *plane;
sys/dev/drm/drm_atomic.c
965
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
1090
struct drm_plane *primary = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
1326
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
1565
struct drm_plane *plane = NULL;
sys/dev/drm/drm_atomic_helper.c
1639
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
1933
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2034
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2247
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2334
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2439
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2500
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2537
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2605
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
2728
int drm_atomic_helper_update_plane(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
2785
int drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
2818
int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
3033
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
3234
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
3312
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
3367
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
3411
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
3614
void __drm_atomic_helper_plane_reset(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
3634
void drm_atomic_helper_plane_reset(struct drm_plane *plane)
sys/dev/drm/drm_atomic_helper.c
3654
void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
3675
drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane)
sys/dev/drm/drm_atomic_helper.c
3719
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
sys/dev/drm/drm_atomic_helper.c
3847
struct drm_plane *plane;
sys/dev/drm/drm_atomic_helper.c
71
struct drm_plane *plane)
sys/dev/drm/drm_atomic_helper.c
837
struct drm_plane *plane;
sys/dev/drm/drm_atomic_uapi.c
180
struct drm_plane *plane = plane_state->plane;
sys/dev/drm/drm_atomic_uapi.c
230
struct drm_plane *plane = plane_state->plane;
sys/dev/drm/drm_atomic_uapi.c
510
static int drm_atomic_plane_set_property(struct drm_plane *plane,
sys/dev/drm/drm_atomic_uapi.c
583
drm_atomic_plane_get_property(struct drm_plane *plane,
sys/dev/drm/drm_atomic_uapi.c
839
struct drm_plane *plane = obj_to_plane(obj);
sys/dev/drm/drm_atomic_uapi.c
965
struct drm_plane *plane = obj_to_plane(obj);
sys/dev/drm/drm_blend.c
196
int drm_plane_create_alpha_property(struct drm_plane *plane)
sys/dev/drm/drm_blend.c
249
int drm_plane_create_rotation_property(struct drm_plane *plane,
sys/dev/drm/drm_blend.c
346
int drm_plane_create_zpos_property(struct drm_plane *plane,
sys/dev/drm/drm_blend.c
385
int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
sys/dev/drm/drm_blend.c
426
struct drm_plane *plane;
sys/dev/drm/drm_blend.c
493
struct drm_plane *plane;
sys/dev/drm/drm_blend.c
549
int drm_plane_create_blend_mode_property(struct drm_plane *plane,
sys/dev/drm/drm_color_mgmt.c
412
int drm_plane_create_color_properties(struct drm_plane *plane,
sys/dev/drm/drm_crtc.c
270
struct drm_plane *primary,
sys/dev/drm/drm_crtc.c
271
struct drm_plane *cursor,
sys/dev/drm/drm_crtc.c
405
struct drm_plane *plane;
sys/dev/drm/drm_crtc.c
475
struct drm_plane *plane = tmp->primary;
sys/dev/drm/drm_crtc.c
484
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_crtc.c
491
struct drm_plane *plane = tmp->primary;
sys/dev/drm/drm_crtc.c
572
struct drm_plane *plane;
sys/dev/drm/drm_crtc_helper.c
1074
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_crtc_internal.h
230
int drm_plane_check_pixel_format(struct drm_plane *plane,
sys/dev/drm/drm_fb_helper.c
2510
struct drm_plane *plane = fb_crtc->mode_set.crtc->primary;
sys/dev/drm/drm_fb_helper.c
394
struct drm_plane *plane;
sys/dev/drm/drm_fb_helper.c
429
struct drm_plane *primary = mode_set->crtc->primary;
sys/dev/drm/drm_fb_helper.c
474
struct drm_plane *plane;
sys/dev/drm/drm_framebuffer.c
845
struct drm_plane *plane;
sys/dev/drm/drm_framebuffer.c
939
struct drm_plane *plane;
sys/dev/drm/drm_gem_framebuffer_helper.c
251
int drm_gem_fb_prepare_fb(struct drm_plane *plane,
sys/dev/drm/drm_mode_config.c
178
struct drm_plane *plane;
sys/dev/drm/drm_mode_config.c
425
struct drm_plane *plane, *plt;
sys/dev/drm/drm_modeset_helper.c
108
static struct drm_plane *create_primary_plane(struct drm_device *dev)
sys/dev/drm/drm_modeset_helper.c
110
struct drm_plane *primary;
sys/dev/drm/drm_modeset_helper.c
155
struct drm_plane *primary;
sys/dev/drm/drm_modeset_lock.c
419
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
1018
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
173
int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane,
sys/dev/drm/drm_plane.c
289
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
304
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
329
int drm_plane_init(struct drm_device *dev, struct drm_plane *plane,
sys/dev/drm/drm_plane.c
352
void drm_plane_cleanup(struct drm_plane *plane)
sys/dev/drm/drm_plane.c
390
struct drm_plane *
sys/dev/drm/drm_plane.c
393
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
418
void drm_plane_force_disable(struct drm_plane *plane)
sys/dev/drm/drm_plane.c
455
int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
475
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
513
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
563
int drm_plane_check_pixel_format(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
593
static int __setplane_check(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
647
static int __setplane_internal(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
65
struct drm_plane *tmp;
sys/dev/drm/drm_plane.c
700
static int __setplane_atomic(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
735
static int setplane_internal(struct drm_plane *plane,
sys/dev/drm/drm_plane.c
778
struct drm_plane *plane;
sys/dev/drm/drm_plane.c
832
struct drm_plane *plane = crtc->cursor;
sys/dev/drm/drm_plane.c
86
static int create_in_format_blob(struct drm_device *dev, struct drm_plane *plane)
sys/dev/drm/drm_plane_helper.c
129
int drm_plane_helper_check_update(struct drm_plane *plane,
sys/dev/drm/drm_plane_helper.c
215
int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/drm/drm_plane_helper.c
311
int drm_primary_helper_disable(struct drm_plane *plane,
sys/dev/drm/drm_plane_helper.c
326
void drm_primary_helper_destroy(struct drm_plane *plane)
sys/dev/drm/drm_plane_helper.c
340
int drm_plane_helper_commit(struct drm_plane *plane,
sys/dev/drm/drm_plane_helper.c
455
int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/drm/drm_plane_helper.c
506
int drm_plane_helper_disable(struct drm_plane *plane,
sys/dev/drm/drm_simple_kms_helper.c
130
static int drm_simple_kms_plane_atomic_check(struct drm_plane *plane,
sys/dev/drm/drm_simple_kms_helper.c
157
static void drm_simple_kms_plane_atomic_update(struct drm_plane *plane,
sys/dev/drm/drm_simple_kms_helper.c
169
static int drm_simple_kms_plane_prepare_fb(struct drm_plane *plane,
sys/dev/drm/drm_simple_kms_helper.c
181
static void drm_simple_kms_plane_cleanup_fb(struct drm_plane *plane,
sys/dev/drm/drm_simple_kms_helper.c
262
struct drm_plane *plane = &pipe->plane;
sys/dev/drm/drm_simple_kms_helper.c
67
struct drm_plane *plane;
sys/dev/drm/i915/intel_atomic.c
227
struct drm_plane *plane = NULL;
sys/dev/drm/i915/intel_atomic_plane.c
102
intel_plane_destroy_state(struct drm_plane *plane,
sys/dev/drm/i915/intel_atomic_plane.c
115
struct drm_plane *plane = intel_state->base.plane;
sys/dev/drm/i915/intel_atomic_plane.c
145
static int intel_plane_atomic_check(struct drm_plane *plane,
sys/dev/drm/i915/intel_atomic_plane.c
167
static void intel_plane_atomic_update(struct drm_plane *plane,
sys/dev/drm/i915/intel_atomic_plane.c
212
intel_plane_atomic_get_property(struct drm_plane *plane,
sys/dev/drm/i915/intel_atomic_plane.c
235
intel_plane_atomic_set_property(struct drm_plane *plane,
sys/dev/drm/i915/intel_atomic_plane.c
49
intel_create_plane_state(struct drm_plane *plane)
sys/dev/drm/i915/intel_atomic_plane.c
73
intel_plane_duplicate_state(struct drm_plane *plane)
sys/dev/drm/i915/intel_display.c
10279
struct drm_plane *plane;
sys/dev/drm/i915/intel_display.c
10685
static bool intel_wm_need_update(struct drm_plane *plane,
sys/dev/drm/i915/intel_display.c
11104
struct drm_plane *plane;
sys/dev/drm/i915/intel_display.c
12990
struct drm_plane *plane;
sys/dev/drm/i915/intel_display.c
13233
intel_prepare_plane_fb(struct drm_plane *plane,
sys/dev/drm/i915/intel_display.c
13348
intel_cleanup_plane_fb(struct drm_plane *plane,
sys/dev/drm/i915/intel_display.c
13479
void intel_plane_destroy(struct drm_plane *plane)
sys/dev/drm/i915/intel_display.c
13485
static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13508
static bool i965_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13533
static bool skl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13583
static bool intel_cursor_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13624
intel_legacy_cursor_update(struct drm_plane *plane,
sys/dev/drm/i915/intel_display.c
2800
struct drm_plane *plane;
sys/dev/drm/i915/intel_display.c
2840
struct drm_plane *primary = intel_crtc->base.primary;
sys/dev/drm/i915/intel_display.c
5361
struct drm_plane *primary = crtc->base.primary;
sys/dev/drm/i915/intel_display.c
5400
struct drm_plane *primary = crtc->base.primary;
sys/dev/drm/i915/intel_display.c
5487
struct drm_plane *p;
sys/dev/drm/i915/intel_drv.h
1595
int intel_prepare_plane_fb(struct drm_plane *plane,
sys/dev/drm/i915/intel_drv.h
1597
void intel_cleanup_plane_fb(struct drm_plane *plane,
sys/dev/drm/i915/intel_drv.h
1599
int intel_plane_atomic_get_property(struct drm_plane *plane,
sys/dev/drm/i915/intel_drv.h
1603
int intel_plane_atomic_set_property(struct drm_plane *plane,
sys/dev/drm/i915/intel_drv.h
1737
void intel_plane_destroy(struct drm_plane *plane);
sys/dev/drm/i915/intel_drv.h
2203
struct intel_plane_state *intel_create_plane_state(struct drm_plane *plane);
sys/dev/drm/i915/intel_drv.h
2204
struct drm_plane_state *intel_plane_duplicate_state(struct drm_plane *plane);
sys/dev/drm/i915/intel_drv.h
2205
void intel_plane_destroy_state(struct drm_plane *plane,
sys/dev/drm/i915/intel_drv.h
965
struct drm_plane base;
sys/dev/drm/i915/intel_pm.c
3105
struct drm_plane *plane;
sys/dev/drm/i915/intel_pm.c
4125
struct drm_plane *plane;
sys/dev/drm/i915/intel_pm.c
4235
struct drm_plane *plane;
sys/dev/drm/i915/intel_pm.c
4333
struct drm_plane *plane;
sys/dev/drm/i915/intel_pm.c
4785
struct drm_plane *plane = pstate->plane;
sys/dev/drm/i915/intel_pm.c
4824
struct drm_plane *plane = intel_pstate->base.plane;
sys/dev/drm/i915/intel_pm.c
4953
struct drm_plane *plane;
sys/dev/drm/i915/intel_pm.c
5177
struct drm_plane *plane;
sys/dev/drm/i915/intel_sprite.c
1401
struct drm_plane *plane;
sys/dev/drm/i915/intel_sprite.c
1563
static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1589
static bool snb_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1616
static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1648
static bool skl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/include/drm/drm_atomic.h
150
struct drm_plane *ptr;
sys/dev/drm/include/drm/drm_atomic.h
390
struct drm_plane *plane);
sys/dev/drm/include/drm/drm_atomic.h
464
struct drm_plane *plane)
sys/dev/drm/include/drm/drm_atomic.h
479
struct drm_plane *plane)
sys/dev/drm/include/drm/drm_atomic.h
494
struct drm_plane *plane)
sys/dev/drm/include/drm/drm_atomic.h
590
struct drm_plane *plane)
sys/dev/drm/include/drm/drm_atomic_helper.h
109
int drm_atomic_helper_update_plane(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_atomic_helper.h
117
int drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_atomic_helper.h
119
int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_atomic_helper.h
160
void __drm_atomic_helper_plane_reset(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_atomic_helper.h
162
void drm_atomic_helper_plane_reset(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_atomic_helper.h
163
void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_atomic_helper.h
166
drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_atomic_helper.h
168
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_blend.h
36
struct drm_plane;
sys/dev/drm/include/drm/drm_blend.h
45
int drm_plane_create_alpha_property(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_blend.h
46
int drm_plane_create_rotation_property(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_blend.h
52
int drm_plane_create_zpos_property(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_blend.h
55
int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_blend.h
59
int drm_plane_create_blend_mode_property(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_color_mgmt.h
30
struct drm_plane;
sys/dev/drm/include/drm/drm_color_mgmt.h
67
int drm_plane_create_color_properties(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_crtc.h
1113
struct drm_plane *primary,
sys/dev/drm/include/drm/drm_crtc.h
1114
struct drm_plane *cursor,
sys/dev/drm/include/drm/drm_crtc.h
71
struct drm_plane;
sys/dev/drm/include/drm/drm_crtc.h
892
struct drm_plane *primary;
sys/dev/drm/include/drm/drm_crtc.h
901
struct drm_plane *cursor;
sys/dev/drm/include/drm/drm_fb_cma_helper.h
15
struct drm_plane;
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
11
struct drm_plane;
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
29
int drm_gem_fb_prepare_fb(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1043
int (*prepare_fb)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1054
void (*cleanup_fb)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1093
int (*atomic_check)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1111
void (*atomic_update)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1135
void (*atomic_disable)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1154
int (*atomic_async_check)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1185
void (*atomic_async_update)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
1194
static inline void drm_plane_helper_add(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_modeset_lock.h
134
struct drm_plane;
sys/dev/drm/include/drm/drm_plane.h
254
int (*update_plane)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
277
int (*disable_plane)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
287
void (*destroy)(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
299
void (*reset)(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
315
int (*set_property)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
349
struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
359
void (*atomic_destroy_state)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
404
int (*atomic_set_property)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
427
int (*atomic_get_property)(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
444
int (*late_register)(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
455
void (*early_unregister)(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
485
bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
sys/dev/drm/include/drm/drm_plane.h
49
struct drm_plane *plane;
sys/dev/drm/include/drm/drm_plane.h
700
#define obj_to_plane(x) container_of(x, struct drm_plane, base)
sys/dev/drm/include/drm/drm_plane.h
704
struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
713
struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
718
void drm_plane_cleanup(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
727
static inline unsigned int drm_plane_index(const struct drm_plane *plane)
sys/dev/drm/include/drm/drm_plane.h
736
static inline u32 drm_plane_mask(const struct drm_plane *plane)
sys/dev/drm/include/drm/drm_plane.h
741
struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
sys/dev/drm/include/drm/drm_plane.h
742
void drm_plane_force_disable(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane.h
744
int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane.h
757
static inline struct drm_plane *drm_plane_find(struct drm_device *dev,
sys/dev/drm/include/drm/drm_plane_helper.h
41
int drm_plane_helper_check_update(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane_helper.h
52
int drm_primary_helper_update(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane_helper.h
60
int drm_primary_helper_disable(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane_helper.h
62
void drm_primary_helper_destroy(struct drm_plane *plane);
sys/dev/drm/include/drm/drm_plane_helper.h
65
int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/drm/include/drm/drm_plane_helper.h
72
int drm_plane_helper_disable(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_plane_helper.h
76
int drm_plane_helper_commit(struct drm_plane *plane,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
168
struct drm_plane plane;