]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Add SelectCRTC_Source to BIOS parser
authorTimur Kristóf <timur.kristof@gmail.com>
Fri, 26 Sep 2025 18:01:45 +0000 (20:01 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Oct 2025 14:08:24 +0000 (10:08 -0400)
commit7fb4f254c8ebcd89e32c13c2a5758b0664f9fcc4
tree8a84b831552e7a92c166d775fc6563f9de81940d
parent69b29b894660429280dfff0daed7d183c2fae7a7
drm/amd/display: Add SelectCRTC_Source to BIOS parser

The SelectCRTC_Source command will be used to change which CRTC
should be connected to which encoder.

For reference, see the legacy display code:
amdgpu_atombios_encoder_set_crtc_source

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
drivers/gpu/drm/amd/display/dc/bios/command_table.c
drivers/gpu/drm/amd/display/dc/bios/command_table.h
drivers/gpu/drm/amd/display/dc/dc_bios_types.h
drivers/gpu/drm/amd/display/include/bios_parser_types.h