Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.h32 container_of(pool, struct dcn21_resource_pool, base)
41 struct dcn21_resource_pool { struct
H A Ddcn21_resource.c679 static void dcn21_resource_destruct(struct dcn21_resource_pool *pool) in dcn21_resource_destruct()
964 struct dcn21_resource_pool *dcn21_pool = TO_DCN21_RES_POOL(*pool); in dcn21_destroy_resource_pool()
1403 struct dcn21_resource_pool *pool) in dcn21_resource_construct()
1723 struct dcn21_resource_pool *pool = in dcn21_create_resource_pool()
1724 kzalloc(sizeof(struct dcn21_resource_pool), GFP_KERNEL); in dcn21_create_resource_pool()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c2402 struct dcn21_resource_pool *pool = TO_DCN21_RES_POOL(dc->res_pool); in dcn21_update_bw_bounding_box()