OSDN Git Service

libdrm: headers: Sync with drm-next
authorAyan Kumar Halder <ayan.halder@arm.com>
Mon, 1 Oct 2018 15:09:18 +0000 (16:09 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 Oct 2018 13:51:09 +0000 (14:51 +0100)
commit1b18f508c89c574a9d4eb9347c608fd7e8beab31
tree25eafdc7032f14dd94547583849f257d02e8c399
parente08b7f22345f3aae4c358bc237e27bece87b5d10
libdrm: headers: Sync with drm-next

Generated using make headers_install from the drm-next
tree - git://anongit.freedesktop.org/drm/drm
branch - drm-next
commit - 2dc7bad71cd310dc94d1c9907909324dd2b0618f

The changes were as follows :-

  core: (drm.h, drm_fourcc.h, drm_mode.h)
    - Added client capabilities for ASPECT_RATIO and WRITEBACK_CONNECTORS
    - Added Arm AFBC modifiers
    - Added BROADCOM's SAND and UIF modifiers
    - Added Qualcomm's modifiers
    - Added some picture aspect ratio and content type options
    - Added some drm mode flags
    - Added writeback connector id

  amdgpu:
    - Added GEM domain mask
    - Added some GEM flags
    - Added some hardware ip flags
    - Added chunk id and IB fence.
    - Added some query ids

  i915:
    -Added an IOCTL (I915_PARAM_MMAP_GTT_COHERENT)

  qxl:
    - Minor changes

  tegra:
    - Added some comments about struct drm_tegra* members
    - Modified DRM_IOCTL_TEGRA_CLOSE_CHANNEL

  vc4:
    - Added some members for 'struct drm_vc4_submit_cl'

Changes in v2:
    - Mentioned 'libdrm' in the commit header.

Changes in v3:
    - Removed the changes to radeon_drm.h, sis_drm.h and via_drm.h as suggested by
      Emil Velikov <emil.l.velikov@gmail.com>

Changes in v4:
    - Removed the changes to vmwgfx_drm.h as it caused a build break ie
      'make check' failed.

Change-Id: I018a06f65bf4a6a68400ab252b9cd05d041299b3
Signed-off-by: Ayan Kumar halder <ayan.halder@arm.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
include/drm/amdgpu_drm.h
include/drm/drm.h
include/drm/drm_fourcc.h
include/drm/drm_mode.h
include/drm/i915_drm.h
include/drm/qxl_drm.h
include/drm/tegra_drm.h
include/drm/vc4_drm.h