Searched refs:msm_disp_state (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/ |
H A 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,
|
H A D | msm_disp_snapshot_util.c | 72 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 D | msm_drv.h | 53 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 D | msm_debugfs.c | 127 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 D | dsi.h | 120 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 D | dsi.c | 264 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
|
H A D | dsi_host.c | 2512 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 D | dp_catalog.h | 39 void msm_dp_catalog_snapshot(struct msm_dp_catalog *msm_dp_catalog, struct msm_disp_state *disp_sta…
|
H A D | dp_catalog.c | 85 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 D | dp_display.c | 999 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 D | dsi_phy.c | 862 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 D | dpu_kms.c | 925 static void dpu_kms_mdp_snapshot(struct msm_disp_state *disp_state, struct msm_kms *kms) in dpu_kms_mdp_snapshot()
|