Searched refs:atomic_state (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_drm.c | 134 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in edp_bridge_atomic_enable() local 146 crtc = drm_atomic_get_new_crtc_for_encoder(atomic_state, in edp_bridge_atomic_enable() 151 old_crtc_state = drm_atomic_get_old_crtc_state(atomic_state, crtc); in edp_bridge_atomic_enable() 164 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in edp_bridge_atomic_disable() local 170 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, in edp_bridge_atomic_disable() 175 new_crtc_state = drm_atomic_get_new_crtc_state(atomic_state, crtc); in edp_bridge_atomic_disable() 179 old_crtc_state = drm_atomic_get_old_crtc_state(atomic_state, crtc); in edp_bridge_atomic_disable() 209 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in edp_bridge_atomic_post_disable() local 213 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, in edp_bridge_atomic_post_disable() 218 new_crtc_state = drm_atomic_get_new_crtc_state(atomic_state, crtc); in edp_bridge_atomic_post_disable()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | panel.c | 118 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in panel_bridge_atomic_pre_enable() local 123 crtc = drm_atomic_get_new_crtc_for_encoder(atomic_state, encoder); in panel_bridge_atomic_pre_enable() 127 old_crtc_state = drm_atomic_get_old_crtc_state(atomic_state, crtc); in panel_bridge_atomic_pre_enable() 138 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in panel_bridge_atomic_enable() local 143 crtc = drm_atomic_get_new_crtc_for_encoder(atomic_state, encoder); in panel_bridge_atomic_enable() 147 old_crtc_state = drm_atomic_get_old_crtc_state(atomic_state, crtc); in panel_bridge_atomic_enable() 158 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in panel_bridge_atomic_disable() local 163 crtc = drm_atomic_get_old_crtc_for_encoder(atomic_state, encoder); in panel_bridge_atomic_disable() 167 new_crtc_state = drm_atomic_get_new_crtc_state(atomic_state, crtc); in panel_bridge_atomic_disable() 178 struct drm_atomic_state *atomic_state = old_bridge_state->base.state; in panel_bridge_atomic_post_disable() local [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | msm_disp_snapshot_util.c | 98 if (state->atomic_state) in msm_disp_state_print() 99 drm_atomic_print_new_state(state->atomic_state, p); in msm_disp_state_print() 116 disp_state->atomic_state = drm_atomic_helper_duplicate_state(ddev, in msm_disp_capture_atomic_state() 158 if (disp_state->atomic_state) { in msm_disp_state_free() 159 drm_atomic_state_put(disp_state->atomic_state); in msm_disp_state_free() 160 disp_state->atomic_state = NULL; in msm_disp_state_free()
|
H A D | msm_disp_snapshot.h | 50 struct drm_atomic_state *atomic_state; member
|