drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence
authorNavare, Manasi D <[email protected]>
Mon, 17 Jul 2017 22:05:22 +0000 (15:05 -0700)
committerDaniel Vetter <[email protected]>
Thu, 27 Jul 2017 07:38:59 +0000 (09:38 +0200)
commita8e45a1c42d11597e975f3e5f2fe182f90cdaa7f
tree90afb3608beb6bf7a28b575e398031414ed824c3
parent525a4f938290b6c7c4dd1cf0c86291817f082acf
drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence

The condition for setting the Loadgen Select bit of
PORT_TX_DW4 register during DDI Vswing Sequence should be
Bit rate <=6 GHz whereas the existing code checks only
Bit Rate < 6GHz. This patch fixes this condition.
While at it also remove the redundant paranthesis.

Fixes: cf54ca8bc567 ("drm/i915/cnl: Implement voltage swing sequence.")
Cc: Paulo Zanoni <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Signed-off-by: Manasi Navare <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]>
Signed-off-by: Paulo Zanoni <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_ddi.c