Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_rd.c81 struct msm_rd_state { struct
102 static void rd_write(struct msm_rd_state *rd, const void *buf, int sz) in rd_write() argument
130 static void rd_write_section(struct msm_rd_state *rd, in rd_write_section()
141 struct msm_rd_state *rd = file->private_data; in rd_read()
177 struct msm_rd_state *rd = inode->i_private; in rd_open()
222 struct msm_rd_state *rd = inode->i_private; in rd_release()
240 static void rd_cleanup(struct msm_rd_state *rd) in rd_cleanup()
249 static struct msm_rd_state *rd_init(struct drm_minor *minor, const char *name) in rd_init()
251 struct msm_rd_state *rd; in rd_init()
273 struct msm_rd_state *rd; in msm_rd_debugfs_init()
[all …]
Dmsm_drv.h47 struct msm_rd_state;
134 struct msm_rd_state *rd; /* debugfs to dump all submits */
135 struct msm_rd_state *hangrd; /* debugfs to dump hanging submits */
446 void msm_rd_dump_submit(struct msm_rd_state *rd, struct msm_gem_submit *submit,
453 static inline void msm_rd_dump_submit(struct msm_rd_state *rd, in msm_rd_dump_submit()