Home
last modified time | relevance | path

Searched refs:msm_disp_state (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.h44 struct msm_disp_state { struct
95 struct msm_disp_state *msm_disp_snapshot_state_sync(struct msm_kms *kms);
112 void msm_disp_state_print(struct msm_disp_state *disp_state, struct drm_printer *p);
120 void msm_disp_snapshot_capture_state(struct msm_disp_state *disp_state);
141 void msm_disp_snapshot_add_block(struct msm_disp_state *disp_state, u32 len,
H A Dmsm_disp_snapshot_util.c72 void msm_disp_state_print(struct msm_disp_state *state, struct drm_printer *p) in msm_disp_state_print()
99 static void msm_disp_capture_atomic_state(struct msm_disp_state *disp_state) in msm_disp_capture_atomic_state()
119 void msm_disp_snapshot_capture_state(struct msm_disp_state *disp_state) in msm_disp_snapshot_capture_state()
152 struct msm_disp_state *disp_state = data; in msm_disp_state_free()
169 void msm_disp_snapshot_add_block(struct msm_disp_state *disp_state, u32 len, in msm_disp_snapshot_add_block()
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.h53 struct msm_disp_state;
312 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi);
332 static inline void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
368 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
391 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
H A Dmsm_debugfs.c127 struct msm_disp_state *state = m->private; in msm_kms_show()
137 struct msm_disp_state *state = m->private; in msm_kms_release()
148 struct msm_disp_state *state; in msm_kms_open()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.h120 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host);
149 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy);
H A Ddsi.c264 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
H A Ddsi_host.c2512 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host) in msm_dsi_host_snapshot()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.h39 void msm_dp_catalog_snapshot(struct msm_dp_catalog *msm_dp_catalog, struct msm_disp_state *disp_sta…
H A Ddp_catalog.c85 void msm_dp_catalog_snapshot(struct msm_dp_catalog *msm_dp_catalog, struct msm_disp_state *disp_sta… in msm_dp_catalog_snapshot()
H A Ddp_display.c999 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp) in msm_dp_snapshot()
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c862 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy) in msm_dsi_phy_snapshot()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c925 static void dpu_kms_mdp_snapshot(struct msm_disp_state *disp_state, struct msm_kms *kms) in dpu_kms_mdp_snapshot()