Skip to content

[PATCH libdrm v2] headers: Sync with drm-next

Ayan Kumar Halder requested to merge gitlab_master into master

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

The changes were as follows :-

core: (drm.h, drm_fourcc.h, drm_mode.h)

  • Added 'struct drm_syncobj_transfer', 'struct drm_syncobj_timeline_wait' and 'struct drm_syncobj_timeline_array'
  • Added various DRM_IOCTL_SYNCOBJ_ ioctls
  • Added some new RGB and YUV formats
  • Added 'DRM_FORMAT_MOD_VENDOR_ALLWINNER'
  • Added 'SAMSUNG' and Arm's 'AFBC' and 'ALLWINNER' format modifiers
  • Added 'struct drm_mode_rect'

i915:

  • Added struct 'struct i915_user_extension' and various 'struct drm_i915_gem_context_'
  • Added different modes of per-process Graphics Translation Table

Changes from v1:-

  • Removed the changes to 'msm_drm.h' as it breaks the build for 'freedreno' platform.

Signed-off-by: Ayan Kumar halder ayan.halder@arm.com

Edited by Ayan Kumar Halder

Merge request reports