Home
last modified time | relevance | path

Searched refs:DSC422NativeNotSupported (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c372 …iveNotSupported : %s\n", mode_lib->ms.support.DSC422NativeNotSupported == false … in dml_print_mode_support()
431 if (!fail_only || support->DSC422NativeNotSupported == 1) in dml_print_dml_mode_support_info()
432 dml_print("DML: support: DSC422NativeNotSupported = 0x%x\n", support->DSC422NativeNotSupported); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h737 dml_bool_t DSC422NativeNotSupported; member
H A Ddisplay_mode_core.c7381 mode_lib->ms.support.DSC422NativeNotSupported = false; in dml_core_mode_support()
7398 mode_lib->ms.support.DSC422NativeNotSupported = true; in dml_core_mode_support()
8153 && !mode_lib->ms.support.DSC422NativeNotSupported in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h637 bool DSC422NativeNotSupported; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1672 && !mode_lib->vba.DSC422NativeNotSupported in mode_support_configuration()
2343 mode_lib->vba.DSC422NativeNotSupported = false; in dml32_ModeSupportAndSystemConfigurationFull()
2365 mode_lib->vba.DSC422NativeNotSupported = true; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c81 if (!fail_only || support->DSC422NativeNotSupported == 1) in dml2_print_mode_support_info()
82 …ML_LOG_VERBOSE("DML: support: DSC422NativeNotSupported = %d\n", support->DSC422NativeNotSupported); in dml2_print_mode_support_info()
8681 mode_lib->ms.support.DSC422NativeNotSupported = false; in dml_core_mode_support()
8696 mode_lib->ms.support.DSC422NativeNotSupported = true; in dml_core_mode_support()
9552 && !mode_lib->ms.support.DSC422NativeNotSupported in dml_core_mode_support()
13025 …out->informative.mode_support_info.DSC422NativeNotSupported = mode_lib->ms.support.DSC422NativeNot… in dml2_core_calcs_get_informative()