Symbol: drm_plane
sys/dev/fdt/rkvop.c
142
struct drm_plane sc_plane;
sys/dev/fdt/rkvop.c
260
rkvop_plane_check(struct drm_plane *plane, struct drm_atomic_state *das)
sys/dev/fdt/rkvop.c
279
rkvop_plane_update(struct drm_plane *plane, struct drm_atomic_state *das)
sys/dev/fdt/rkvop.c
523
struct drm_plane *plane = &sc->sc_plane;
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1823
int amdgpu_display_get_scanout_buffer(struct drm_plane *plane,
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.h
55
int amdgpu_display_get_scanout_buffer(struct drm_plane *plane,
sys/dev/pci/drm/amd/amdgpu/amdgpu_mode.h
315
struct drm_plane *planes[AMDGPU_MAX_PLANES];
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
2684
static void dce_v10_0_panic_flush(struct drm_plane *plane)
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
2651
static void dce_v6_0_panic_flush(struct drm_plane *plane)
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
2610
static void dce_v8_0_panic_flush(struct drm_plane *plane)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10954
struct drm_plane *plane = disconnected_acrtc->base.primary;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11471
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11475
struct drm_plane *other;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11699
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11759
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11972
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
12089
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
12212
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
12265
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3147
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5289
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5293
plane = kzalloc(sizeof(struct drm_plane), GFP_KERNEL);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6210
static inline void fill_dc_dirty_rect(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6260
static void fill_dc_dirty_rects(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9551
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9571
static void amdgpu_dm_update_cursor(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9703
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
601
struct drm_plane *plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
723
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
727
struct drm_plane *cursor_plane;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.h
47
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1024
static void amdgpu_dm_plane_helper_cleanup_fb(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1229
static int amdgpu_dm_plane_atomic_check(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1268
static int amdgpu_dm_plane_atomic_async_check(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1292
int amdgpu_dm_plane_get_cursor_position(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1339
void amdgpu_dm_plane_handle_cursor_update(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1409
static void amdgpu_dm_plane_atomic_async_update(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1433
static void amdgpu_dm_plane_panic_flush(struct drm_plane *plane)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1465
static void amdgpu_dm_plane_drm_plane_reset(struct drm_plane *plane)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1485
static struct drm_plane_state *amdgpu_dm_plane_drm_plane_duplicate_state(struct drm_plane *plane)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1525
static bool amdgpu_dm_plane_format_mod_supported(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1587
static void amdgpu_dm_plane_drm_plane_destroy_state(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1612
struct drm_plane *plane)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1670
dm_atomic_plane_set_property(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1752
dm_atomic_plane_get_property(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1807
struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
779
static int amdgpu_dm_plane_get_plane_formats(const struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
924
static int amdgpu_dm_plane_helper_prepare_fb(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h
32
int amdgpu_dm_plane_get_cursor_position(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h
35
void amdgpu_dm_plane_handle_cursor_update(struct drm_plane *plane,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h
57
struct drm_plane *plane,
sys/dev/pci/drm/apple/apple_drv.c
111
static void apple_plane_atomic_update(struct drm_plane *plane,
sys/dev/pci/drm/apple/apple_drv.c
122
static void apple_plane_cleanup(struct drm_plane *plane)
sys/dev/pci/drm/apple/apple_drv.c
161
static struct drm_plane *apple_plane_init(struct drm_device *dev,
sys/dev/pci/drm/apple/apple_drv.c
166
struct drm_plane *plane;
sys/dev/pci/drm/apple/apple_drv.c
322
struct drm_plane *primary;
sys/dev/pci/drm/apple/apple_drv.c
77
static int apple_plane_atomic_check(struct drm_plane *plane,
sys/dev/pci/drm/apple/dcp.c
218
struct drm_plane *plane;
sys/dev/pci/drm/apple/iomfb_template.c
1258
struct drm_plane *plane;
sys/dev/pci/drm/clients/drm_log.c
180
static u32 drm_log_find_usable_format(struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic.c
1440
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic.c
1474
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic.c
1630
int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic.c
1820
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic.c
1855
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic.c
239
struct drm_plane *plane = state->planes[i].ptr;
sys/dev/pci/drm/drm_atomic.c
525
struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic.c
602
struct drm_plane *plane = new_plane_state->plane;
sys/dev/pci/drm/drm_atomic.c
713
struct drm_plane *plane = state->plane;
sys/dev/pci/drm/drm_atomic_helper.c
1029
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
1446
struct drm_plane *primary = crtc->primary;
sys/dev/pci/drm/drm_atomic_helper.c
1786
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
1843
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2116
struct drm_plane *plane = NULL;
sys/dev/pci/drm/drm_atomic_helper.c
2198
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2521
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2644
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2823
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2910
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
2982
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3103
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3171
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3209
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3265
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3390
int drm_atomic_helper_update_plane(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_helper.c
3447
int drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_helper.c
3553
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3717
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3849
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_helper.c
3916
struct drm_plane *plane = crtc->primary;
sys/dev/pci/drm/drm_atomic_helper.c
3972
struct drm_plane *plane = crtc->primary;
sys/dev/pci/drm/drm_atomic_helper.c
4016
struct drm_plane *plane = crtc->primary;
sys/dev/pci/drm/drm_atomic_helper.c
82
struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic_helper.c
993
struct drm_plane *plane;
sys/dev/pci/drm/drm_atomic_state_helper.c
247
struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic_state_helper.c
308
void __drm_atomic_helper_plane_reset(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_state_helper.c
325
void drm_atomic_helper_plane_reset(struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic_state_helper.c
345
void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_state_helper.c
368
drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane)
sys/dev/pci/drm/drm_atomic_state_helper.c
414
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_uapi.c
1070
struct drm_plane *plane = obj_to_plane(obj);
sys/dev/pci/drm/drm_atomic_uapi.c
193
struct drm_plane *plane = plane_state->plane;
sys/dev/pci/drm/drm_atomic_uapi.c
245
struct drm_plane *plane = plane_state->plane;
sys/dev/pci/drm/drm_atomic_uapi.c
473
static int drm_atomic_plane_set_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_uapi.c
585
drm_atomic_plane_get_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_atomic_uapi.c
907
struct drm_plane *plane = obj_to_plane(obj);
sys/dev/pci/drm/drm_blend.c
225
int drm_plane_create_alpha_property(struct drm_plane *plane)
sys/dev/pci/drm/drm_blend.c
278
int drm_plane_create_rotation_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_blend.c
375
int drm_plane_create_zpos_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_blend.c
414
int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_blend.c
455
struct drm_plane *plane;
sys/dev/pci/drm/drm_blend.c
521
struct drm_plane *plane;
sys/dev/pci/drm/drm_blend.c
577
int drm_plane_create_blend_mode_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_client_modeset.c
1047
struct drm_plane *plane;
sys/dev/pci/drm/drm_client_modeset.c
1084
struct drm_plane *primary = mode_set->crtc->primary;
sys/dev/pci/drm/drm_client_modeset.c
1138
struct drm_plane *plane;
sys/dev/pci/drm/drm_client_modeset.c
973
struct drm_plane *plane = modeset->crtc->primary;
sys/dev/pci/drm/drm_color_mgmt.c
531
int drm_plane_create_color_properties(struct drm_plane *plane,
sys/dev/pci/drm/drm_crtc.c
236
struct drm_plane *primary,
sys/dev/pci/drm/drm_crtc.c
237
struct drm_plane *cursor,
sys/dev/pci/drm/drm_crtc.c
342
struct drm_plane *primary,
sys/dev/pci/drm/drm_crtc.c
343
struct drm_plane *cursor,
sys/dev/pci/drm/drm_crtc.c
372
struct drm_plane *primary,
sys/dev/pci/drm/drm_crtc.c
373
struct drm_plane *cursor,
sys/dev/pci/drm/drm_crtc.c
424
struct drm_plane *primary,
sys/dev/pci/drm/drm_crtc.c
425
struct drm_plane *cursor,
sys/dev/pci/drm/drm_crtc.c
445
struct drm_plane *primary,
sys/dev/pci/drm/drm_crtc.c
446
struct drm_plane *cursor,
sys/dev/pci/drm/drm_crtc.c
531
struct drm_plane *plane;
sys/dev/pci/drm/drm_crtc.c
601
struct drm_plane *plane = tmp->primary;
sys/dev/pci/drm/drm_crtc.c
610
struct drm_plane *plane = crtc->primary;
sys/dev/pci/drm/drm_crtc.c
617
struct drm_plane *plane = tmp->primary;
sys/dev/pci/drm/drm_crtc.c
698
struct drm_plane *plane;
sys/dev/pci/drm/drm_crtc_internal.h
247
int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/pci/drm/drm_crtc_internal.h
61
struct drm_plane;
sys/dev/pci/drm/drm_damage_helper.c
118
struct drm_plane *plane;
sys/dev/pci/drm/drm_fb_helper.c
1539
struct drm_plane *plane = crtc->primary;
sys/dev/pci/drm/drm_framebuffer.c
1008
struct drm_plane *plane;
sys/dev/pci/drm/drm_framebuffer.c
1111
struct drm_plane *plane;
sys/dev/pci/drm/drm_gem_atomic_helper.c
12
drm_gem_plane_helper_prepare_fb(struct drm_plane *dp,
sys/dev/pci/drm/drm_mode_config.c
195
struct drm_plane *plane;
sys/dev/pci/drm/drm_mode_config.c
519
struct drm_plane *plane, *plt;
sys/dev/pci/drm/drm_mode_config.c
662
struct drm_plane *plane;
sys/dev/pci/drm/drm_modeset_helper.c
148
struct drm_plane *primary;
sys/dev/pci/drm/drm_modeset_lock.c
460
struct drm_plane *plane;
sys/dev/pci/drm/drm_panic.c
1011
struct drm_plane *plane;
sys/dev/pci/drm/drm_panic.c
874
static void draw_panic_plane(struct drm_plane *plane, const char *description)
sys/dev/pci/drm/drm_panic.c
904
static struct drm_plane *to_drm_plane(struct kmsg_dumper *kd)
sys/dev/pci/drm/drm_panic.c
906
return container_of(kd, struct drm_plane, kmsg_panic);
sys/dev/pci/drm/drm_panic.c
911
struct drm_plane *plane = to_drm_plane(dumper);
sys/dev/pci/drm/drm_panic.c
932
struct drm_plane *plane = file->private_data;
sys/dev/pci/drm/drm_panic.c
945
static void debugfs_register_plane(struct drm_plane *plane, int index)
sys/dev/pci/drm/drm_panic.c
954
static void debugfs_register_plane(struct drm_plane *plane, int index) {}
sys/dev/pci/drm/drm_panic.c
965
struct drm_plane *plane;
sys/dev/pci/drm/drm_panic.c
983
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
1018
static int __setplane_internal(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
1071
static int __setplane_atomic(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
1106
static int setplane_internal(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
1139
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
1193
struct drm_plane *plane = crtc->cursor;
sys/dev/pci/drm/drm_plane.c
1386
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
1654
void drm_plane_enable_fb_damage_clips(struct drm_plane *plane)
sys/dev/pci/drm/drm_plane.c
176
struct drm_plane *tmp;
sys/dev/pci/drm/drm_plane.c
1770
int drm_plane_create_scaling_filter_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
1799
int drm_plane_add_size_hints_property(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
198
struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
200
(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
330
static int drm_plane_create_hotspot_properties(struct drm_plane *plane)
sys/dev/pci/drm/drm_plane.c
361
struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
532
int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
556
struct drm_plane *plane = ptr;
sys/dev/pci/drm/drm_plane.c
573
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
612
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
645
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
667
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
683
void drm_plane_cleanup(struct drm_plane *plane)
sys/dev/pci/drm/drm_plane.c
721
struct drm_plane *
sys/dev/pci/drm/drm_plane.c
724
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
749
void drm_plane_force_disable(struct drm_plane *plane)
sys/dev/pci/drm/drm_plane.c
786
int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
806
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
857
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane.c
916
bool drm_plane_has_format(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
947
static int __setplane_check(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane.c
999
struct drm_plane *plane;
sys/dev/pci/drm/drm_plane_helper.c
165
int drm_plane_helper_update_primary(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/pci/drm/drm_plane_helper.c
258
int drm_plane_helper_disable_primary(struct drm_plane *plane,
sys/dev/pci/drm/drm_plane_helper.c
277
void drm_plane_helper_destroy(struct drm_plane *plane)
sys/dev/pci/drm/drm_plane_helper.c
95
static int drm_plane_helper_check_update(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/i9xx_plane.c
73
static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/i9xx_plane.c
91
static bool i965_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/i9xx_wm.c
3540
struct drm_plane *plane;
sys/dev/pci/drm/i915/display/intel_cursor.c
779
static bool intel_cursor_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_cursor.c
800
intel_legacy_cursor_update(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_display.c
650
struct drm_plane *plane;
sys/dev/pci/drm/i915/display/intel_display.c
7111
struct drm_plane *plane;
sys/dev/pci/drm/i915/display/intel_display_types.h
1484
struct drm_plane base;
sys/dev/pci/drm/i915/display/intel_load_detect.c
26
struct drm_plane *plane;
sys/dev/pci/drm/i915/display/intel_plane.c
110
void intel_plane_destroy(struct drm_plane *plane)
sys/dev/pci/drm/i915/display/intel_plane.c
1177
intel_prepare_plane_fb(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_plane.c
126
intel_plane_duplicate_state(struct drm_plane *plane)
sys/dev/pci/drm/i915/display/intel_plane.c
1262
intel_cleanup_plane_fb(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_plane.c
1325
static void intel_panic_flush(struct drm_plane *plane)
sys/dev/pci/drm/i915/display/intel_plane.c
1384
static int intel_get_scanout_buffer(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_plane.c
159
intel_plane_destroy_state(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_plane.c
191
bool intel_plane_format_mod_supported_async(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_plane.h
11
struct drm_plane;
sys/dev/pci/drm/i915/display/intel_plane.h
58
void intel_plane_destroy(struct drm_plane *plane);
sys/dev/pci/drm/i915/display/intel_plane.h
59
struct drm_plane_state *intel_plane_duplicate_state(struct drm_plane *plane);
sys/dev/pci/drm/i915/display/intel_plane.h
60
void intel_plane_destroy_state(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_plane.h
90
bool intel_plane_format_mod_supported_async(struct drm_plane *plane,
sys/dev/pci/drm/i915/display/intel_sprite.c
1488
static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_sprite.c
1509
static bool snb_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_sprite.c
1535
static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/intel_sprite_uapi.c
47
struct drm_plane *plane;
sys/dev/pci/drm/i915/display/skl_universal_plane.c
2493
static bool skl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/skl_universal_plane.c
2547
static bool icl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/i915/display/skl_universal_plane.c
2601
static bool tgl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/pci/drm/include/drm/drm_atomic.h
161
struct drm_plane *ptr;
sys/dev/pci/drm/include/drm/drm_atomic.h
601
struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_atomic.h
699
struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_atomic.h
714
struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_atomic.h
729
struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_atomic.h
825
struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_atomic_helper.h
149
int drm_atomic_helper_update_plane(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_atomic_helper.h
157
int drm_atomic_helper_disable_plane(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
34
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
57
struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
58
void __drm_atomic_helper_plane_reset(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
60
void drm_atomic_helper_plane_reset(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
61
void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
64
drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_atomic_state_helper.h
66
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_blend.h
36
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_blend.h
45
int drm_plane_create_alpha_property(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_blend.h
46
int drm_plane_create_rotation_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_blend.h
52
int drm_plane_create_zpos_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_blend.h
55
int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_blend.h
59
int drm_plane_create_blend_mode_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_color_mgmt.h
31
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_color_mgmt.h
88
int drm_plane_create_color_properties(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_crtc.h
1210
struct drm_plane *primary,
sys/dev/pci/drm/include/drm/drm_crtc.h
1211
struct drm_plane *cursor,
sys/dev/pci/drm/include/drm/drm_crtc.h
1218
struct drm_plane *primary,
sys/dev/pci/drm/include/drm/drm_crtc.h
1219
struct drm_plane *cursor,
sys/dev/pci/drm/include/drm/drm_crtc.h
1228
struct drm_plane *primary,
sys/dev/pci/drm/include/drm/drm_crtc.h
1229
struct drm_plane *cursor,
sys/dev/pci/drm/include/drm/drm_crtc.h
59
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_crtc.h
971
struct drm_plane *primary;
sys/dev/pci/drm/include/drm/drm_crtc.h
980
struct drm_plane *cursor;
sys/dev/pci/drm/include/drm/drm_gem_atomic_helper.h
6
int drm_gem_plane_helper_prepare_fb(struct drm_plane *,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1255
int (*prepare_fb)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1266
void (*cleanup_fb)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1289
int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1297
void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1334
int (*atomic_check)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1351
void (*atomic_update)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1376
void (*atomic_enable)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1401
void (*atomic_disable)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1425
int (*atomic_async_check)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1462
void (*atomic_async_update)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1485
int (*get_scanout_buffer)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1501
void (*panic_flush)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h
1509
static inline void drm_plane_helper_add(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_modeset_lock.h
142
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_plane.h
1003
int drm_plane_create_scaling_filter_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
1005
int drm_plane_add_size_hints_property(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
319
int (*update_plane)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
342
int (*disable_plane)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
352
void (*destroy)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
364
void (*reset)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
380
int (*set_property)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
414
struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
424
void (*atomic_destroy_state)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
469
int (*atomic_set_property)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
492
int (*atomic_get_property)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
509
int (*late_register)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
520
void (*early_unregister)(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
550
bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
sys/dev/pci/drm/include/drm/drm_plane.h
56
struct drm_plane *plane;
sys/dev/pci/drm/include/drm/drm_plane.h
566
bool (*format_mod_supported_async)(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
808
#define obj_to_plane(x) container_of(x, struct drm_plane, base)
sys/dev/pci/drm/include/drm/drm_plane.h
812
struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
820
void drm_plane_cleanup(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
918
static inline unsigned int drm_plane_index(const struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_plane.h
927
static inline u32 drm_plane_mask(const struct drm_plane *plane)
sys/dev/pci/drm/include/drm/drm_plane.h
932
struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
sys/dev/pci/drm/include/drm/drm_plane.h
933
void drm_plane_force_disable(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane.h
935
int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
948
static inline struct drm_plane *drm_plane_find(struct drm_device *dev,
sys/dev/pci/drm/include/drm/drm_plane.h
992
bool drm_plane_has_format(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane.h
997
void drm_plane_enable_fb_damage_clips(struct drm_plane *plane);
sys/dev/pci/drm/include/drm/drm_plane_helper.h
32
struct drm_plane;
sys/dev/pci/drm/include/drm/drm_plane_helper.h
34
int drm_plane_helper_update_primary(struct drm_plane *plane, struct drm_crtc *crtc,
sys/dev/pci/drm/include/drm/drm_plane_helper.h
41
int drm_plane_helper_disable_primary(struct drm_plane *plane,
sys/dev/pci/drm/include/drm/drm_plane_helper.h
43
void drm_plane_helper_destroy(struct drm_plane *plane);