[igt-dev] [PATCH i-g-t 0/8] drm-uapi clean-up

Rodrigo Vivi rodrigo.vivi at intel.com
Wed Oct 6 16:14:36 UTC 2021


Patches 1 to 3:
The main motivation of this series is to clean-up the mess
I created with the recent merge of a i915_drm.h coming from
drm-intel-gt-next rather than from drm-next. I'm sorry for that.

Patches 4:
Since I was already there, let me update some of the upstreamed
UAPIs.

Patch 5: Extra sync to drm-next, including all of the patches.

Patches 6 to 8: These might be the controversial ones. While
doing the work above, I decided that we needed to make the
documentation cleaner and more visible so we would avoid further
mistakes. But I'm okay on dropping these patches if there's
any disagreement.

Thanks,
Rodrigo.

Rodrigo Vivi (8):
  tests/i915/gem_pxp: Add LOCAL_ UAPI defines
  Revert "i915_drm.h sync"
  i915_drm.h sync with drm-next
  tests/gem_userptr_blits: Remove LOCAL_
  include/drm-uapi: Sync with drm-next
  README.md: Detail the drm-uapi headers sync.
  include: Introduce linux-uapi for non-drm-uapi files.
  README.md: Accept the i915_drm.h standalone update.

 README.md                                    |  38 +-
 include/drm-uapi/drm.h                       |  14 +-
 include/drm-uapi/drm_fourcc.h                | 115 ++++-
 include/drm-uapi/drm_mode.h                  |  95 ++++-
 include/drm-uapi/i915_drm.h                  |  99 +----
 include/drm-uapi/msm_drm.h                   |  14 +-
 include/drm-uapi/tegra_drm.h                 | 425 ++++++++++++++++++-
 include/drm-uapi/v3d_drm.h                   | 136 ++++++
 include/drm-uapi/vmwgfx_drm.h                |  41 ++
 include/{drm-uapi => linux-uapi}/sync_file.h |   0
 meson.build                                  |   2 +-
 tests/i915/gem_pxp.c                         |  31 +-
 tests/i915/gem_userptr_blits.c               |   7 +-
 13 files changed, 866 insertions(+), 151 deletions(-)
 rename include/{drm-uapi => linux-uapi}/sync_file.h (100%)

-- 
2.31.1



More information about the igt-dev mailing list