drm/mgag200: Store flags from PCI driver data in device structure
Thomas Zimmermann authored
commit d6d437d9

 upstream.

The flags field in struct mga_device has been unused so far. We now
use it to store flag bits from the PCI driver.
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Fixes: 81da87f6 ("drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin")
Cc: John Donnelly <john.p.donnelly@oracle.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: "Y.C. Chen" <yc_chen@aspeedtech.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "José Roberto de Souza" <jose.souza@intel.com>
Cc: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Cc: dri-devel@lists.freedesktop.org
Cc: <stable@vger.kernel.org...
2da836c4
Name Last commit Last update
Documentation USB: documentation: flags on usb-storage versus UAS
LICENSES LICENSES: Rename other to deprecated
arch ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
block block: fix "check bi_size overflow before merge"
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto crypto: user - fix memory leak in crypto_reportstat
drivers drm/mgag200: Store flags from PCI driver data in device structure
fs cifs: Fix retrieval of DFS referrals in cifs_mount()
include PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
init Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
ipc ipc/sem.c: convert to use built-in RCU list checking
kernel workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
lib lib: raid6: fix awk build warnings
mm mm/shmem.c: cast the type of unmap_start to u64
net xdp: obtain the mem_id mutex before trying to remove an entry.
samples samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
scripts Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
security efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMIN
sound ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO
tools net/tls: Fix return values to avoid ENOTSUPP
usr kbuild: update compile-test header list for v5.4-rc2
virt KVM: arm/arm64: vgic: Don't rely on the wrong pending table
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.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.

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.