mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()
Bit SDVO_OUTPUT_SVID0 was tested twice Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
bc5e5718ac
commit
19e1f888c6
@ -1458,7 +1458,7 @@ intel_sdvo_multifunc_encoder(struct intel_output *intel_output)
|
|||||||
(SDVO_OUTPUT_RGB0 | SDVO_OUTPUT_RGB1))
|
(SDVO_OUTPUT_RGB0 | SDVO_OUTPUT_RGB1))
|
||||||
caps++;
|
caps++;
|
||||||
if (sdvo_priv->caps.output_flags &
|
if (sdvo_priv->caps.output_flags &
|
||||||
(SDVO_OUTPUT_SVID0 | SDVO_OUTPUT_SVID0))
|
(SDVO_OUTPUT_SVID0 | SDVO_OUTPUT_SVID1))
|
||||||
caps++;
|
caps++;
|
||||||
if (sdvo_priv->caps.output_flags &
|
if (sdvo_priv->caps.output_flags &
|
||||||
(SDVO_OUTPUT_CVBS0 | SDVO_OUTPUT_CVBS1))
|
(SDVO_OUTPUT_CVBS0 | SDVO_OUTPUT_CVBS1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user