Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.h38 * struct msm_disp_state - structure to store current dpu state
44 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);
116 * @disp_state: handle to msm_disp_state struct
120 void msm_disp_snapshot_capture_state(struct msm_disp_state *disp_state);
124 * @data: handle to struct msm_disp_state
132 * @disp_state: handle to struct msm_disp_state
141 void msm_disp_snapshot_add_block(struct msm_disp_state *disp_state, u32 len,
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_drv.h53 struct msm_disp_state;
342 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi);
360 static inline void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
388 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
412 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()
H A Dmsm_kms.h116 void (*snapshot)(struct msm_disp_state *disp_state, struct msm_kms *kms);
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi.h135 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host);
163 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy);
H A Ddsi.c271 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
H A Ddsi_host.c2487 void msm_dsi_host_snapshot(struct msm_disp_state *disp_state, struct mipi_dsi_host *host) in msm_dsi_host_snapshot()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.h77 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state);
H A Ddp_catalog.c67 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state) in dp_catalog_snapshot()
H A Ddp_display.c1023 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp) in msm_dp_snapshot()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c887 static void dpu_kms_mdp_snapshot(struct msm_disp_state *disp_state, struct msm_kms *kms) in dpu_kms_mdp_snapshot()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c856 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy) in msm_dsi_phy_snapshot()

Completed in 14 milliseconds