drm/amd/display: Add DCN35 DIO

[Why & How]
Add DIO handling for DCN35.

Signed-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Qingqing Zhuo
2023-08-03 01:33:06 -04:00
committed by Alex Deucher
parent 819af8dc9a
commit e0b394a87a
6 changed files with 1286 additions and 0 deletions

View File

@@ -226,6 +226,11 @@ struct stream_encoder_funcs {
struct stream_encoder *enc,
int tg_inst);
void (*dig_stream_enable)(
struct stream_encoder *enc,
enum signal_type signal,
bool enable);
void (*hdmi_reset_stream_attribute)(
struct stream_encoder *enc);