Go to file
Christian König 4e9177134e drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctl
When the fence is already signaled it is perfectly normal to get a NULL
fence here. But since we can't export that we need to use a stub fence.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-12-14 15:54:11 -05:00
arch
block
certs
crypto
Documentation dt-bindings: msm/dsi: Add ref clock for PHYs 2018-12-11 13:07:11 -05:00
drivers drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctl 2018-12-14 15:54:11 -05:00
firmware
fs Final drm/i915 changes for v4.21: 2018-12-06 09:17:51 +10:00
include Merge tag 'drm-msm-next-2018-12-12' of git://people.freedesktop.org/~robclark/linux into drm-next 2018-12-13 10:29:30 +10:00
init
ipc
kernel
lib XArray updates for 4.20-rc4 2018-11-24 18:44:01 -08:00
LICENSES
mm
net
samples
scripts drm-misc-next for v4.21: 2018-11-29 10:28:49 +10:00
security
sound Linux 4.20-rc4 2018-11-29 10:34:03 +10:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS MAINTAINERS: change Sparse's maintainer 2018-11-25 09:17:43 -08:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update vmwgfx maintainers 2018-12-05 10:08:35 +01:00
Makefile Linux 4.20-rc4 2018-11-25 14:19:31 -08:00
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.