Home
last modified time | relevance | path

Searched refs:dcc_enable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c177 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
207 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
583 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
618 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
678 if (v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
815 if (v->pte_enable == dcn_bw_yes && v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
823 if (v->pte_enable == dcn_bw_yes || v->dcc_enable[k] == dcn_bw_yes) { in mode_support_and_system_configuration()
1204 if (v->dcc_enable[k] == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1264 if (v->dcc_enable[k] == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1344 if (v->dcc_enable[k] == dcn_bw_yes) { in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all …]
Ddcn_calcs.c851 v->dcc_enable[input_idx] = dcn_bw_yes; in dcn_validate_bandwidth()
917 v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ? dcn_bw_yes : dcn_bw_no; in dcn_validate_bandwidth()
927 v->dcc_enable[input_idx] = dc->res_pool->hubbub->funcs->dcc_support_pixel_format( in dcn_validate_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h364 unsigned char dcc_enable; member
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1227 uint64_t dcc_enable:1; member
1233 uint64_t dcc_enable:1;
1255 uint64_t dcc_enable:1; member
1261 uint64_t dcc_enable:1;
1274 uint64_t dcc_enable:1; member
1278 uint64_t dcc_enable:1;
1294 uint64_t dcc_enable:1; member
1298 uint64_t dcc_enable:1;
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h182 enum dcn_bw_defs dcc_enable[number_of_planes_minus_one + 1]; member