mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ab7d3d09ecc141650818c99e92909cd762d1c192
Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 2 leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function (5 filtered out)
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'struct drm_device at drm_device.h:53:1' changed:
type size hasn't changed
there are data member changes:
type 'struct drm_mode_config' of 'drm_device::mode_config' changed:
type size hasn't changed
1 data member insertion:
'bool drm_mode_config::prefer_shadow_fbdev', at offset 8256 (in bits) at drm_mode_config.h:860:1
there are data member changes:
'bool drm_mode_config::quirk_addfb_prefer_xbgr_30bpp' offset changed from 8256 to 8264 (in bits) (by +8 bits)
'bool drm_mode_config::quirk_addfb_prefer_host_byte_order' offset changed from 8264 to 8272 (in bits) (by +8 bits)
'bool drm_mode_config::async_page_flip' offset changed from 8272 to 8280 (in bits) (by +8 bits)
'bool drm_mode_config::allow_fb_modifiers' offset changed from 8280 to 8288 (in bits) (by +8 bits)
'bool drm_mode_config::normalize_zpos' offset changed from 8288 to 8296 (in bits) (by +8 bits)
433 impacted interfaces:
....
'struct drm_mode_config at drm_mode_config.h:358:1' changed:
details were reported earlier
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I762069fa503669e3657d732dcdfac147675bd252
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%