Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_gdp.c59 struct sti_gdp_node { struct
79 struct sti_gdp_node *top_field; argument
81 struct sti_gdp_node *btm_field;
253 struct sti_gdp_node *top_field, *btm_field; in sti_gdp_prepare_layer()
371 struct sti_gdp_node *updated_top_node = updated_list->top_field; in sti_gdp_commit_layer()
372 struct sti_gdp_node *updated_btm_node = updated_list->btm_field; in sti_gdp_commit_layer()
491 size = sizeof(struct sti_gdp_node) * in sti_gdp_init()
511 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
512 dma_addr += sizeof(struct sti_gdp_node); in sti_gdp_init()
521 base += sizeof(struct sti_gdp_node); in sti_gdp_init()
[all …]