Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_gdp.c62 struct sti_gdp_node { struct
82 struct sti_gdp_node *top_field; argument
84 struct sti_gdp_node *btm_field;
313 size = sizeof(struct sti_gdp_node) * in sti_gdp_init()
333 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
334 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
343 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
344 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
400 struct sti_gdp_node *top_field, *btm_field; in sti_gdp_atomic_update()