Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dpp.h31 bool dpp32_construct(struct dcn3_dpp *dpp3,
H A Ddcn32_resource.c917 struct dcn3_dpp *dpp3 = in dcn32_dpp_create() local
920 if (!dpp3) in dcn32_dpp_create()
930 if (dpp32_construct(dpp3, ctx, inst, in dcn32_dpp_create()
932 return &dpp3->base; in dcn32_dpp_create()
935 kfree(dpp3); in dcn32_dpp_create()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c916 struct dcn3_dpp *dpp3 = in dcn321_dpp_create() local
919 if (!dpp3) in dcn321_dpp_create()
929 if (dpp32_construct(dpp3, ctx, inst, in dcn321_dpp_create()
931 return &dpp3->base; in dcn321_dpp_create()
934 kfree(dpp3); in dcn321_dpp_create()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.h579 bool dpp3_construct(struct dcn3_dpp *dpp3,