drm/amd/display: obtain usHBR3En bit from BP 1
authorDing Wang <Ding.Wang@amd.com>
Mon, 27 Mar 2017 18:50:27 +0000 (14:50 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:21:31 +0000 (17:21 -0400)
commit4e3133c79dc4b7dc0ff81eb884d6cfe736fc49b1
tree781cc444a3a776e6c8545d12c346715783d3cf6a
parent7b779c991d9422f677dff70d701eae448c7c696a
drm/amd/display: obtain usHBR3En bit from BP 1

ASICs using bios parser 1 don't check HBR3 capability as there is no such
a bit usHBR3En in ATOM_ENCODER_CAP_RECORDER.
Therefore, will use ATOM_ENCODER_CAP_RECORDER_V2 and thus obtain the usHBR3En
bit.

Signed-off-by: Ding Wang <ding.wang@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@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/dce/dce_link_encoder.c