Home
last modified time | relevance | path

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

/linux-4.4.14/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_state_init(struct drm_device *dev, struct drm_atomic_state *state);
40 void drm_atomic_state_default_clear(struct drm_atomic_state *state);
41 void drm_atomic_state_default_release(struct drm_atomic_state *state);
44 drm_atomic_get_crtc_state(struct drm_atomic_state *state,
50 drm_atomic_get_plane_state(struct drm_atomic_state *state,
56 drm_atomic_get_connector_state(struct drm_atomic_state *state,
71 drm_atomic_get_existing_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_existing_crtc_state()
[all …]
Ddrm_atomic_helper.h33 struct drm_atomic_state;
36 struct drm_atomic_state *state);
38 struct drm_atomic_state *state);
40 struct drm_atomic_state *state);
42 struct drm_atomic_state *state,
46 struct drm_atomic_state *old_state);
50 struct drm_atomic_state *old_state);
53 struct drm_atomic_state *state);
55 struct drm_atomic_state *old_state);
58 struct drm_atomic_state *state);
[all …]
Ddrm_crtc.h251 struct drm_atomic_state;
309 struct drm_atomic_state *state;
493 struct drm_atomic_state *state;
775 struct drm_atomic_state *state;
935 struct drm_atomic_state { struct
999 struct drm_atomic_state *a);
1001 struct drm_atomic_state *a,
1003 struct drm_atomic_state *(*atomic_state_alloc)(struct drm_device *dev);
1004 void (*atomic_state_clear)(struct drm_atomic_state *state);
1005 void (*atomic_state_free)(struct drm_atomic_state *state);
/linux-4.4.14/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()
88 struct drm_atomic_state *old_state) in msm_atomic_wait_for_commit_done()
119 struct drm_atomic_state *state = c->state; in complete_commit()
170 struct drm_atomic_state *state) in msm_atomic_check()
203 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.h180 struct drm_atomic_state *state);
182 struct drm_atomic_state *state, bool async);
/linux-4.4.14/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()
265 mode_fixup(struct drm_atomic_state *state) in mode_fixup()
381 struct drm_atomic_state *state) in drm_atomic_helper_check_modeset()
492 struct drm_atomic_state *state) in drm_atomic_helper_check_planes()
559 struct drm_atomic_state *state) in drm_atomic_helper_check()
576 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) in disable_outputs()
671 struct drm_atomic_state *old_state) in drm_atomic_helper_update_legacy_modeset_state()
737 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) in crtc_set_mode()
[all …]
Ddrm_atomic.c41 void drm_atomic_state_default_release(struct drm_atomic_state *state) in drm_atomic_state_default_release()
61 drm_atomic_state_init(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_state_init()
114 struct drm_atomic_state *
118 struct drm_atomic_state *state; in drm_atomic_state_alloc()
142 void drm_atomic_state_default_clear(struct drm_atomic_state *state) in drm_atomic_state_default_clear()
210 void drm_atomic_state_clear(struct drm_atomic_state *state) in drm_atomic_state_clear()
229 void drm_atomic_state_free(struct drm_atomic_state *state) in drm_atomic_state_free()
269 drm_atomic_get_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_crtc_state()
524 drm_atomic_get_plane_state(struct drm_atomic_state *state, in drm_atomic_get_plane_state()
668 plane_switching_crtc(struct drm_atomic_state *state, in plane_switching_crtc()
[all …]
Ddrm_fb_helper.c343 struct drm_atomic_state *state; in restore_fbdev_mode_atomic()
1229 struct drm_atomic_state *state; in pan_display_atomic()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_atomic.c141 struct drm_atomic_state *drm_state = crtc_state->base.state; in intel_atomic_setup_scalers()
277 intel_atomic_get_shared_dpll_state(struct drm_atomic_state *s) in intel_atomic_get_shared_dpll_state()
293 struct drm_atomic_state *
306 void intel_atomic_state_clear(struct drm_atomic_state *s) in intel_atomic_state_clear()
Dintel_drv.h248 struct drm_atomic_state base;
1454 struct drm_atomic_state *intel_atomic_state_alloc(struct drm_device *dev);
1455 void intel_atomic_state_clear(struct drm_atomic_state *);
1457 intel_atomic_get_shared_dpll_state(struct drm_atomic_state *s);
1460 intel_atomic_get_crtc_state(struct drm_atomic_state *state, in intel_atomic_get_crtc_state()
Dintel_display.c531 struct drm_atomic_state *state = crtc_state->base.state; in intel_pipe_will_have_type()
4340 static void intel_shared_dpll_commit(struct drm_atomic_state *state) in intel_shared_dpll_commit()
5351 static void modeset_update_crtc_power_domains(struct drm_atomic_state *state) in modeset_update_crtc_power_domains()
6021 struct drm_atomic_state *state) in intel_mode_max_pixclk()
6042 static int valleyview_modeset_calc_cdclk(struct drm_atomic_state *state) in valleyview_modeset_calc_cdclk()
6057 static int broxton_modeset_calc_cdclk(struct drm_atomic_state *state) in broxton_modeset_calc_cdclk()
6108 static void valleyview_modeset_commit_cdclk(struct drm_atomic_state *old_state) in valleyview_modeset_commit_cdclk()
6351 struct drm_atomic_state *state; in intel_display_suspend()
6498 struct drm_atomic_state *state = pipe_config->base.state; in ironlake_check_fdi_lanes()
7904 struct drm_atomic_state *state = crtc_state->base.state; in i9xx_crtc_compute_clock()
[all …]
Dintel_dp_mst.c40 struct drm_atomic_state *state; in intel_dp_mst_compute_config()
Dintel_sprite.c964 struct drm_atomic_state *state; in intel_sprite_set_colorkey()
Di915_drv.h639 int (*modeset_calc_cdclk)(struct drm_atomic_state *state);
640 void (*modeset_commit_cdclk)(struct drm_atomic_state *state);
Dintel_ddi.c763 struct drm_atomic_state *state; in intel_ddi_get_crtc_new_encoder()
1298 struct drm_atomic_state *state = crtc_state->base.state; in hsw_ddi_pll_select()
Dintel_hdmi.c1216 struct drm_atomic_state *state; in hdmi_12bpc_possible()
Di915_debugfs.c3808 struct drm_atomic_state *state; in hsw_trans_edp_pipe_A_crc_wa()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c34 struct drm_atomic_state *state) in sti_atomic_schedule()
41 struct drm_atomic_state *state) in sti_atomic_complete()
80 struct drm_atomic_state *state, bool async) in sti_atomic_commit()
Dsti_drv.h29 struct drm_atomic_state *state;
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c44 struct drm_atomic_state *state;
48 static void exynos_atomic_wait_for_commit(struct drm_atomic_state *state) in exynos_atomic_wait_for_commit()
73 struct drm_atomic_state *state = commit->state; in exynos_atomic_commit_complete()
260 int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state, in exynos_atomic_commit()
Dexynos_drm_drv.h258 int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state,
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c263 struct drm_atomic_state *state) in rcar_du_atomic_check()
446 struct drm_atomic_state *state;
454 struct drm_atomic_state *old_state = commit->state; in rcar_du_atomic_complete()
485 struct drm_atomic_state *state, bool async) in rcar_du_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.c65 struct drm_atomic_state *state;
70 struct drm_atomic_state *old_state) in omap_atomic_wait_for_completion()
93 struct drm_atomic_state *old_state = commit->state; in omap_atomic_complete()
141 struct drm_atomic_state *state, bool async) in omap_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c130 static void mdp4_prepare_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp4_prepare_commit()
146 static void mdp4_complete_commit(struct msm_kms *kms, struct drm_atomic_state *state) in mdp4_complete_commit()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.h56 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()
/linux-4.4.14/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()