drm/i915: Remove one level of indention from wait-for-execute
Chris Wilson authored

Now that the code is getting simpler, we can reduce the indentation when
waiting for the global_seqno.
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170223074422.4125-17-chris@chris-wilson.co.uk
0f2f61d4
Name Last commit Last update
Documentation Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
arch Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
block blk-mq: Remove unused variable
certs certs: Add a secondary system keyring that can be added to dynamically
crypto crypto: testmgr - Use heap buffer for acomp test input
drivers drm/i915: Remove one level of indention from wait-for-execute
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs romfs: use different way to generate fsid for BLOCK or MTD
include Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
init cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig
ipc ipc/sem.c: fix incorrect sem_lock pairing
kernel sysctl: fix proc_doulongvec_ms_jiffies_minmax()
lib Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
mm mm, page_alloc: fix premature OOM when racing with cpuset mems update
net Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-client
samples Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
scripts gcc-plugins: update gcc-common.h for gcc-7
security Replace <asm/uaccess.h> with <linux/uaccess.h> globally
sound Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel into drm-next
tools drm/i915: Provide a hook for selftests
usr kbuild: initramfs cleanup, set target from Kconfig
virt Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.