Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_gdp.c76 struct sti_gdp_node { struct
96 struct sti_gdp_node *top_field; argument
98 struct sti_gdp_node *btm_field;
254 static void gdp_node_dump_node(struct seq_file *s, struct sti_gdp_node *node) in gdp_node_dump_node()
518 size = sizeof(struct sti_gdp_node) * in sti_gdp_init()
537 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
538 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
547 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
548 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
706 struct sti_gdp_node *top_field, *btm_field; in sti_gdp_atomic_update()