Home
last modified time | relevance | path

Searched refs:msm_rd_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_rd.c80 struct msm_rd_state { struct
101 static void rd_write(struct msm_rd_state *rd, const void *buf, int sz) in rd_write() argument
129 static void rd_write_section(struct msm_rd_state *rd, in rd_write_section()
140 struct msm_rd_state *rd = file->private_data; in rd_read()
176 struct msm_rd_state *rd = inode->i_private; in rd_open()
209 struct msm_rd_state *rd = inode->i_private; in rd_release()
227 static void rd_cleanup(struct msm_rd_state *rd) in rd_cleanup()
236 static struct msm_rd_state *rd_init(struct drm_minor *minor, const char *name) in rd_init()
238 struct msm_rd_state *rd; in rd_init()
260 struct msm_rd_state *rd; in msm_rd_debugfs_init()
[all …]
Dmsm_drv.h40 struct msm_rd_state;
173 struct msm_rd_state *rd; /* debugfs to dump all submits */
174 struct msm_rd_state *hangrd; /* debugfs to dump hanging submits */
457 void msm_rd_dump_submit(struct msm_rd_state *rd, struct msm_gem_submit *submit,
464 static inline void msm_rd_dump_submit(struct msm_rd_state *rd, in msm_rd_dump_submit()