From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (unknown [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3D34089089 for ; Wed, 2 Aug 2023 11:08:22 +0000 (UTC) From: Francois Dugast To: igt-dev@lists.freedesktop.org Date: Wed, 2 Aug 2023 11:07:49 +0000 Message-Id: <20230802110750.7-1-francois.dugast@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH 0/1] xe: Rename engine to exec_queue List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: This will be required once the kernel series below is merged as xe_drm.h will be updated: https://patchwork.freedesktop.org/series/121627/ Francois Dugast (1): xe: Rename engine to exec_queue include/drm-uapi/xe_drm.h | 104 +++++----- lib/igt_fb.c | 4 +- lib/intel_batchbuffer.c | 4 +- lib/intel_ctx.c | 2 +- lib/xe/xe_compute.c | 8 +- lib/xe/xe_ioctl.c | 80 ++++---- lib/xe/xe_ioctl.h | 32 ++-- lib/xe/xe_spin.c | 24 +-- lib/xe/xe_spin.h | 2 +- tests/intel-ci/xe-fast-feedback.testlist | 60 +++--- tests/xe/xe_ccs.c | 16 +- tests/xe/xe_create.c | 60 +++--- tests/xe/xe_dma_buf_sync.c | 8 +- tests/xe/xe_evict.c | 234 +++++++++++------------ tests/xe/xe_exec_balancer.c | 96 +++++----- tests/xe/xe_exec_basic.c | 116 +++++------ tests/xe/xe_exec_compute_mode.c | 126 ++++++------ tests/xe/xe_exec_fault_mode.c | 176 ++++++++--------- tests/xe/xe_exec_reset.c | 214 ++++++++++----------- tests/xe/xe_exec_store.c | 20 +- tests/xe/xe_exec_threads.c | 172 ++++++++--------- tests/xe/xe_exercise_blt.c | 8 +- tests/xe/xe_guc_pc.c | 46 ++--- tests/xe/xe_huc_copy.c | 8 +- tests/xe/xe_intel_bb.c | 4 +- tests/xe/xe_noexec_ping_pong.c | 16 +- tests/xe/xe_pm.c | 34 ++-- tests/xe/xe_spin_batch.c | 20 +- tests/xe/xe_vm.c | 214 ++++++++++----------- 29 files changed, 959 insertions(+), 949 deletions(-) -- 2.34.1