mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amd/display: Update virtual stream encoder
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
734e4c97ab
commit
d8a8258ec1
1 changed files with 13 additions and 0 deletions
|
@ -87,6 +87,17 @@ static void virtual_enc_dp_set_odm_combine(
|
|||
bool odm_combine)
|
||||
{}
|
||||
|
||||
static void virtual_dig_connect_to_otg(
|
||||
struct stream_encoder *enc,
|
||||
int tg_inst)
|
||||
{}
|
||||
|
||||
static void virtual_setup_stereo_sync(
|
||||
struct stream_encoder *enc,
|
||||
int tg_inst,
|
||||
bool enable)
|
||||
{}
|
||||
|
||||
static const struct stream_encoder_funcs virtual_str_enc_funcs = {
|
||||
.dp_set_odm_combine =
|
||||
virtual_enc_dp_set_odm_combine,
|
||||
|
@ -114,6 +125,8 @@ static const struct stream_encoder_funcs virtual_str_enc_funcs = {
|
|||
.audio_mute_control = virtual_audio_mute_control,
|
||||
.set_avmute = virtual_stream_encoder_set_avmute,
|
||||
.hdmi_reset_stream_attribute = virtual_stream_encoder_reset_hdmi_stream_attribute,
|
||||
.dig_connect_to_otg = virtual_dig_connect_to_otg,
|
||||
.setup_stereo_sync = virtual_setup_stereo_sync,
|
||||
};
|
||||
|
||||
bool virtual_stream_encoder_construct(
|
||||
|
|
Loading…
Add table
Reference in a new issue