| /Linux-v5.4/include/drm/ |
| D | drm_atomic_helper.h | 37 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 …]
|
| D | drm_atomic.h | 290 struct drm_atomic_state *state; 316 struct drm_atomic_state { struct 400 struct drm_atomic_state * __must_check 402 void drm_atomic_state_clear(struct drm_atomic_state *state); 410 static inline struct drm_atomic_state * 411 drm_atomic_state_get(struct drm_atomic_state *state) in drm_atomic_state_get() 426 static inline void drm_atomic_state_put(struct drm_atomic_state *state) in drm_atomic_state_put() 432 drm_atomic_state_init(struct drm_device *dev, struct drm_atomic_state *state); 433 void drm_atomic_state_default_clear(struct drm_atomic_state *state); 434 void drm_atomic_state_default_release(struct drm_atomic_state *state); [all …]
|
| D | drm_bridge.h | 264 struct drm_atomic_state *state); 289 struct drm_atomic_state *state); 311 struct drm_atomic_state *state); 336 struct drm_atomic_state *state); 423 struct drm_atomic_state *state); 425 struct drm_atomic_state *state); 427 struct drm_atomic_state *state); 429 struct drm_atomic_state *state);
|
| D | drm_mode_config.h | 36 struct drm_atomic_state; 197 struct drm_atomic_state *state); 279 struct drm_atomic_state *state, 297 struct drm_atomic_state *(*atomic_state_alloc)(struct drm_device *dev); 318 void (*atomic_state_clear)(struct drm_atomic_state *state); 333 void (*atomic_state_free)(struct drm_atomic_state *state); 927 struct drm_atomic_state *suspend_state;
|
| D | drm_self_refresh_helper.h | 11 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,
|
| D | drm_modeset_helper_vtables.h | 703 struct drm_atomic_state *state); 726 struct drm_atomic_state *state); 1031 struct drm_atomic_state *state); 1309 void (*atomic_commit_tail)(struct drm_atomic_state *state);
|
| D | drm_blend.h | 35 struct drm_atomic_state; 58 struct drm_atomic_state *state);
|
| D | drm_dp_mst_helper.h | 657 struct drm_dp_mst_topology_state *drm_atomic_get_mst_topology_state(struct drm_atomic_state *state, 660 drm_dp_atomic_find_vcpi_slots(struct drm_atomic_state *state, 664 drm_dp_atomic_release_vcpi_slots(struct drm_atomic_state *state, 669 int __must_check drm_dp_mst_atomic_check(struct drm_atomic_state *state); 696 __drm_dp_mst_state_iter_get(struct drm_atomic_state *state, in __drm_dp_mst_state_iter_get()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_atomic.h | 11 struct drm_atomic_state; 31 struct drm_atomic_state *state); 38 struct drm_atomic_state *intel_atomic_state_alloc(struct drm_device *dev); 39 void intel_atomic_state_clear(struct drm_atomic_state *state); 42 intel_atomic_get_crtc_state(struct drm_atomic_state *state,
|
| D | intel_atomic.c | 119 struct drm_atomic_state *state) in intel_digital_connector_atomic_check() 320 struct drm_atomic_state *drm_state = crtc_state->base.state; in intel_atomic_setup_scalers() 411 struct drm_atomic_state * 424 void intel_atomic_state_clear(struct drm_atomic_state *s) in intel_atomic_state_clear() 432 intel_atomic_get_crtc_state(struct drm_atomic_state *state, in intel_atomic_get_crtc_state()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_atomic_helper.c | 73 drm_atomic_helper_plane_changed(struct drm_atomic_state *state, in drm_atomic_helper_plane_changed() 111 static int handle_conflicting_encoders(struct drm_atomic_state *state, in handle_conflicting_encoders() 221 set_best_encoder(struct drm_atomic_state *state, in set_best_encoder() 262 steal_encoder(struct drm_atomic_state *state, in steal_encoder() 292 update_connector_routing(struct drm_atomic_state *state, in update_connector_routing() 412 mode_fixup(struct drm_atomic_state *state) in mode_fixup() 531 mode_valid(struct drm_atomic_state *state) in mode_valid() 608 struct drm_atomic_state *state) in drm_atomic_helper_check_modeset() 860 struct drm_atomic_state *state) in drm_atomic_helper_check_planes() 937 struct drm_atomic_state *state) in drm_atomic_helper_check() [all …]
|
| D | drm_atomic.c | 63 void drm_atomic_state_default_release(struct drm_atomic_state *state) in drm_atomic_state_default_release() 82 drm_atomic_state_init(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_state_init() 117 struct drm_atomic_state * 123 struct drm_atomic_state *state; in drm_atomic_state_alloc() 147 void drm_atomic_state_default_clear(struct drm_atomic_state *state) in drm_atomic_state_default_clear() 237 void drm_atomic_state_clear(struct drm_atomic_state *state) in drm_atomic_state_clear() 258 struct drm_atomic_state *state = container_of(ref, typeof(*state), ref); in __drm_atomic_state_free() 290 drm_atomic_get_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_crtc_state() 463 drm_atomic_get_plane_state(struct drm_atomic_state *state, in drm_atomic_get_plane_state() 766 drm_atomic_get_private_obj_state(struct drm_atomic_state *state, in drm_atomic_get_private_obj_state() [all …]
|
| D | drm_crtc_internal.h | 41 struct drm_atomic_state; 231 struct drm_atomic_state *state); 233 void drm_atomic_print_state(const struct drm_atomic_state *state); 236 int drm_atomic_connector_commit_dpms(struct drm_atomic_state *state, 239 int drm_atomic_set_property(struct drm_atomic_state *state,
|
| D | drm_bridge.c | 368 struct drm_atomic_state *state) in drm_atomic_bridge_disable() 396 struct drm_atomic_state *state) in drm_atomic_bridge_post_disable() 424 struct drm_atomic_state *state) in drm_atomic_bridge_pre_enable() 451 struct drm_atomic_state *state) in drm_atomic_bridge_enable()
|
| D | drm_self_refresh_helper.c | 75 struct drm_atomic_state *state; in drm_self_refresh_helper_entry_work() 145 drm_self_refresh_helper_update_avg_times(struct drm_atomic_state *state, in drm_self_refresh_helper_update_avg_times() 187 void drm_self_refresh_helper_alter_state(struct drm_atomic_state *state) in drm_self_refresh_helper_alter_state()
|
| /Linux-v5.4/drivers/gpu/drm/vc4/ |
| D | vc4_kms.c | 48 static struct vc4_ctm_state *vc4_get_ctm_state(struct drm_atomic_state *state, in vc4_get_ctm_state() 114 vc4_ctm_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) in vc4_ctm_commit() 148 vc4_atomic_complete_commit(struct drm_atomic_state *state) in vc4_atomic_complete_commit() 192 struct drm_atomic_state *state = container_of(work, in commit_work() 193 struct drm_atomic_state, in commit_work() 212 struct drm_atomic_state *state, in vc4_atomic_commit() 346 vc4_ctm_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) in vc4_ctm_atomic_check() 409 static int vc4_load_tracker_atomic_check(struct drm_atomic_state *state) in vc4_load_tracker_atomic_check() 489 vc4_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) in vc4_atomic_check()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_mixer.h | 30 int mdp5_mixer_assign(struct drm_atomic_state *s, struct drm_crtc *crtc, 33 void mdp5_mixer_release(struct drm_atomic_state *s,
|
| D | mdp5_pipe.h | 36 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);
|
| D | mdp5_mixer.c | 38 int mdp5_mixer_assign(struct drm_atomic_state *s, struct drm_crtc *crtc, in mdp5_mixer_assign() 119 void mdp5_mixer_release(struct drm_atomic_state *s, struct mdp5_hw_mixer *mixer) in mdp5_mixer_release()
|
| /Linux-v5.4/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_drv.h | 48 struct drm_atomic_state *state; 53 struct drm_atomic_state *suspend_state;
|
| /Linux-v5.4/drivers/gpu/drm/tegra/ |
| D | hub.h | 87 struct drm_atomic_state *state); 89 struct drm_atomic_state *state);
|
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/ |
| D | komeda_pipeline_state.c | 25 struct drm_atomic_state *state) in komeda_pipeline_get_state() 38 struct drm_atomic_state *state) in komeda_pipeline_get_old_state() 50 struct drm_atomic_state *state) in komeda_pipeline_get_new_state() 63 struct drm_atomic_state *state, in komeda_pipeline_get_state_and_set_crtc() 100 struct drm_atomic_state *state) in komeda_component_get_state() 115 struct drm_atomic_state *state) in komeda_component_get_old_state() 152 struct drm_atomic_state *state, in komeda_component_get_state_and_set_user() 256 struct drm_atomic_state *state) in komeda_component_get_avail_scaler() 491 struct drm_atomic_state *drm_st = kcrtc_st->base.state; in komeda_scaler_validate() 655 struct drm_atomic_state *drm_st = kcrtc_st->base.state; in komeda_compiz_set_input() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/msm/ |
| D | msm_atomic.c | 99 static bool can_do_async(struct drm_atomic_state *state, in can_do_async() 130 static unsigned get_crtc_mask(struct drm_atomic_state *state) in get_crtc_mask() 142 void msm_atomic_commit_tail(struct drm_atomic_state *state) in msm_atomic_commit_tail()
|
| D | msm_drv.h | 217 struct drm_atomic_state *pm_state; 230 void msm_atomic_commit_tail(struct drm_atomic_state *state); 231 struct drm_atomic_state *msm_atomic_state_alloc(struct drm_device *dev); 232 void msm_atomic_state_clear(struct drm_atomic_state *state); 233 void msm_atomic_state_free(struct drm_atomic_state *state);
|
| /Linux-v5.4/drivers/gpu/drm/arm/ |
| D | malidp_mw.h | 13 struct drm_atomic_state *old_state);
|