]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/sti: Try to fix up the tvout possible clones
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Jul 2019 16:20:38 +0000 (19:20 +0300)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 9 Jul 2019 07:45:07 +0000 (09:45 +0200)
commit113348d86cebbf9fb07e190e6075562ee431eb15
tree54ca1d6a9e82aae97c6da5324e0b92ea72aa3b1c
parent6234ba980f89b396221f77788a9bb36e79900391
drm/sti: Try to fix up the tvout possible clones

The current possible_clones setup doesn't look sensible. I'm assuming
the 0 and 1 are supposed to refer to the indexes of the hdmi and hda
encoders? So it kinda looks like we want hda+hdmi cloning, but then
dvo also claims to be cloneable with hdmi, but hdmi won't recipricate.

Benjamin tells me all encoders should be cloneable with each other,
so let's fix up the masks to indicate that.

Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Vincent Abriou <vincent.abriou@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190708162048.4286-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/sti/sti_tvout.c