Lines Matching refs:dpp
1098 void dcn20_dpp_destroy(struct dpp **dpp) in dcn20_dpp_destroy() argument
1100 kfree(TO_DCN20_DPP(*dpp)); in dcn20_dpp_destroy()
1101 *dpp = NULL; in dcn20_dpp_destroy()
1104 struct dpp *dcn20_dpp_create( in dcn20_dpp_create()
1108 struct dcn20_dpp *dpp = in dcn20_dpp_create() local
1111 if (!dpp) in dcn20_dpp_create()
1114 if (dpp2_construct(dpp, ctx, inst, in dcn20_dpp_create()
1116 return &dpp->base; in dcn20_dpp_create()
1119 kfree(dpp); in dcn20_dpp_create()
1882 next_odm_pipe->plane_res.dpp = pool->dpps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1967 secondary_pipe->plane_res.dpp = pool->dpps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
3307 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]; in dcn20_acquire_idle_pipe_for_layer()
3740 dc->caps.color.dpp.dcn_arch = 1; in dcn20_resource_construct()
3741 dc->caps.color.dpp.input_lut_shared = 0; in dcn20_resource_construct()
3742 dc->caps.color.dpp.icsc = 1; in dcn20_resource_construct()
3743 dc->caps.color.dpp.dgam_ram = 1; in dcn20_resource_construct()
3744 dc->caps.color.dpp.dgam_rom_caps.srgb = 1; in dcn20_resource_construct()
3745 dc->caps.color.dpp.dgam_rom_caps.bt2020 = 1; in dcn20_resource_construct()
3746 dc->caps.color.dpp.dgam_rom_caps.gamma2_2 = 0; in dcn20_resource_construct()
3747 dc->caps.color.dpp.dgam_rom_caps.pq = 0; in dcn20_resource_construct()
3748 dc->caps.color.dpp.dgam_rom_caps.hlg = 0; in dcn20_resource_construct()
3749 dc->caps.color.dpp.post_csc = 0; in dcn20_resource_construct()
3750 dc->caps.color.dpp.gamma_corr = 0; in dcn20_resource_construct()
3751 dc->caps.color.dpp.dgam_rom_for_yuv = 1; in dcn20_resource_construct()
3753 dc->caps.color.dpp.hw_3d_lut = 1; in dcn20_resource_construct()
3754 dc->caps.color.dpp.ogam_ram = 1; in dcn20_resource_construct()
3756 dc->caps.color.dpp.ogam_rom_caps.srgb = 0; in dcn20_resource_construct()
3757 dc->caps.color.dpp.ogam_rom_caps.bt2020 = 0; in dcn20_resource_construct()
3758 dc->caps.color.dpp.ogam_rom_caps.gamma2_2 = 0; in dcn20_resource_construct()
3759 dc->caps.color.dpp.ogam_rom_caps.pq = 0; in dcn20_resource_construct()
3760 dc->caps.color.dpp.ogam_rom_caps.hlg = 0; in dcn20_resource_construct()
3761 dc->caps.color.dpp.ocsc = 0; in dcn20_resource_construct()