From: Francois Dugast <francois.dugast@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH v1 0/8] uAPI Alignment - Renaming
Date: Tue, 14 Nov 2023 13:44:18 +0000 [thread overview]
Message-ID: <20231114134426.7-1-francois.dugast@intel.com> (raw)
This aligns on kernel series:
https://patchwork.freedesktop.org/series/126399/
Francois Dugast (3):
drm-uapi/xe: Add missing DRM_ prefix in uAPI constants
drm-uapi/xe: Add _FLAG to uAPI constants usable for flags
drm-uapi/xe: Change rsvd to pad in struct drm_xe_class_instance
Rodrigo Vivi (5):
drm-uapi/xe: Rename *_mem_regions mask.
drm-uapi/xe: Rename query's mem_usage to mem_regions
drm-uapi/xe: s/FLAGS_HAS_VRAM/FLAG_HAS_VRAM
drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASK
drm-uapi/xe: Be more specific about vm_bind prefetch region
benchmarks/gem_wsim.c | 12 +-
include/drm-uapi/xe_drm.h | 205 ++++++++++++++-------------
lib/igt_fb.c | 2 +-
lib/intel_batchbuffer.c | 24 ++--
lib/intel_blt.c | 2 +-
lib/intel_compute.c | 6 +-
lib/intel_ctx.c | 4 +-
lib/xe/xe_ioctl.c | 44 +++---
lib/xe/xe_ioctl.h | 2 +-
lib/xe/xe_query.c | 88 ++++++------
lib/xe/xe_query.h | 8 +-
lib/xe/xe_spin.c | 4 +-
lib/xe/xe_util.c | 16 +--
lib/xe/xe_util.h | 4 +-
tests/intel/xe_access_counter.c | 4 +-
tests/intel/xe_ccs.c | 8 +-
tests/intel/xe_copy_basic.c | 6 +-
tests/intel/xe_create.c | 6 +-
tests/intel/xe_debugfs.c | 12 +-
tests/intel/xe_dma_buf_sync.c | 4 +-
tests/intel/xe_drm_fdinfo.c | 18 +--
tests/intel/xe_evict.c | 24 ++--
tests/intel/xe_evict_ccs.c | 2 +-
tests/intel/xe_exec_balancer.c | 34 ++---
tests/intel/xe_exec_basic.c | 24 ++--
tests/intel/xe_exec_compute_mode.c | 6 +-
tests/intel/xe_exec_fault_mode.c | 12 +-
tests/intel/xe_exec_queue_property.c | 18 +--
tests/intel/xe_exec_reset.c | 62 ++++----
tests/intel/xe_exec_store.c | 26 ++--
tests/intel/xe_exec_threads.c | 48 +++----
tests/intel/xe_exercise_blt.c | 6 +-
tests/intel/xe_guc_pc.c | 12 +-
tests/intel/xe_huc_copy.c | 4 +-
tests/intel/xe_intel_bb.c | 2 +-
tests/intel/xe_noexec_ping_pong.c | 2 +-
tests/intel/xe_perf_pmu.c | 32 ++---
tests/intel/xe_pm.c | 30 ++--
tests/intel/xe_pm_residency.c | 2 +-
tests/intel/xe_query.c | 106 +++++++-------
tests/intel/xe_spin_batch.c | 2 +-
tests/intel/xe_vm.c | 138 +++++++++---------
tests/intel/xe_waitfence.c | 20 +--
43 files changed, 549 insertions(+), 542 deletions(-)
--
2.34.1
next reply other threads:[~2023-11-14 13:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 13:44 Francois Dugast [this message]
2023-11-14 13:44 ` [igt-dev] [PATCH v1 1/8] drm-uapi/xe: Add missing DRM_ prefix in uAPI constants Francois Dugast
2023-11-14 13:48 ` Rodrigo Vivi
2023-11-14 13:44 ` [igt-dev] [PATCH v1 2/8] drm-uapi/xe: Add _FLAG to uAPI constants usable for flags Francois Dugast
2023-11-14 13:47 ` Rodrigo Vivi
2023-11-14 13:44 ` [igt-dev] [PATCH v1 3/8] drm-uapi/xe: Change rsvd to pad in struct drm_xe_class_instance Francois Dugast
2023-11-14 13:47 ` Rodrigo Vivi
2023-11-14 13:44 ` [igt-dev] [PATCH v1 4/8] drm-uapi/xe: Rename *_mem_regions mask Francois Dugast
2023-11-14 14:44 ` Kamil Konieczny
2023-11-14 13:44 ` [igt-dev] [PATCH v1 5/8] drm-uapi/xe: Rename query's mem_usage to mem_regions Francois Dugast
2023-11-14 15:30 ` Kamil Konieczny
2023-11-14 13:44 ` [igt-dev] [PATCH v1 6/8] drm-uapi/xe: s/FLAGS_HAS_VRAM/FLAG_HAS_VRAM Francois Dugast
2023-11-14 15:41 ` Kamil Konieczny
2023-11-14 13:44 ` [igt-dev] [PATCH v1 7/8] drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASK Francois Dugast
2023-11-14 15:50 ` Kamil Konieczny
2023-11-14 13:44 ` [igt-dev] [PATCH v1 8/8] drm-uapi/xe: Be more specific about vm_bind prefetch region Francois Dugast
2023-11-14 17:04 ` Kamil Konieczny
2023-11-14 15:11 ` [igt-dev] ✗ Fi.CI.BUILD: failure for uAPI Alignment - Renaming Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231114134426.7-1-francois.dugast@intel.com \
--to=francois.dugast@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox