Home
last modified time | relevance | path

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

/Linux-v5.4/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()
522 size = sizeof(struct sti_gdp_node) * in sti_gdp_init()
541 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
542 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
551 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
552 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
710 struct sti_gdp_node *top_field, *btm_field; in sti_gdp_atomic_update()