Revision 5846a73f26a1efa45e2c2edd36aa2ed0a6ad380a authored by Navare, Manasi D on 17 July 2017, 22:05:22 UTC, committed by Daniel Vetter on 27 July 2017, 20:07:22 UTC
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 <paulo.r.zanoni@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1500329122-32662-1-git-send-email-manasi.d.navare@intel.com
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
(cherry picked from commit a8e45a1c42d11597e975f3e5f2fe182f90cdaa7f)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent 283d686
History
File Mode Size
Makefile -rw-r--r-- 115 bytes
ablkcipher.c -rw-r--r-- 11.3 KB
cipher.h -rw-r--r-- 1.7 KB
common.c -rw-r--r-- 11.5 KB
common.h -rw-r--r-- 3.1 KB
core.c -rw-r--r-- 6.2 KB
core.h -rw-r--r-- 2.2 KB
dma.c -rw-r--r-- 3.2 KB
dma.h -rw-r--r-- 1.7 KB
regs-v5.h -rw-r--r-- 9.5 KB
sha.c -rw-r--r-- 15.2 KB
sha.h -rw-r--r-- 2.3 KB

back to top