From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 011E789B8F for ; Thu, 28 Oct 2021 04:41:03 +0000 (UTC) From: Ashutosh Dixit Date: Wed, 27 Oct 2021 21:40:54 -0700 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] Return actual submission methods from submission method functions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: John Harrison , Tvrtko Ursulin List-ID: Change submission method functions to return actual submission method in use in the kernel. Also change these function names to reflect this change in functionality. While at this also fix gem_ctx_shared/disjoint_timelines test requirements. Ashutosh Dixit (3): lib/i915: Return actual submission method from gem_submission_method lib/i915: Clarify gem_submission function names tests/gem_ctx_shared: Fix disjoint_timelines test requirements lib/i915/gem_scheduler.c | 2 +- lib/i915/gem_submission.c | 16 ++++++++-------- lib/i915/gem_submission.h | 6 +++--- tests/i915/gem_ctx_shared.c | 2 +- tests/i915/gem_exec_fair.c | 2 +- tests/i915/gem_watchdog.c | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) -- 2.33.0