Searched refs:msm_disp_state (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/msm/disp/ |
D | msm_disp_snapshot.h | 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); 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,
|
D | msm_disp_snapshot.c | 15 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()
|
D | msm_disp_snapshot_util.c | 74 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/ |
D | msm_drv.h | 53 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()
|
D | msm_debugfs.c | 126 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()
|
D | msm_kms.h | 124 void (*snapshot)(struct msm_disp_state *disp_state, struct msm_kms *kms);
|
/linux-6.1.9/drivers/gpu/drm/msm/dsi/ |
D | dsi.h | 132 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);
|
D | dsi.c | 274 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
|
D | dsi_host.c | 2529 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/ |
D | dp_catalog.h | 77 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state);
|
D | dp_catalog.c | 59 void dp_catalog_snapshot(struct dp_catalog *dp_catalog, struct msm_disp_state *disp_state) in dp_catalog_snapshot()
|
D | dp_display.c | 1050 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/ |
D | dsi_phy.c | 832 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/ |
D | dpu_kms.c | 895 static void dpu_kms_mdp_snapshot(struct msm_disp_state *disp_state, struct msm_kms *kms) in dpu_kms_mdp_snapshot()
|