mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
4dc24d7cf4983ae779f4a4428e527441225315e9
To pick the changes in:b65a948973("drm/i915/userptr: Probe existence of backing struct pages upon creation")ee242ca704("drm/i915/guc: Implement GuC priority management")81340cf3bd("drm/i915/uapi: reject set_domain for discrete")7961c5b60f("drm/i915: Add TTM offset argument to mmap.")aef7b67a79("drm/i915/uapi: convert drm_i915_gem_userptr to kernel doc")e7737b67ab("drm/i915/uapi: reject caching ioctls for discrete")3aa8c57fe2("drm/i915/uapi: convert drm_i915_gem_set_domain to kernel doc")289f5a7200("drm/i915/uapi: convert drm_i915_gem_caching to kernel doc")4a766ae40e("drm/i915: Drop the CONTEXT_CLONE API (v2)")6ff6d61dd2("drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP")fe4751c3d5("drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE")577729533c("drm/i915: Document the Virtual Engine uAPI")c649432e86("drm/i915: Fix busy ioctl commentary") That doesn't result in any changes to tooling as no new ioctl were added (at least not perceived by tools/perf/trace/beauty/drm_ioctl.sh). Addressing this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/drm/i915_drm.h' differs from latest version at 'include/uapi/drm/i915_drm.h' diff -u tools/include/uapi/drm/i915_drm.h include/uapi/drm/i915_drm.h Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Jason Ekstrand <jason@jlekstrand.net> Cc: John Harrison <John.C.Harrison@Intel.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Matthew Auld <matthew.auld@intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%