/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_plane.c | 46 static void sti_plane_destroy(struct drm_plane *drm_plane) in sti_plane_destroy() argument 50 drm_plane_helper_disable(drm_plane); in sti_plane_destroy() 51 drm_plane_cleanup(drm_plane); in sti_plane_destroy() 54 static int sti_plane_set_property(struct drm_plane *drm_plane, in sti_plane_set_property() argument 58 struct drm_device *dev = drm_plane->dev; in sti_plane_set_property() 60 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_set_property() 72 static void sti_plane_attach_zorder_property(struct drm_plane *drm_plane) in sti_plane_attach_zorder_property() argument 74 struct drm_device *dev = drm_plane->dev; in sti_plane_attach_zorder_property() 76 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_attach_zorder_property() 89 drm_object_attach_property(&drm_plane->base, prop, plane->zorder); in sti_plane_attach_zorder_property() [all …]
|
D | sti_cursor.c | 113 static void sti_cursor_atomic_update(struct drm_plane *drm_plane, in sti_cursor_atomic_update() argument 116 struct drm_plane_state *state = drm_plane->state; in sti_cursor_atomic_update() 117 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update() 137 drm_plane->base.id, sti_plane_to_str(plane)); in sti_cursor_atomic_update() 214 static void sti_cursor_atomic_disable(struct drm_plane *drm_plane, in sti_cursor_atomic_disable() argument 217 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable() 218 struct sti_mixer *mixer = to_sti_mixer(drm_plane->crtc); in sti_cursor_atomic_disable() 220 if (!drm_plane->crtc) { in sti_cursor_atomic_disable() 222 drm_plane->base.id); in sti_cursor_atomic_disable() 227 drm_plane->crtc->base.id, sti_mixer_to_str(mixer), in sti_cursor_atomic_disable() [all …]
|
D | sti_gdp.c | 243 struct drm_plane *drm_plane = &gdp->plane.drm_plane; in sti_gdp_disable() local 244 struct sti_mixer *mixer = to_sti_mixer(drm_plane->crtc); in sti_gdp_disable() 383 static void sti_gdp_atomic_update(struct drm_plane *drm_plane, in sti_gdp_atomic_update() argument 386 struct drm_plane_state *state = drm_plane->state; in sti_gdp_atomic_update() 387 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_update() 426 drm_plane->base.id, sti_plane_to_str(plane)); in sti_gdp_atomic_update() 580 static void sti_gdp_atomic_disable(struct drm_plane *drm_plane, in sti_gdp_atomic_disable() argument 583 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_disable() 584 struct sti_mixer *mixer = to_sti_mixer(drm_plane->crtc); in sti_gdp_atomic_disable() 586 if (!drm_plane->crtc) { in sti_gdp_atomic_disable() [all …]
|
D | sti_plane.h | 16 #define to_sti_plane(x) container_of(x, struct sti_plane, drm_plane) 62 struct drm_plane drm_plane; member
|
D | sti_hqvdp.c | 778 static void sti_hqvdp_atomic_update(struct drm_plane *drm_plane, in sti_hqvdp_atomic_update() argument 781 struct drm_plane_state *state = drm_plane->state; in sti_hqvdp_atomic_update() 782 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update() 805 drm_plane->base.id, sti_plane_to_str(plane)); in sti_hqvdp_atomic_update() 937 static void sti_hqvdp_atomic_disable(struct drm_plane *drm_plane, in sti_hqvdp_atomic_disable() argument 940 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable() 941 struct sti_mixer *mixer = to_sti_mixer(drm_plane->crtc); in sti_hqvdp_atomic_disable() 943 if (!drm_plane->crtc) { in sti_hqvdp_atomic_disable() 945 drm_plane->base.id); in sti_hqvdp_atomic_disable() 950 drm_plane->crtc->base.id, sti_mixer_to_str(mixer), in sti_hqvdp_atomic_disable() [all …]
|
D | sti_crtc.h | 15 struct drm_plane *primary, struct drm_plane *cursor);
|
D | sti_crtc.c | 166 struct drm_plane *p; in sti_crtc_atomic_flush() 286 struct drm_plane *p; in sti_crtc_vblank_cb() 364 struct drm_plane *primary, struct drm_plane *cursor) in sti_crtc_init()
|
D | sti_cursor.h | 10 struct drm_plane *sti_cursor_create(struct drm_device *drm_dev,
|
D | sti_gdp.h | 14 struct drm_plane *sti_gdp_create(struct drm_device *drm_dev,
|
D | sti_compositor.c | 66 struct drm_plane *cursor = NULL; in sti_compositor_bind() 67 struct drm_plane *primary = NULL; in sti_compositor_bind()
|
/linux-4.4.14/include/drm/ |
D | drm_plane_helper.h | 60 int (*prepare_fb)(struct drm_plane *plane, 62 void (*cleanup_fb)(struct drm_plane *plane, 65 int (*atomic_check)(struct drm_plane *plane, 67 void (*atomic_update)(struct drm_plane *plane, 69 void (*atomic_disable)(struct drm_plane *plane, 73 static inline void drm_plane_helper_add(struct drm_plane *plane, in drm_plane_helper_add() 79 int drm_plane_helper_check_update(struct drm_plane *plane, 90 int drm_primary_helper_update(struct drm_plane *plane, 97 int drm_primary_helper_disable(struct drm_plane *plane); 98 void drm_primary_helper_destroy(struct drm_plane *plane); [all …]
|
D | drm_atomic_helper.h | 70 int drm_atomic_helper_update_plane(struct drm_plane *plane, 77 int drm_atomic_helper_disable_plane(struct drm_plane *plane); 78 int __drm_atomic_helper_disable_plane(struct drm_plane *plane, 87 int drm_atomic_helper_plane_set_property(struct drm_plane *plane, 111 void drm_atomic_helper_plane_reset(struct drm_plane *plane); 112 void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane, 115 drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane); 116 void __drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, 118 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, 174 drm_atomic_plane_disabling(struct drm_plane *plane, in drm_atomic_plane_disabling()
|
D | drm_crtc.h | 249 struct drm_plane; 441 struct drm_plane *primary; 442 struct drm_plane *cursor; 758 struct drm_plane *plane; 794 int (*update_plane)(struct drm_plane *plane, 800 int (*disable_plane)(struct drm_plane *plane); 801 void (*destroy)(struct drm_plane *plane); 802 void (*reset)(struct drm_plane *plane); 804 int (*set_property)(struct drm_plane *plane, 808 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane); [all …]
|
D | drm_atomic.h | 51 struct drm_plane *plane); 52 int drm_atomic_plane_set_property(struct drm_plane *plane, 87 struct drm_plane *plane) in drm_atomic_get_existing_plane_state()
|
D | drm_modeset_lock.h | 130 struct drm_plane; 135 struct drm_plane *plane);
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 40 struct drm_plane base; 62 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb() 71 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb() 78 static void omap_plane_atomic_update(struct drm_plane *plane, in omap_plane_atomic_update() 146 static void omap_plane_atomic_disable(struct drm_plane *plane, in omap_plane_atomic_disable() 159 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check() 191 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset() 218 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy() 232 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties() 248 omap_plane_atomic_duplicate_state(struct drm_plane *plane) in omap_plane_atomic_duplicate_state() [all …]
|
D | omap_drv.h | 82 struct drm_plane *planes[8]; 149 struct drm_plane *plane, enum omap_channel channel, int id); 152 struct drm_plane *omap_plane_init(struct drm_device *dev, 154 void omap_plane_install_properties(struct drm_plane *plane,
|
D | omap_crtc.c | 423 struct drm_plane *plane = crtc->primary; in omap_crtc_atomic_set_property() 496 struct drm_plane *plane, enum omap_channel channel, int id) in omap_crtc_init()
|
D | omap_drv.c | 283 struct drm_plane *plane; in omap_modeset_create_crtc() 451 struct drm_plane *plane; in omap_modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_plane.c | 24 struct drm_plane base; 52 static void mdp4_plane_set_scanout(struct drm_plane *plane, 54 static int mdp4_plane_mode_set(struct drm_plane *plane, 61 static struct mdp4_kms *get_kms(struct drm_plane *plane) in get_kms() 67 static void mdp4_plane_destroy(struct drm_plane *plane) in mdp4_plane_destroy() 78 static void mdp4_plane_install_properties(struct drm_plane *plane, in mdp4_plane_install_properties() 84 int mdp4_plane_set_property(struct drm_plane *plane, in mdp4_plane_set_property() 101 static int mdp4_plane_prepare_fb(struct drm_plane *plane, in mdp4_plane_prepare_fb() 115 static void mdp4_plane_cleanup_fb(struct drm_plane *plane, in mdp4_plane_cleanup_fb() 130 static int mdp4_plane_atomic_check(struct drm_plane *plane, in mdp4_plane_atomic_check() [all …]
|
D | mdp4_kms.h | 197 enum mdp4_pipe mdp4_plane_pipe(struct drm_plane *plane); 198 struct drm_plane *mdp4_plane_init(struct drm_device *dev, 207 struct drm_plane *plane, int id, int ovlp_id,
|
D | mdp4_crtc.c | 89 struct drm_plane *plane; in crtc_flush() 185 struct drm_plane *plane; in setup_mixer() 202 struct drm_plane *plane; in blend_setup() 650 struct drm_plane *plane, int id, int ovlp_id, in mdp4_crtc_init()
|
D | mdp4_kms.c | 284 struct drm_plane *plane; in modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_plane.c | 25 static int fsl_dcu_drm_plane_index(struct drm_plane *plane) in fsl_dcu_drm_plane_index() 39 static int fsl_dcu_drm_plane_atomic_check(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_check() 57 static void fsl_dcu_drm_plane_atomic_disable(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_disable() 77 static void fsl_dcu_drm_plane_atomic_update(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_update() 193 fsl_dcu_drm_plane_cleanup_fb(struct drm_plane *plane, in fsl_dcu_drm_plane_cleanup_fb() 199 fsl_dcu_drm_plane_prepare_fb(struct drm_plane *plane, in fsl_dcu_drm_plane_prepare_fb() 213 static void fsl_dcu_drm_plane_destroy(struct drm_plane *plane) in fsl_dcu_drm_plane_destroy() 236 struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev) in fsl_dcu_drm_primary_create_plane() 238 struct drm_plane *primary; in fsl_dcu_drm_primary_create_plane()
|
D | fsl_dcu_drm_plane.h | 15 struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);
|
D | fsl_dcu_drm_crtc.c | 171 struct drm_plane *primary; in fsl_dcu_drm_crtc_create()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_plane.c | 73 static struct drm_plane_state *vc4_plane_duplicate_state(struct drm_plane *plane) in vc4_plane_duplicate_state() 100 static void vc4_plane_destroy_state(struct drm_plane *plane, in vc4_plane_destroy_state() 111 static void vc4_plane_reset(struct drm_plane *plane) in vc4_plane_reset() 146 static int vc4_plane_mode_set(struct drm_plane *plane, in vc4_plane_mode_set() 233 static int vc4_plane_atomic_check(struct drm_plane *plane, in vc4_plane_atomic_check() 246 static void vc4_plane_atomic_update(struct drm_plane *plane, in vc4_plane_atomic_update() 256 u32 vc4_plane_write_dlist(struct drm_plane *plane, u32 __iomem *dlist) in vc4_plane_write_dlist() 282 static void vc4_plane_destroy(struct drm_plane *plane) in vc4_plane_destroy() 298 struct drm_plane *vc4_plane_init(struct drm_device *dev, in vc4_plane_init() 301 struct drm_plane *plane = NULL; in vc4_plane_init()
|
D | vc4_drv.h | 45 struct drm_plane base; 49 to_vc4_plane(struct drm_plane *plane) in to_vc4_plane() 142 struct drm_plane *vc4_plane_init(struct drm_device *dev, 144 u32 vc4_plane_write_dlist(struct drm_plane *plane, u32 __iomem *dlist);
|
D | vc4_crtc.c | 323 struct drm_plane *plane; in vc4_crtc_atomic_check() 370 struct drm_plane *plane; in vc4_crtc_atomic_flush() 570 struct drm_plane *primary_plane, *cursor_plane; in vc4_crtc_bind()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_atomic_plane.c | 49 intel_create_plane_state(struct drm_plane *plane) in intel_create_plane_state() 74 intel_plane_duplicate_state(struct drm_plane *plane) in intel_plane_duplicate_state() 100 intel_plane_destroy_state(struct drm_plane *plane, in intel_plane_destroy_state() 106 static int intel_plane_atomic_check(struct drm_plane *plane, in intel_plane_atomic_check() 189 static void intel_plane_atomic_update(struct drm_plane *plane, in intel_plane_atomic_update() 218 intel_plane_atomic_get_property(struct drm_plane *plane, in intel_plane_atomic_get_property() 240 intel_plane_atomic_set_property(struct drm_plane *plane, in intel_plane_atomic_set_property()
|
D | intel_sprite.c | 181 skl_update_plane(struct drm_plane *drm_plane, struct drm_crtc *crtc, in skl_update_plane() argument 188 struct drm_device *dev = drm_plane->dev; in skl_update_plane() 190 struct intel_plane *intel_plane = to_intel_plane(drm_plane); in skl_update_plane() 197 &to_intel_plane_state(drm_plane->state)->ckey; in skl_update_plane() 212 rotation = drm_plane->state->rotation; in skl_update_plane() 215 intel_update_sprite_watermarks(drm_plane, crtc, src_w, src_h, in skl_update_plane() 222 scaler_id = to_intel_plane_state(drm_plane->state)->scaler_id; in skl_update_plane() 288 skl_disable_plane(struct drm_plane *dplane, struct drm_crtc *crtc) in skl_disable_plane() 344 vlv_update_plane(struct drm_plane *dplane, struct drm_crtc *crtc, in vlv_update_plane() 469 vlv_disable_plane(struct drm_plane *dplane, struct drm_crtc *crtc) in vlv_disable_plane() [all …]
|
D | intel_drv.h | 614 struct drm_plane base; 634 void (*update_plane)(struct drm_plane *plane, 641 void (*disable_plane)(struct drm_plane *plane, 643 int (*check_plane)(struct drm_plane *plane, 646 void (*commit_plane)(struct drm_plane *plane, 1069 int intel_pin_and_fence_fb_obj(struct drm_plane *plane, 1082 int intel_prepare_plane_fb(struct drm_plane *plane, 1084 void intel_cleanup_plane_fb(struct drm_plane *plane, 1086 int intel_plane_atomic_get_property(struct drm_plane *plane, 1090 int intel_plane_atomic_set_property(struct drm_plane *plane, [all …]
|
D | intel_atomic.c | 136 struct drm_plane *plane = NULL; in intel_atomic_setup_scalers()
|
D | intel_display.c | 2331 intel_pin_and_fence_fb_obj(struct drm_plane *plane, in intel_pin_and_fence_fb_obj() 2588 update_state_fb(struct drm_plane *plane) in update_state_fb() 2609 struct drm_plane *primary = intel_crtc->base.primary; in intel_find_initial_plane_obj() 2692 struct drm_plane *primary = crtc->primary; in i9xx_update_primary_plane() 2822 struct drm_plane *primary = crtc->primary; in ironlake_update_primary_plane() 3094 struct drm_plane *plane = crtc->primary; in skylake_update_primary_plane() 4810 struct drm_plane *plane; in intel_post_plane_update() 4841 struct drm_plane *p; in intel_pre_plane_update() 4875 struct drm_plane *p; in intel_crtc_disable_planes() 10774 struct drm_plane *primary = crtc->base.primary; in intel_unpin_work_fn() [all …]
|
D | intel_pm.c | 3061 struct drm_plane *plane; in skl_compute_wm_global_parameters() 3081 struct drm_plane *plane; in skl_compute_wm_pipe_parameters() 3658 skl_update_sprite_wm(struct drm_plane *plane, struct drm_crtc *crtc, in skl_update_sprite_wm() 3737 ilk_update_sprite_wm(struct drm_plane *plane, in ilk_update_sprite_wm() 4137 void intel_update_sprite_watermarks(struct drm_plane *plane, in intel_update_sprite_watermarks()
|
D | i915_drv.h | 635 void (*update_sprite_wm)(struct drm_plane *plane,
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 41 static void virtio_gpu_plane_destroy(struct drm_plane *plane) in virtio_gpu_plane_destroy() 55 static int virtio_gpu_plane_atomic_check(struct drm_plane *plane, in virtio_gpu_plane_atomic_check() 61 static void virtio_gpu_plane_atomic_update(struct drm_plane *plane, in virtio_gpu_plane_atomic_update() 95 struct drm_plane *virtio_gpu_plane_init(struct virtio_gpu_device *vgdev, in virtio_gpu_plane_init() 99 struct drm_plane *plane; in virtio_gpu_plane_init()
|
D | virtgpu_display.c | 136 struct drm_plane *plane = crtc->primary; in virtio_gpu_page_flip() 433 struct drm_plane *plane; in vgdev_output_init()
|
D | virtgpu_drv.h | 337 struct drm_plane *virtio_gpu_plane_init(struct virtio_gpu_device *vgdev,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_plane_helper.c | 132 int drm_plane_helper_check_update(struct drm_plane *plane, in drm_plane_helper_check_update() 224 int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_primary_helper_update() 320 int drm_primary_helper_disable(struct drm_plane *plane) in drm_primary_helper_disable() 334 void drm_primary_helper_destroy(struct drm_plane *plane) in drm_primary_helper_destroy() 348 static struct drm_plane *create_primary_plane(struct drm_device *dev) in create_primary_plane() 350 struct drm_plane *primary; in create_primary_plane() 394 struct drm_plane *primary; in drm_crtc_init() 401 int drm_plane_helper_commit(struct drm_plane *plane, in drm_plane_helper_commit() 518 int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_plane_helper_update() 567 int drm_plane_helper_disable(struct drm_plane *plane) in drm_plane_helper_disable()
|
D | drm_atomic_helper.c | 59 struct drm_plane *plane) in drm_atomic_helper_plane_changed() 496 struct drm_plane *plane; in drm_atomic_helper_check_planes() 718 struct drm_plane *primary = crtc->primary; in drm_atomic_helper_update_legacy_modeset_state() 900 struct drm_plane *plane; in wait_for_fences() 920 struct drm_plane *plane; in framebuffer_changed() 1136 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() 1156 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() 1218 struct drm_plane *plane; in drm_atomic_helper_commit_planes() 1309 struct drm_plane *plane; in drm_atomic_helper_commit_planes_on_crtc() 1359 struct drm_plane *plane; in drm_atomic_helper_cleanup_planes() [all …]
|
D | drm_atomic.c | 183 struct drm_plane *plane = state->planes[i]; in drm_atomic_state_default_clear() 525 struct drm_plane *plane) in drm_atomic_get_plane_state() 578 int drm_atomic_plane_set_property(struct drm_plane *plane, in drm_atomic_plane_set_property() 629 drm_atomic_plane_get_property(struct drm_plane *plane, in drm_atomic_plane_get_property() 669 struct drm_plane *plane, in plane_switching_crtc() 696 static int drm_atomic_plane_check(struct drm_plane *plane, in drm_atomic_plane_check() 928 struct drm_plane *plane = obj_to_plane(obj); in drm_atomic_get_property() 960 struct drm_plane *plane = plane_state->plane; in drm_atomic_set_crtc_for_plane() 1135 struct drm_plane *plane; in drm_atomic_add_affected_planes() 1220 struct drm_plane *plane; in drm_atomic_check_only() [all …]
|
D | drm_modeset_lock.c | 147 struct drm_plane *plane) in drm_modeset_lock_crtc() 440 struct drm_plane *plane; in drm_modeset_lock_all_crtcs()
|
D | drm_crtc.c | 598 struct drm_plane *plane; in drm_framebuffer_remove() 667 struct drm_plane *primary, in drm_crtc_init_with_planes() 668 struct drm_plane *cursor, in drm_crtc_init_with_planes() 1159 int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_universal_plane_init() 1233 int drm_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_plane_init() 1255 void drm_plane_cleanup(struct drm_plane *plane) in drm_plane_cleanup() 1286 unsigned int drm_plane_index(struct drm_plane *plane) in drm_plane_index() 1289 struct drm_plane *tmp; in drm_plane_index() 1310 struct drm_plane * 1313 struct drm_plane *plane; in drm_plane_from_index() [all …]
|
D | drm_fb_helper.c | 342 struct drm_plane *plane; in restore_fbdev_mode_atomic() 408 struct drm_plane *plane; in restore_fbdev_mode() 1230 struct drm_plane *plane; in pan_display_atomic()
|
D | drm_crtc_helper.c | 992 struct drm_plane *plane = crtc->primary; in drm_helper_crtc_mode_set_base()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 22 struct drm_plane base; 38 static int mdp5_plane_mode_set(struct drm_plane *plane, 45 static void set_scanout_locked(struct drm_plane *plane, 48 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms() 59 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy() 70 struct drm_plane *plane) in mdp5_plane_install_rotation_property() 90 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties() 131 static int mdp5_plane_atomic_set_property(struct drm_plane *plane, in mdp5_plane_atomic_set_property() 159 static int mdp5_plane_atomic_get_property(struct drm_plane *plane, in mdp5_plane_atomic_get_property() 187 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset() [all …]
|
D | mdp5_kms.h | 202 uint32_t mdp5_plane_get_flush(struct drm_plane *plane); 203 void mdp5_plane_complete_flip(struct drm_plane *plane); 204 void mdp5_plane_complete_commit(struct drm_plane *plane, 206 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane); 207 struct drm_plane *mdp5_plane_init(struct drm_device *dev, 219 struct drm_plane *plane, int id);
|
D | mdp5_crtc.c | 117 struct drm_plane *plane; in crtc_flush_all() 139 struct drm_plane *plane; in complete_flip() 206 struct drm_plane *plane; in blend_setup() 364 struct drm_plane *plane; 380 struct drm_plane *plane; in mdp5_crtc_atomic_check() 776 struct drm_plane *plane, int id) in mdp5_crtc_init()
|
D | mdp5_kms.c | 84 struct drm_plane *plane = state->planes[i]; in mdp5_complete_commit() 374 struct drm_plane *plane; in modeset_init() 398 struct drm_plane *plane; in modeset_init() 412 struct drm_plane *plane; in modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 59 static void exynos_plane_mode_set(struct drm_plane *plane, in exynos_plane_mode_set() 119 static int exynos_plane_atomic_check(struct drm_plane *plane, in exynos_plane_atomic_check() 148 static void exynos_plane_atomic_update(struct drm_plane *plane, in exynos_plane_atomic_update() 170 static void exynos_plane_atomic_disable(struct drm_plane *plane, in exynos_plane_atomic_disable() 190 static void exynos_plane_attach_zpos_property(struct drm_plane *plane, in exynos_plane_attach_zpos_property()
|
D | exynos_drm_crtc.c | 71 struct drm_plane *plane; in exynos_crtc_atomic_begin() 88 struct drm_plane *plane; in exynos_crtc_atomic_flush() 129 struct drm_plane *plane, in exynos_drm_crtc_create()
|
D | exynos_drm_crtc.h | 21 struct drm_plane *plane,
|
D | exynos_drm_drv.h | 66 struct drm_plane base;
|
D | exynos_drm_drv.c | 74 struct drm_plane *plane; in exynos_atomic_commit_complete()
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.h | 32 struct drm_plane plane; 36 static inline struct rcar_du_plane *to_rcar_plane(struct drm_plane *plane) in to_rcar_plane()
|
D | rcar_du_plane.c | 234 static int rcar_du_plane_atomic_check(struct drm_plane *plane, in rcar_du_plane_atomic_check() 262 static void rcar_du_plane_atomic_update(struct drm_plane *plane, in rcar_du_plane_atomic_update() 277 rcar_du_plane_atomic_duplicate_state(struct drm_plane *plane) in rcar_du_plane_atomic_duplicate_state() 295 static void rcar_du_plane_atomic_destroy_state(struct drm_plane *plane, in rcar_du_plane_atomic_destroy_state() 302 static void rcar_du_plane_reset(struct drm_plane *plane) in rcar_du_plane_reset() 324 static int rcar_du_plane_atomic_set_property(struct drm_plane *plane, in rcar_du_plane_atomic_set_property() 344 static int rcar_du_plane_atomic_get_property(struct drm_plane *plane, in rcar_du_plane_atomic_get_property()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_crtc.h | 45 struct drm_plane base; 75 struct drm_plane *plane; 102 struct drm_plane *plane);
|
D | armada_overlay.c | 95 armada_ovl_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in armada_ovl_plane_update() 262 static int armada_ovl_plane_disable(struct drm_plane *plane) in armada_ovl_plane_disable() 286 static void armada_ovl_plane_destroy(struct drm_plane *plane) in armada_ovl_plane_destroy() 295 static int armada_ovl_plane_set_property(struct drm_plane *plane, in armada_ovl_plane_set_property()
|
D | armada_crtc.c | 359 struct drm_plane *plane; in armada_drm_crtc_prepare() 405 struct drm_plane *ovl_plane; in armada_drm_crtc_irq() 702 struct drm_plane *plane) in armada_drm_crtc_plane_disable()
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_plane.c | 28 struct drm_plane plane; 165 void shmob_drm_plane_setup(struct drm_plane *plane) in shmob_drm_plane_setup() 176 shmob_drm_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in shmob_drm_plane_update() 211 static int shmob_drm_plane_disable(struct drm_plane *plane) in shmob_drm_plane_disable() 222 static void shmob_drm_plane_destroy(struct drm_plane *plane) in shmob_drm_plane_destroy()
|
D | shmob_drm_plane.h | 20 void shmob_drm_plane_setup(struct drm_plane *plane);
|
D | shmob_drm_crtc.c | 170 struct drm_plane *plane; in shmob_drm_crtc_start()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | ipuv3-plane.h | 6 struct drm_plane; 17 struct drm_plane base;
|
D | imx-drm.h | 12 struct drm_plane; 28 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane,
|
D | ipuv3-plane.c | 315 static int ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ipu_update_plane() 351 static int ipu_disable_plane(struct drm_plane *plane) in ipu_disable_plane() 365 static void ipu_plane_destroy(struct drm_plane *plane) in ipu_plane_destroy()
|
D | imx-drm-core.c | 343 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane, in imx_drm_add_crtc()
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.h | 86 struct drm_plane base; 92 drm_plane_to_atmel_hlcdc_plane(struct drm_plane *p) in drm_plane_to_atmel_hlcdc_plane()
|
D | atmel_hlcdc_plane.c | 446 struct drm_plane *ovl; in atmel_hlcdc_plane_prepare_disc_area() 536 static int atmel_hlcdc_plane_atomic_check(struct drm_plane *p, in atmel_hlcdc_plane_atomic_check() 714 static int atmel_hlcdc_plane_prepare_fb(struct drm_plane *p, in atmel_hlcdc_plane_prepare_fb() 725 static void atmel_hlcdc_plane_atomic_update(struct drm_plane *p, in atmel_hlcdc_plane_atomic_update() 744 static void atmel_hlcdc_plane_atomic_disable(struct drm_plane *p, in atmel_hlcdc_plane_atomic_disable() 752 static void atmel_hlcdc_plane_destroy(struct drm_plane *p) in atmel_hlcdc_plane_destroy() 765 static int atmel_hlcdc_plane_atomic_set_property(struct drm_plane *p, in atmel_hlcdc_plane_atomic_set_property() 783 static int atmel_hlcdc_plane_atomic_get_property(struct drm_plane *p, in atmel_hlcdc_plane_atomic_get_property() 852 static void atmel_hlcdc_plane_reset(struct drm_plane *p) in atmel_hlcdc_plane_reset() 875 atmel_hlcdc_plane_atomic_duplicate_state(struct drm_plane *p) in atmel_hlcdc_plane_atomic_duplicate_state() [all …]
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 35 struct drm_plane base; 39 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane) in to_tegra_plane() 413 static void tegra_plane_destroy(struct drm_plane *plane) in tegra_plane_destroy() 427 static void tegra_primary_plane_destroy(struct drm_plane *plane) in tegra_primary_plane_destroy() 432 static void tegra_plane_reset(struct drm_plane *plane) in tegra_plane_reset() 449 static struct drm_plane_state *tegra_plane_atomic_duplicate_state(struct drm_plane *plane) in tegra_plane_atomic_duplicate_state() 466 static void tegra_plane_atomic_destroy_state(struct drm_plane *plane, in tegra_plane_atomic_destroy_state() 482 static int tegra_plane_prepare_fb(struct drm_plane *plane, in tegra_plane_prepare_fb() 488 static void tegra_plane_cleanup_fb(struct drm_plane *plane, in tegra_plane_cleanup_fb() 511 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 39 struct drm_plane base; 93 nv10_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv10_update_plane() 175 nv10_disable_plane(struct drm_plane *plane) in nv10_disable_plane() 191 nv_destroy_plane(struct drm_plane *plane) in nv_destroy_plane() 226 nv_set_property(struct drm_plane *plane, in nv_set_property() 344 nv04_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv04_update_plane() 428 nv04_disable_plane(struct drm_plane *plane) in nv04_disable_plane()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 75 struct drm_plane base; 788 static int vop_update_plane_event(struct drm_plane *plane, in vop_update_plane_event() 989 static int vop_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in vop_update_plane() 1014 static int vop_disable_plane(struct drm_plane *plane) in vop_disable_plane() 1052 static void vop_plane_destroy(struct drm_plane *plane) in vop_plane_destroy() 1458 struct drm_plane *primary = NULL, *cursor = NULL, *plane; in vop_create_crtc()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_atomic.c | 235 struct drm_plane *plane = state->planes[i]; in msm_atomic_commit()
|
D | msm_drv.h | 131 struct drm_plane *planes[8];
|