mirror of https://gitee.com/openkylin/linux.git
562ff059bd
* dmabuf fence support * TILER rotation fixes * big pile of various cleanups and refactorings -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJZMSVRAAoJEPo9qoy8lh71mksP/1nulV3MX6orztSprchtQwHC 5Kb8vSmIaM9pzotXnm2EFBIELfXdOldEntvIImvllXmqZ/fk+rLQh8KthqA6KSiY pYduk6kSJH0MDc5kqZc9MMJXy/D4Hi50D+3nrtV8I8jDOlPD112fc6DIiU+zHVe0 YEsrqDmd/U1Yko9QpYZqLxymkMu9/11HhqIYk5OdeN8S0bCtP++NZWeXdT5Xpcsm 0oxBbiMEfUt++yAqXzG0AcqJYnG8UOUg3BSna8OVr9XDN9EDxir2saya3KQaJhOj zoOjTKtwtfj8GjH8EZUGg61Oe4b/TR49CUft1lB5M+FuGZ5nmV27nI7YxabI+YLf Cvkf8yBa+6qKXRMJXLsxiQ0koik8wzwO4tgobQ5araMancu35iConNfiMh4/fjPD Px9+rfy6L3cbgkiGwsAZhjnclPofeLrIUS3Bo2AVPp3crsxZNCtjIkZ6gKAjYrhk 7IBpyvWeGN2KOi3WMsTEbhNUVV3VDKIgODRWUvjOvu19RjRk8zDMq3GTKg/ypxIK 4LuE4LFcqX9bfB0t8Ob9IMHG5+72oWY8DIQRVOYhwQFGaE7ykVB82nLSzKgW7ChR ZYxzR50rhhOsM/bQ+1gv1afO+MLtWa4UA5xI/G7uMyxkAf9BvJ4GYHhoZHLcOMM8 YcchIcbsowSozRVbdJS8 =+hh7 -----END PGP SIGNATURE----- Merge tag 'omapdrm-4.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next omapdrm changes for v4.13 * dmabuf fence support * TILER rotation fixes * big pile of various cleanups and refactorings * tag 'omapdrm-4.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (64 commits) drm/omap: fix tiled buffer stride calculations drm/omap: fix YUV422 90/270 rotation with mirroring drm/omap: fix YUV422 rotation with TILER drm/omap: pass rotation to dispc drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_* drm/omap: remove omap_drm_win drm/omap: add drm_rotation_to_tiler helper() drm/omap: rename color_mode to fourcc drm/omap: cleanup formats array drm/omap: remove omap_framebuffer_get_formats() drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_* drm/omap: use u32 instead of enum omap_color_mode drm/omap: change supported_modes to an array drm/omap: remove unneeded prototypes drm/omap: add format_is_yuv() helper drm/omap: cleanup offset calculation drm/omap: remove dma & vrfb rotation drm/omap: ratelimit OCP error drm/omap: remove CLUT ... |
||
---|---|---|
Documentation | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
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.