Home
last modified time | relevance | path

Searched refs:source_format_pixel_and_scan_support (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h294 enum dcn_bw_defs source_format_pixel_and_scan_support; member
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c138 v->source_format_pixel_and_scan_support = dcn_bw_yes; in mode_support_and_system_configuration()
141 v->source_format_pixel_and_scan_support = dcn_bw_no; in mode_support_and_system_configuration()
968 if (v->scale_ratio_support == dcn_bw_yes && v->source_format_pixel_and_scan_support == dcn_bw_yes && v->viewport_size_support == dcn_bw_yes && v->bandwidth_support[i] == dcn_bw_yes && v->dio_support[i] == dcn_bw_yes && v->urgent_latency_support[i][j] == dcn_bw_yes && v->rob_support[i] == dcn_bw_yes && v->dispclk_dppclk_support[i][j] == dcn_bw_yes && v->total_available_pipes_support[i][j] == dcn_bw_yes && v->total_available_writeback_support == dcn_bw_yes && v->writeback_latency_support == dcn_bw_yes) { in mode_support_and_system_configuration()