Lines Matching refs:dpp
730 static struct dpp *dcn21_dpp_create( in dcn21_dpp_create()
734 struct dcn20_dpp *dpp = in dcn21_dpp_create() local
737 if (!dpp) in dcn21_dpp_create()
740 if (dpp2_construct(dpp, ctx, inst, in dcn21_dpp_create()
742 return &dpp->base; in dcn21_dpp_create()
745 kfree(dpp); in dcn21_dpp_create()
1998 dc->caps.color.dpp.dcn_arch = 1; in dcn21_resource_construct()
1999 dc->caps.color.dpp.input_lut_shared = 0; in dcn21_resource_construct()
2000 dc->caps.color.dpp.icsc = 1; in dcn21_resource_construct()
2001 dc->caps.color.dpp.dgam_ram = 1; in dcn21_resource_construct()
2002 dc->caps.color.dpp.dgam_rom_caps.srgb = 1; in dcn21_resource_construct()
2003 dc->caps.color.dpp.dgam_rom_caps.bt2020 = 1; in dcn21_resource_construct()
2004 dc->caps.color.dpp.dgam_rom_caps.gamma2_2 = 0; in dcn21_resource_construct()
2005 dc->caps.color.dpp.dgam_rom_caps.pq = 0; in dcn21_resource_construct()
2006 dc->caps.color.dpp.dgam_rom_caps.hlg = 0; in dcn21_resource_construct()
2007 dc->caps.color.dpp.post_csc = 0; in dcn21_resource_construct()
2008 dc->caps.color.dpp.gamma_corr = 0; in dcn21_resource_construct()
2009 dc->caps.color.dpp.dgam_rom_for_yuv = 1; in dcn21_resource_construct()
2011 dc->caps.color.dpp.hw_3d_lut = 1; in dcn21_resource_construct()
2012 dc->caps.color.dpp.ogam_ram = 1; in dcn21_resource_construct()
2014 dc->caps.color.dpp.ogam_rom_caps.srgb = 0; in dcn21_resource_construct()
2015 dc->caps.color.dpp.ogam_rom_caps.bt2020 = 0; in dcn21_resource_construct()
2016 dc->caps.color.dpp.ogam_rom_caps.gamma2_2 = 0; in dcn21_resource_construct()
2017 dc->caps.color.dpp.ogam_rom_caps.pq = 0; in dcn21_resource_construct()
2018 dc->caps.color.dpp.ogam_rom_caps.hlg = 0; in dcn21_resource_construct()
2019 dc->caps.color.dpp.ocsc = 0; in dcn21_resource_construct()