Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
H A Ddcn32_dpp.h31 bool dpp32_construct(struct dcn3_dpp *dpp3,
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn35/
H A Ddcn35_dpp.h57 bool dpp35_construct(struct dcn3_dpp *dpp3, struct dc_context *ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c950 struct dcn3_dpp *dpp3 = in dcn321_dpp_create() local
953 if (!dpp3) in dcn321_dpp_create()
963 if (dpp32_construct(dpp3, ctx, inst, in dcn321_dpp_create()
965 return &dpp3->base; in dcn321_dpp_create()
968 kfree(dpp3); in dcn321_dpp_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c956 struct dcn3_dpp *dpp3 = in dcn32_dpp_create() local
959 if (!dpp3) in dcn32_dpp_create()
969 if (dpp32_construct(dpp3, ctx, inst, in dcn32_dpp_create()
971 return &dpp3->base; in dcn32_dpp_create()
974 kfree(dpp3); in dcn32_dpp_create()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.h580 bool dpp3_construct(struct dcn3_dpp *dpp3,