Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dpp.h31 bool dpp32_construct(struct dcn3_dpp *dpp3,
Ddcn32_resource.c928 struct dcn3_dpp *dpp3 = in dcn32_dpp_create() local
931 if (!dpp3) in dcn32_dpp_create()
941 if (dpp32_construct(dpp3, ctx, inst, in dcn32_dpp_create()
943 return &dpp3->base; in dcn32_dpp_create()
946 kfree(dpp3); in dcn32_dpp_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c927 struct dcn3_dpp *dpp3 = in dcn321_dpp_create() local
930 if (!dpp3) in dcn321_dpp_create()
940 if (dpp32_construct(dpp3, ctx, inst, in dcn321_dpp_create()
942 return &dpp3->base; in dcn321_dpp_create()
945 kfree(dpp3); in dcn321_dpp_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dpp.h577 bool dpp3_construct(struct dcn3_dpp *dpp3,