2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/amd/display/dc/bios
Michael Strauss 00d53a0d8a drm/amd/display: Update chip_cap defines and usage
[WHY]
The defines have also been updated with prefix AMD_ and atomfirmware.h
has been temporarily updated with both sets of defines to allow the
transition.
This update is being made to standardize workaround chip_cap flags,
in order to support more workaround flags in the future.

[HOW]
Updated EXT_DISPLAY_PATH_CAPS__DP_FIXED_VS_EN define, the flag is now
an enum masked by EXT_DISPLAY_PATH_CAPS__EXT_CHIP_MASK. All checks for
DP_FIXED_VS_EN are now performed by masking with EXT_CHIP_MASK and
checking for an exact match rather than the previous bitwise AND check.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Michael Strauss <michael.strauss@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2025-01-10 12:00:23 -05:00
..
dce60
dce80
dce110
dce112
bios_parser2.c drm/amd/display: Update chip_cap defines and usage 2025-01-10 12:00:23 -05:00
bios_parser2.h
bios_parser_common.c drm/amd/display: Add support for USBC connector 2022-03-31 23:05:53 -04:00
bios_parser_common.h
bios_parser_helper.c drm/amd/display: Remove unused function bios_get_vga_enabled_displays 2024-09-26 17:06:17 -04:00
bios_parser_helper.h drm/amd/display: Remove unused function bios_get_vga_enabled_displays 2024-09-26 17:06:17 -04:00
bios_parser_interface.c
bios_parser_types_internal2.h drm/amd/display: Add dependant changes for DCN32/321 2022-06-03 16:43:38 -04:00
bios_parser_types_internal.h
bios_parser.c drm/amd/display: Check BIOS images before it is used 2024-06-14 16:18:55 -04:00
bios_parser.h
command_table2.c drm/amd/display: only trigger BIOS related assert for older ASICs 2024-09-02 11:34:02 -04:00
command_table2.h drm/amd/display: Pass pwrseq inst for backlight and ABM 2023-12-06 15:22:33 -05:00
command_table_helper2.c drm/amd/display: Add misc DC changes for DCN401 2024-04-26 17:23:34 -04:00
command_table_helper2.h
command_table_helper_struct.h
command_table_helper.c drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()' 2021-05-27 12:33:51 -04:00
command_table_helper.h
command_table.c drm/amd/display: Fix uninitialized variables in DC 2024-04-26 17:22:44 -04:00
command_table.h
Makefile