Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_atomic.h33 struct drm_atomic_state * __must_check
35 void drm_atomic_state_clear(struct drm_atomic_state *state);
36 void drm_atomic_state_free(struct drm_atomic_state *state);
39 drm_atomic_get_crtc_state(struct drm_atomic_state *state,
45 drm_atomic_get_plane_state(struct drm_atomic_state *state,
51 drm_atomic_get_connector_state(struct drm_atomic_state *state,
66 drm_atomic_add_affected_connectors(struct drm_atomic_state *state,
69 drm_atomic_connectors_for_crtc(struct drm_atomic_state *state,
72 void drm_atomic_legacy_backoff(struct drm_atomic_state *state);
74 int __must_check drm_atomic_check_only(struct drm_atomic_state *state);
[all …]
Ddrm_atomic_helper.h34 struct drm_atomic_state *state);
36 struct drm_atomic_state *state);
38 struct drm_atomic_state *state);
40 struct drm_atomic_state *state,
44 struct drm_atomic_state *old_state);
47 struct drm_atomic_state *state);
49 struct drm_atomic_state *old_state);
52 struct drm_atomic_state *state);
54 struct drm_atomic_state *state);
56 struct drm_atomic_state *old_state);
[all …]
Ddrm_crtc.h248 struct drm_atomic_state;
301 struct drm_atomic_state *state;
496 struct drm_atomic_state *state;
772 struct drm_atomic_state *state;
930 struct drm_atomic_state { struct
991 struct drm_atomic_state *a);
993 struct drm_atomic_state *a,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic_helper.c57 drm_atomic_helper_plane_changed(struct drm_atomic_state *state, in drm_atomic_helper_plane_changed()
103 steal_encoder(struct drm_atomic_state *state, in steal_encoder()
152 update_connector_routing(struct drm_atomic_state *state, int conn_idx) in update_connector_routing()
249 mode_fixup(struct drm_atomic_state *state) in mode_fixup()
362 struct drm_atomic_state *state) in drm_atomic_helper_check_modeset()
456 struct drm_atomic_state *state) in drm_atomic_helper_check_planes()
523 struct drm_atomic_state *state) in drm_atomic_helper_check()
540 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) in disable_outputs()
623 set_routing_links(struct drm_device *dev, struct drm_atomic_state *old_state) in set_routing_links()
664 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) in crtc_set_mode()
[all …]
Ddrm_atomic.c33 static void kfree_state(struct drm_atomic_state *state) in kfree_state()
50 struct drm_atomic_state *
53 struct drm_atomic_state *state; in drm_atomic_state_alloc()
119 void drm_atomic_state_clear(struct drm_atomic_state *state) in drm_atomic_state_clear()
174 void drm_atomic_state_free(struct drm_atomic_state *state) in drm_atomic_state_free()
203 drm_atomic_get_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_crtc_state()
337 drm_atomic_get_plane_state(struct drm_atomic_state *state, in drm_atomic_get_plane_state()
571 drm_atomic_get_connector_state(struct drm_atomic_state *state, in drm_atomic_get_connector_state()
868 drm_atomic_add_affected_connectors(struct drm_atomic_state *state, in drm_atomic_add_affected_connectors()
909 drm_atomic_connectors_for_crtc(struct drm_atomic_state *state, in drm_atomic_connectors_for_crtc()
[all …]
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_atomic.c24 struct drm_atomic_state *state;
62 static struct msm_commit *commit_init(struct drm_atomic_state *state) in commit_init()
92 struct drm_atomic_state *state = c->state; in complete_commit()
144 struct drm_atomic_state *state) in msm_atomic_check()
177 struct drm_atomic_state *state, bool async) in msm_atomic_commit()
Dmsm_kms.h44 void (*prepare_commit)(struct msm_kms *kms, struct drm_atomic_state *state);
45 void (*complete_commit)(struct msm_kms *kms, struct drm_atomic_state *state);
Dmsm_drv.h161 struct drm_atomic_state *state);
163 struct drm_atomic_state *state, bool async);
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_atomic.c45 struct drm_atomic_state *state) in intel_atomic_check()
116 struct drm_atomic_state *state, in intel_atomic_commit()
Dintel_drv.h1298 struct drm_atomic_state *state);
1300 struct drm_atomic_state *state,
1310 intel_atomic_get_crtc_state(struct drm_atomic_state *state, in intel_atomic_get_crtc_state()
Dintel_dp_mst.c39 struct drm_atomic_state *state; in intel_dp_mst_compute_config()
Dintel_display.c87 struct drm_atomic_state *state);
437 struct drm_atomic_state *state = crtc_state->base.state; in intel_pipe_will_have_type()
4961 static void modeset_update_crtc_power_domains(struct drm_atomic_state *state) in modeset_update_crtc_power_domains()
5233 static void valleyview_modeset_global_resources(struct drm_atomic_state *state) in valleyview_modeset_global_resources()
6792 struct drm_atomic_state *state = crtc_state->base.state; in i9xx_crtc_compute_clock()
7483 struct drm_atomic_state *state = crtc_state->base.state; in ironlake_get_refclk()
7746 struct drm_atomic_state *state = crtc_state->base.state; in ironlake_compute_dpll()
8993 struct drm_atomic_state *state = NULL; in intel_get_load_detect_pipe()
9155 struct drm_atomic_state *state; in intel_release_load_detect_pipe()
10414 struct drm_atomic_state *state; in compute_baseline_pipe_bpp()
[all …]
Dintel_hdmi.c957 struct drm_atomic_state *state; in hdmi_12bpc_possible()
Dintel_ddi.c499 struct drm_atomic_state *state; in intel_ddi_get_crtc_new_encoder()
Di915_drv.h558 void (*modeset_global_resources)(struct drm_atomic_state *state);
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c34 struct drm_atomic_state *state) in sti_drm_atomic_schedule()
41 struct drm_atomic_state *state) in sti_drm_atomic_complete()
80 struct drm_atomic_state *state, bool async) in sti_drm_atomic_commit()
Dsti_drm_drv.h29 struct drm_atomic_state *state;
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c263 struct drm_atomic_state *state) in rcar_du_atomic_check()
395 struct drm_atomic_state *state;
403 struct drm_atomic_state *old_state = commit->state; in rcar_du_atomic_complete()
434 struct drm_atomic_state *state, bool async) in rcar_du_atomic_commit()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c128 static void mdp4_prepare_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp4_prepare_commit()
144 static void mdp4_complete_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp4_complete_commit()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c71 static void mdp5_prepare_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp5_prepare_commit()
77 static void mdp5_complete_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp5_complete_commit()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.h55 struct drm_atomic_state *state;
Ddrm.c31 struct drm_atomic_state *state) in tegra_atomic_schedule()
38 struct drm_atomic_state *state) in tegra_atomic_complete()
77 struct drm_atomic_state *state, bool async) in tegra_atomic_commit()