Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_hqvdp.c311 struct sti_hqvdp_cmd { struct
387 return i * sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_free_cmd()
388 cmd += sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_free_cmd()
414 return i * sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_curr_cmd()
416 cmd += sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_curr_cmd()
442 return i * sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_next_cmd()
444 cmd += sizeof(struct sti_hqvdp_cmd); in sti_hqvdp_get_next_cmd()
478 static void hqvdp_dbg_dump_cmd(struct seq_file *s, struct sti_hqvdp_cmd *c) in hqvdp_dbg_dump_cmd()
619 hqvdp_dbg_dump_cmd(s, (struct sti_hqvdp_cmd *)virt); in hqvdp_dbg_show()
631 hqvdp_dbg_dump_cmd(s, (struct sti_hqvdp_cmd *)virt); in hqvdp_dbg_show()
[all …]