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
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 700 bytes
alarmtimer.c -rw-r--r-- 21.8 KB
clockevents.c -rw-r--r-- 19.2 KB
clocksource.c -rw-r--r-- 28.9 KB
hrtimer.c -rw-r--r-- 46.5 KB
itimer.c -rw-r--r-- 7.9 KB
jiffies.c -rw-r--r-- 3.8 KB
ntp.c -rw-r--r-- 25.6 KB
ntp_internal.h -rw-r--r-- 536 bytes
posix-clock.c -rw-r--r-- 6.4 KB
posix-cpu-timers.c -rw-r--r-- 37.2 KB
posix-stubs.c -rw-r--r-- 5.2 KB
posix-timers.c -rw-r--r-- 35.5 KB
posix-timers.h -rw-r--r-- 1.6 KB
sched_clock.c -rw-r--r-- 8.3 KB
test_udelay.c -rw-r--r-- 4.1 KB
tick-broadcast-hrtimer.c -rw-r--r-- 3.0 KB
tick-broadcast.c -rw-r--r-- 26.7 KB
tick-common.c -rw-r--r-- 13.5 KB
tick-internal.h -rw-r--r-- 6.8 KB
tick-oneshot.c -rw-r--r-- 3.2 KB
tick-sched.c -rw-r--r-- 31.8 KB
tick-sched.h -rw-r--r-- 2.6 KB
time.c -rw-r--r-- 23.6 KB
timeconst.bc -rw-r--r-- 3.0 KB
timeconv.c -rw-r--r-- 3.5 KB
timecounter.c -rw-r--r-- 3.0 KB
timekeeping.c -rw-r--r-- 64.7 KB
timekeeping.h -rw-r--r-- 639 bytes
timekeeping_debug.c -rw-r--r-- 2.1 KB
timekeeping_internal.h -rw-r--r-- 788 bytes
timer.c -rw-r--r-- 53.7 KB
timer_list.c -rw-r--r-- 9.4 KB

back to top