Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/
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,
Dmsm_disp_snapshot.c15 struct msm_disp_state *disp_state; in disp_devcoredump_read()
31 struct msm_disp_state *
35 struct msm_disp_state *disp_state; in msm_disp_snapshot_state_sync()
39 disp_state = kzalloc(sizeof(struct msm_disp_state), GFP_KERNEL); in msm_disp_snapshot_state_sync()
56 struct msm_disp_state *disp_state; in _msm_disp_snapshot_work()
Dmsm_disp_snapshot_util.c74 void msm_disp_state_print(struct msm_disp_state *state, struct drm_printer *p) in msm_disp_state_print()
101 static void msm_disp_capture_atomic_state(struct msm_disp_state *disp_state) in msm_disp_capture_atomic_state()
121 void msm_disp_snapshot_capture_state(struct msm_disp_state *disp_state) in msm_disp_snapshot_capture_state()
154 struct msm_disp_state *disp_state = data; in msm_disp_state_free()
171 void msm_disp_snapshot_add_block(struct msm_disp_state *disp_state, u32 len, in msm_disp_snapshot_add_block()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_drv.h53 struct msm_disp_state;
322 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi);
340 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);
392 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
Dmsm_debugfs.c126 struct msm_disp_state *state = m->private; in msm_kms_show()
136 struct msm_disp_state *state = m->private; in msm_kms_release()
147 struct msm_disp_state *state; in msm_kms_open()
Dmsm_kms.h124 void (*snapshot)(struct msm_disp_state *disp_state, struct msm_kms *kms);
/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi.h132 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host);
159 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy);
Ddsi.c274 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
Ddsi_host.c2529 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host) in msm_dsi_host_snapshot()
/linux-6.1.9/drivers/gpu/drm/msm/dp/
Ddp_catalog.h77 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state);
Ddp_catalog.c59 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state) in dp_catalog_snapshot()
Ddp_display.c1050 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp) in msm_dp_snapshot()
/linux-6.1.9/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.c832 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy) in msm_dsi_phy_snapshot()
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.c895 static void dpu_kms_mdp_snapshot(struct msm_disp_state *disp_state, struct msm_kms *kms) in dpu_kms_mdp_snapshot()