drm/amd/display: fix dp_ss_control vbios flag parsing
Dmytro Laktyushkin authored

dp_ss_control = 0 means ss is off, we had a typo where
we would double not dp_ss_control while setting dp_ss_off
flag
Signed-off-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: default avatarEric Bernstein <Eric.Bernstein@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
16747b21
Name Last commit Last update
Documentation Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark/linux into drm-next
LICENSES LICENSES: Add Linux-OpenIB license text
arch BackMerge v4.18-rc7 into drm-next
block Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
certs certs/blacklist: fix const confusion
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers drm/amd/display: fix dp_ss_control vbios flag parsing
firmware kbuild: remove all dummy assignments to obj-
fs Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
include Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next
init Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc/sem.c: prevent queue.status tearing in semop
kernel BackMerge v4.18-rc7 into drm-next
lib BackMerge v4.18-rc7 into drm-next
mm zswap: re-check zswap_is_full() after do zswap_shrink()
net ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
security Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound ALSA: hda/realtek - Yet another Clevo P950 quirk entry
tools Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
usr kbuild: rename built-in.o to built-in.a
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.