public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v3 01/11] tests/i915_pipe_stress: Remove unused bufmgr field
Date: Tue, 29 Nov 2022 16:12:10 +0100	[thread overview]
Message-ID: <20221129151220.131979-2-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20221129151220.131979-1-zbigniew.kempczynski@intel.com>

During rewriting this likely left incidentally even if it is not used.
Lets get rid of it.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
---
 tests/i915/i915_pipe_stress.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/i915/i915_pipe_stress.c b/tests/i915/i915_pipe_stress.c
index 6ce2ce1de2..c06bc65d2c 100644
--- a/tests/i915/i915_pipe_stress.c
+++ b/tests/i915/i915_pipe_stress.c
@@ -119,7 +119,6 @@ struct data {
 	uint64_t modifier;
 	uint32_t devid;
 	struct buf_ops *bops;
-	drm_intel_bufmgr *bufmgr;
 	drmModeModeInfo *last_mode[IGT_MAX_PIPES];
 	struct igt_fb fb[IGT_MAX_PIPES * MAX_PLANES];
 	struct igt_fb cursor_fb[IGT_MAX_PIPES];
-- 
2.34.1

  reply	other threads:[~2022-11-29 15:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 15:12 [igt-dev] [PATCH i-g-t v3 00/11] Remove libdrm remnants in i915 code Zbigniew Kempczyński
2022-11-29 15:12 ` Zbigniew Kempczyński [this message]
2022-12-05 16:48   ` [igt-dev] [PATCH i-g-t v3 01/11] tests/i915_pipe_stress: Remove unused bufmgr field Kamil Konieczny
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 02/11] tests/prime_udl: Remove intel-libdrm dependency Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 03/11] tests/prime_nv: Remove intel-libdrm calls Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 04/11] tests/drm_import_export: Remove the test Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 05/11] benchmarks/intel_upload_blit_*: Remove libdrm in upload blits Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 06/11] lib/intel_batchbuffer: Get rid of libdrm batchbuffer Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 07/11] lib/intel_decode: Get drm decode code and adopt to use in igt Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 08/11] tools/intel_dump|error_decode: Use local igt decode code Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 09/11] lib/ioctl_wrappers: Remove gem_handle_to_libdrm_bo Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 10/11] tools/meson: Move tools out of libdrm scope Zbigniew Kempczyński
2022-11-29 15:12 ` [igt-dev] [PATCH i-g-t v3 11/11] lib/meson: Remove libdrm configuration and intel_bufmgr stubs Zbigniew Kempczyński
2022-11-29 17:02 ` [igt-dev] ✓ Fi.CI.BAT: success for Remove libdrm remnants in i915 code (rev3) Patchwork
2022-11-29 21:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-11-30 15:05   ` Zbigniew Kempczyński

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=20221129151220.131979-2-zbigniew.kempczynski@intel.com \
    --to=zbigniew.kempczynski@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