Home
last modified time | relevance | path

Searched refs:drm_atomic_state (Results 1 – 25 of 197) sorted by relevance

12345678

/Linux-v5.15/include/drm/
Ddrm_atomic_helper.h37 struct drm_atomic_state;
42 struct drm_atomic_state *state);
50 struct drm_atomic_state *state);
52 struct drm_atomic_state *state);
53 void drm_atomic_helper_commit_tail(struct drm_atomic_state *state);
54 void drm_atomic_helper_commit_tail_rpm(struct drm_atomic_state *state);
56 struct drm_atomic_state *state,
59 struct drm_atomic_state *state);
61 struct drm_atomic_state *state);
64 struct drm_atomic_state *state,
[all …]
Ddrm_atomic.h321 struct drm_atomic_state *state;
346 struct drm_atomic_state { struct
443 struct drm_atomic_state * __must_check
445 void drm_atomic_state_clear(struct drm_atomic_state *state);
453 static inline struct drm_atomic_state *
454 drm_atomic_state_get(struct drm_atomic_state *state) in drm_atomic_state_get()
469 static inline void drm_atomic_state_put(struct drm_atomic_state *state) in drm_atomic_state_put()
475 drm_atomic_state_init(struct drm_device *dev, struct drm_atomic_state *state);
476 void drm_atomic_state_default_clear(struct drm_atomic_state *state);
477 void drm_atomic_state_default_release(struct drm_atomic_state *state);
[all …]
Ddrm_modeset_helper_vtables.h355 struct drm_atomic_state *state);
376 struct drm_atomic_state *state);
400 struct drm_atomic_state *state);
422 struct drm_atomic_state *state);
442 struct drm_atomic_state *state);
724 struct drm_atomic_state *state);
747 struct drm_atomic_state *state);
1064 struct drm_atomic_state *state);
1098 struct drm_atomic_state *state);
1113 struct drm_atomic_state *state);
[all …]
Ddrm_mode_config.h36 struct drm_atomic_state;
203 struct drm_atomic_state *state);
285 struct drm_atomic_state *state,
303 struct drm_atomic_state *(*atomic_state_alloc)(struct drm_device *dev);
324 void (*atomic_state_clear)(struct drm_atomic_state *state);
339 void (*atomic_state_free)(struct drm_atomic_state *state);
948 struct drm_atomic_state *suspend_state;
Ddrm_self_refresh_helper.h11 struct drm_atomic_state;
14 void drm_self_refresh_helper_alter_state(struct drm_atomic_state *state);
15 void drm_self_refresh_helper_update_avg_times(struct drm_atomic_state *state,
Ddrm_blend.h35 struct drm_atomic_state;
58 struct drm_atomic_state *state);
Ddrm_dp_mst_helper.h843 struct drm_dp_mst_topology_state *drm_atomic_get_mst_topology_state(struct drm_atomic_state *state,
846 drm_dp_atomic_find_vcpi_slots(struct drm_atomic_state *state,
850 int drm_dp_mst_atomic_enable_dsc(struct drm_atomic_state *state,
855 drm_dp_mst_add_affected_dsc_crtcs(struct drm_atomic_state *state,
858 drm_dp_atomic_release_vcpi_slots(struct drm_atomic_state *state,
866 int __must_check drm_dp_mst_atomic_check(struct drm_atomic_state *state);
895 __drm_dp_mst_state_iter_get(struct drm_atomic_state *state, in __drm_dp_mst_state_iter_get()
Ddrm_bridge.h875 struct drm_atomic_state *state);
877 struct drm_atomic_state *state);
879 struct drm_atomic_state *state);
881 struct drm_atomic_state *state);
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.h89 void nv50_crc_atomic_stop_reporting(struct drm_atomic_state *);
90 void nv50_crc_atomic_init_notifier_contexts(struct drm_atomic_state *);
91 void nv50_crc_atomic_release_notifier_contexts(struct drm_atomic_state *);
92 void nv50_crc_atomic_start_reporting(struct drm_atomic_state *);
119 nv50_crc_atomic_stop_reporting(struct drm_atomic_state *state) {} in nv50_crc_atomic_stop_reporting()
121 nv50_crc_atomic_init_notifier_contexts(struct drm_atomic_state *state) {} in nv50_crc_atomic_init_notifier_contexts()
123 nv50_crc_atomic_release_notifier_contexts(struct drm_atomic_state *state) {} in nv50_crc_atomic_release_notifier_contexts()
125 nv50_crc_atomic_start_reporting(struct drm_atomic_state *state) {} in nv50_crc_atomic_start_reporting()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_atomic.h11 struct drm_atomic_state;
33 struct drm_atomic_state *state);
49 struct drm_atomic_state *intel_atomic_state_alloc(struct drm_device *dev);
50 void intel_atomic_state_free(struct drm_atomic_state *state);
51 void intel_atomic_state_clear(struct drm_atomic_state *state);
54 intel_atomic_get_crtc_state(struct drm_atomic_state *state,
Dintel_atomic.c113 struct drm_atomic_state *state) in intel_digital_connector_atomic_check()
409 struct drm_atomic_state *drm_state = crtc_state->uapi.state; in intel_atomic_setup_scalers()
505 struct drm_atomic_state *
518 void intel_atomic_state_free(struct drm_atomic_state *_state) in intel_atomic_state_free()
530 void intel_atomic_state_clear(struct drm_atomic_state *s) in intel_atomic_state_clear()
541 intel_atomic_get_crtc_state(struct drm_atomic_state *state, in intel_atomic_get_crtc_state()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_atomic_helper.c76 drm_atomic_helper_plane_changed(struct drm_atomic_state *state, in drm_atomic_helper_plane_changed()
103 static int handle_conflicting_encoders(struct drm_atomic_state *state, in handle_conflicting_encoders()
214 set_best_encoder(struct drm_atomic_state *state, in set_best_encoder()
255 steal_encoder(struct drm_atomic_state *state, in steal_encoder()
285 update_connector_routing(struct drm_atomic_state *state, in update_connector_routing()
404 mode_fixup(struct drm_atomic_state *state) in mode_fixup()
529 mode_valid(struct drm_atomic_state *state) in mode_valid()
606 struct drm_atomic_state *state) in drm_atomic_helper_check_modeset()
883 struct drm_atomic_state *state) in drm_atomic_helper_check_planes()
960 struct drm_atomic_state *state) in drm_atomic_helper_check()
[all …]
Ddrm_atomic.c104 void drm_atomic_state_default_release(struct drm_atomic_state *state) in drm_atomic_state_default_release()
123 drm_atomic_state_init(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_state_init()
158 struct drm_atomic_state *
164 struct drm_atomic_state *state; in drm_atomic_state_alloc()
188 void drm_atomic_state_default_clear(struct drm_atomic_state *state) in drm_atomic_state_default_clear()
278 void drm_atomic_state_clear(struct drm_atomic_state *state) in drm_atomic_state_clear()
299 struct drm_atomic_state *state = container_of(ref, typeof(*state), ref); in __drm_atomic_state_free()
335 drm_atomic_get_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_crtc_state()
509 drm_atomic_get_plane_state(struct drm_atomic_state *state, in drm_atomic_get_plane_state()
811 drm_atomic_get_private_obj_state(struct drm_atomic_state *state, in drm_atomic_get_private_obj_state()
[all …]
Ddrm_crtc_internal.h42 struct drm_atomic_state;
238 struct drm_atomic_state *state);
240 void drm_atomic_print_new_state(const struct drm_atomic_state *state,
244 int drm_atomic_connector_commit_dpms(struct drm_atomic_state *state,
247 int drm_atomic_set_property(struct drm_atomic_state *state,
/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_kms.c67 static struct vc4_ctm_state *vc4_get_ctm_state(struct drm_atomic_state *state, in vc4_get_ctm_state()
156 vc4_ctm_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) in vc4_ctm_commit()
190 vc4_hvs_get_new_global_state(struct drm_atomic_state *state) in vc4_hvs_get_new_global_state()
203 vc4_hvs_get_old_global_state(struct drm_atomic_state *state) in vc4_hvs_get_old_global_state()
216 vc4_hvs_get_global_state(struct drm_atomic_state *state) in vc4_hvs_get_global_state()
229 struct drm_atomic_state *state) in vc4_hvs_pv_muxing_commit()
268 struct drm_atomic_state *state) in vc5_hvs_pv_muxing_commit()
335 static void vc4_atomic_commit_tail(struct drm_atomic_state *state) in vc4_atomic_commit_tail()
405 static int vc4_atomic_commit_setup(struct drm_atomic_state *state) in vc4_atomic_commit_setup()
479 vc4_ctm_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) in vc4_ctm_atomic_check()
[all …]
Dvc4_drv.h446 void (*pre_crtc_configure)(struct drm_encoder *encoder, struct drm_atomic_state *state);
447 void (*pre_crtc_enable)(struct drm_encoder *encoder, struct drm_atomic_state *state);
448 void (*post_crtc_enable)(struct drm_encoder *encoder, struct drm_atomic_state *state);
450 void (*post_crtc_disable)(struct drm_encoder *encoder, struct drm_atomic_state *state);
451 void (*post_crtc_powerdown)(struct drm_encoder *encoder, struct drm_atomic_state *state);
910 int vc4_hvs_atomic_check(struct drm_crtc *crtc, struct drm_atomic_state *state);
911 void vc4_hvs_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state);
912 void vc4_hvs_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state);
913 void vc4_hvs_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *state);
/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c22 struct drm_atomic_state *state) in exynos_drm_crtc_atomic_enable()
33 struct drm_atomic_state *state) in exynos_drm_crtc_atomic_disable()
52 struct drm_atomic_state *state) in exynos_crtc_atomic_check()
68 struct drm_atomic_state *state) in exynos_crtc_atomic_begin()
77 struct drm_atomic_state *state) in exynos_crtc_atomic_flush()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_crtc.c49 struct drm_atomic_state *state) in sun4i_crtc_atomic_check()
64 struct drm_atomic_state *state) in sun4i_crtc_atomic_begin()
87 struct drm_atomic_state *state) in sun4i_crtc_atomic_flush()
109 struct drm_atomic_state *state) in sun4i_crtc_atomic_disable()
130 struct drm_atomic_state *state) in sun4i_crtc_atomic_enable()
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_mixer.h30 int mdp5_mixer_assign(struct drm_atomic_state *s, struct drm_crtc *crtc,
33 void mdp5_mixer_release(struct drm_atomic_state *s,
Dmdp5_pipe.h36 int mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane,
40 void mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
/Linux-v5.15/drivers/gpu/drm/mediatek/
Dmtk_drm_plane.c80 struct drm_atomic_state *state) in mtk_plane_atomic_async_check()
143 struct drm_atomic_state *state) in mtk_plane_atomic_async_update()
175 struct drm_atomic_state *state) in mtk_plane_atomic_check()
207 struct drm_atomic_state *state) in mtk_plane_atomic_disable()
218 struct drm_atomic_state *state) in mtk_plane_atomic_update()
/Linux-v5.15/drivers/gpu/drm/kmb/
Dkmb_crtc.c70 struct drm_atomic_state *old_state) in kmb_crtc_set_mode()
137 struct drm_atomic_state *state) in kmb_crtc_atomic_enable()
147 struct drm_atomic_state *state) in kmb_crtc_atomic_disable()
160 struct drm_atomic_state *state) in kmb_crtc_atomic_begin()
170 struct drm_atomic_state *state) in kmb_crtc_atomic_flush()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h459 struct drm_atomic_state *state);
461 struct drm_atomic_state *state);
463 struct drm_atomic_state *state);
476 struct drm_atomic_state *state);
478 struct drm_atomic_state *state);
480 struct drm_atomic_state *state);
/Linux-v5.15/drivers/gpu/drm/vkms/
Dvkms_crtc.c178 struct drm_atomic_state *state) in vkms_crtc_atomic_check()
226 struct drm_atomic_state *state) in vkms_crtc_atomic_enable()
232 struct drm_atomic_state *state) in vkms_crtc_atomic_disable()
238 struct drm_atomic_state *state) in vkms_crtc_atomic_begin()
249 struct drm_atomic_state *state) in vkms_crtc_atomic_flush()
/Linux-v5.15/drivers/gpu/drm/imx/dcss/
Ddcss-crtc.c56 struct drm_atomic_state *state) in dcss_crtc_atomic_begin()
62 struct drm_atomic_state *state) in dcss_crtc_atomic_flush()
81 struct drm_atomic_state *state) in dcss_crtc_atomic_enable()
117 struct drm_atomic_state *state) in dcss_crtc_atomic_disable()

12345678