/linux-4.4.14/include/drm/ |
D | drm_atomic.h | 33 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 …]
|
D | drm_atomic_helper.h | 33 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 …]
|
D | drm_crtc.h | 251 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/ |
D | msm_atomic.c | 24 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()
|
D | msm_kms.h | 44 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);
|
D | msm_drv.h | 180 struct drm_atomic_state *state); 182 struct drm_atomic_state *state, bool async);
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 57 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 …]
|
D | drm_atomic.c | 41 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 …]
|
D | drm_fb_helper.c | 343 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/ |
D | intel_atomic.c | 141 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()
|
D | intel_drv.h | 248 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()
|
D | intel_display.c | 531 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 …]
|
D | intel_dp_mst.c | 40 struct drm_atomic_state *state; in intel_dp_mst_compute_config()
|
D | intel_sprite.c | 964 struct drm_atomic_state *state; in intel_sprite_set_colorkey()
|
D | i915_drv.h | 639 int (*modeset_calc_cdclk)(struct drm_atomic_state *state); 640 void (*modeset_commit_cdclk)(struct drm_atomic_state *state);
|
D | intel_ddi.c | 763 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()
|
D | intel_hdmi.c | 1216 struct drm_atomic_state *state; in hdmi_12bpc_possible()
|
D | i915_debugfs.c | 3808 struct drm_atomic_state *state; in hsw_trans_edp_pipe_A_crc_wa()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 34 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()
|
D | sti_drv.h | 29 struct drm_atomic_state *state;
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 44 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()
|
D | exynos_drm_drv.h | 258 int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state,
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_kms.c | 263 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/ |
D | omap_drv.c | 65 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/ |
D | mdp4_kms.c | 130 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/ |
D | drm.h | 56 struct drm_atomic_state *state;
|
D | drm.c | 31 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/ |
D | mdp5_kms.c | 71 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()
|