Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_rd.c81 struct msm_rd_state { struct
97 static void rd_write(struct msm_rd_state *rd, const void *buf, int sz) in rd_write() argument
125 static void rd_write_section(struct msm_rd_state *rd, in rd_write_section()
136 struct msm_rd_state *rd = file->private_data; in rd_read()
172 struct msm_rd_state *rd = inode->i_private; in rd_open()
217 struct msm_rd_state *rd = inode->i_private; in rd_release()
235 static void rd_cleanup(struct msm_rd_state *rd) in rd_cleanup()
245 static struct msm_rd_state *rd_init(struct drm_minor *minor, const char *name) in rd_init()
247 struct msm_rd_state *rd; in rd_init()
270 struct msm_rd_state *rd; in msm_rd_debugfs_init()
[all …]
Dmsm_drv.h47 struct msm_rd_state;
136 struct msm_rd_state *rd; /* debugfs to dump all submits */
137 struct msm_rd_state *hangrd; /* debugfs to dump hanging submits */
466 void msm_rd_dump_submit(struct msm_rd_state *rd, struct msm_gem_submit *submit,
473 static inline void msm_rd_dump_submit(struct msm_rd_state *rd, in msm_rd_dump_submit()