Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_gdp.c80 struct sti_gdp_node { struct
100 struct sti_gdp_node *top_field; argument
102 struct sti_gdp_node *btm_field;
258 static void gdp_node_dump_node(struct seq_file *s, struct sti_gdp_node *node) in gdp_node_dump_node()
523 size = sizeof(struct sti_gdp_node) * in sti_gdp_init()
542 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
543 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
552 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
553 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
718 struct sti_gdp_node *top_field, *btm_field; in sti_gdp_atomic_update()