Searched refs:dpp3 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn32/ |
| H A D | dcn32_dpp.h | 31 bool dpp32_construct(struct dcn3_dpp *dpp3,
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn35/ |
| H A D | dcn35_dpp.h | 57 bool dpp35_construct(struct dcn3_dpp *dpp3, struct dc_context *ctx,
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 918 struct dcn3_dpp *dpp3 = in dcn321_dpp_create() local 921 if (!dpp3) in dcn321_dpp_create() 931 if (dpp32_construct(dpp3, ctx, inst, in dcn321_dpp_create() 933 return &dpp3->base; in dcn321_dpp_create() 936 kfree(dpp3); in dcn321_dpp_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 922 struct dcn3_dpp *dpp3 = in dcn32_dpp_create() local 925 if (!dpp3) in dcn32_dpp_create() 935 if (dpp32_construct(dpp3, ctx, inst, in dcn32_dpp_create() 937 return &dpp3->base; in dcn32_dpp_create() 940 kfree(dpp3); in dcn32_dpp_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn30/ |
| H A D | dcn30_dpp.h | 580 bool dpp3_construct(struct dcn3_dpp *dpp3,
|