Searched refs:is_17x17x17 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_mpc.c752 bool *is_17x17x17,
788 *is_17x17x17 = true;
790 *is_17x17x17 = false;
910 bool is_17x17x17; local
925 mode = get3dlut_config(mpc, &is_17x17x17, &is_12bits_color_channel, mpcc_id);
932 is_17x17x17 = !params->use_tetrahedral_9;
934 if (is_17x17x17) {
981 is_17x17x17, mpcc_id);
750 get3dlut_config( struct mpc *mpc, bool *is_17x17x17, bool *is_12bits_color_channel, int mpcc_id) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp_cm.c969 bool *is_17x17x17,
1002 *is_17x17x17 = true;
1004 *is_17x17x17 = false;
1120 bool is_17x17x17; local
1133 mode = get3dlut_config(dpp_base, &is_17x17x17, &is_12bits_color_channel);
1140 is_17x17x17 = !params->use_tetrahedral_9;
1142 if (is_17x17x17) {
1190 is_17x17x17);
967 get3dlut_config( struct dpp *dpp_base, bool *is_17x17x17, bool *is_12bits_color_channel) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c911 bool *is_17x17x17,
947 *is_17x17x17 = true;
949 *is_17x17x17 = false;
1207 bool is_17x17x17; local
1222 mode = get3dlut_config(mpc, &is_17x17x17, &is_12bits_color_channel, rmu_idx);
1229 is_17x17x17 = !params->use_tetrahedral_9;
1231 if (is_17x17x17) {
1278 is_17x17x17, rmu_idx);
909 get3dlut_config( struct mpc *mpc, bool *is_17x17x17, bool *is_12bits_color_channel, int rmu_idx) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c1243 bool *is_17x17x17,
1277 *is_17x17x17 = true;
1279 *is_17x17x17 = false;
1394 bool is_17x17x17; local
1413 mode = get3dlut_config(dpp_base, &is_17x17x17, &is_12bits_color_channel);
1420 is_17x17x17 = !params->use_tetrahedral_9;
1422 if (is_17x17x17) {
1470 is_17x17x17);
1241 get3dlut_config( struct dpp *dpp_base, bool *is_17x17x17, bool *is_12bits_color_channel) argument

Completed in 172 milliseconds