Go to file
Chris Wilson d9cad2206a drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
The MI_FLUSH_DW does appear coherent with the following
MI_USER_INTERRUPT, but only on Sandybridge. Ivybridge requires a heavier
hammer, but on Sandybridge we can stop requiring the irq_seqno barrier.

Testcase: igt/gem_sync
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181228171641.16531-3-chris@chris-wilson.co.uk
2018-12-31 15:35:45 +00:00
arch
block
certs
crypto
Documentation drm/dsc: Add helpers for DSC picture parameter set infoframes 2018-11-27 18:35:17 -08:00
drivers drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs 2018-12-31 15:35:45 +00:00
firmware
fs sysfs: constify sysfs create/remove files harder 2018-12-03 18:18:19 +02:00
include drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR 2018-12-05 17:10:25 -08:00
init
ipc
kernel
lib
LICENSES
mm Merge drm/drm-next into drm-intel-next-queued 2018-11-20 13:14:08 +02:00
net
samples
scripts
security
sound Merge drm/drm-next into drm-intel-next-queued 2018-11-20 13:14:08 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm-misc-next for v4.21, part 1: 2018-11-19 10:40:33 +10:00
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.