OSDN Git Service

headers: Sync with drm-next
authorDaniel Stone <daniels@collabora.com>
Fri, 30 Mar 2018 12:04:30 +0000 (13:04 +0100)
committerDaniel Stone <daniels@collabora.com>
Fri, 30 Mar 2018 15:10:03 +0000 (16:10 +0100)
commit8e535dd2142433b24aebc6eddeaee04663489aa2
tree15d3d3fcc26b00d09cbf0e0d5db91b62ff7f682f
parent2fa58c77fb9e563219f8ec647b9ddf52f3390ed2
headers: Sync with drm-next

Taken from the drm-next pull for 4.17-rc1 (694f54f680f7), and manually
reconciled:

  core:
    - Dropped DRM_MODE_TYPE_ALL and DRM_MODE_FLAG_ALL; these are purely
      internal details of the bits accepted by the currently running
      kernel, and can not be generally relied on by userspace
    - Add HDCP flags
    - Note CTM entry representation is sign-magnitude format, not
      two's-complement
  amdgpu:
    - Add QUERY_STATE2 context op
    - Add VCN firmware version query
  etnaviv:
    - Add more GPU feature flags
  i915:
    - Add caps, params and ioctls for PMU / perf-stream
    - Add support for explicit fencing
  nouveau:
    - Add TILE_COMP layout
  vc4:
    - Add perfmon ioctls
  virtgpu:
    - Add capset-fix param
  vmware:
    - Add handle-close ioctl and explicit-fencing support

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
etnaviv/etnaviv_drm.h
include/drm/amdgpu_drm.h
include/drm/drm_mode.h
include/drm/i915_drm.h
include/drm/nouveau_drm.h
include/drm/vc4_drm.h
include/drm/virtgpu_drm.h
include/drm/vmwgfx_drm.h