All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/5] drm/i915: clean up i915_drv.h, part 1
Date: Fri, 07 Jan 2022 15:25:04 +0200	[thread overview]
Message-ID: <87k0fbllu7.fsf@intel.com> (raw)
In-Reply-To: <cover.1641561552.git.jani.nikula@intel.com>

On Fri, 07 Jan 2022, Jani Nikula <jani.nikula@intel.com> wrote:
> First five patches from [1], chopping it up a bit.

Aarrgh. Today I learned, the hard way, that you can actually specify
both files *and* rev-list to git send-email at the same time, and it'll
send all. *facepalm*.

Let's see how badly CI gets confused about this. Maybe I need to send
this yet again.

BR,
Jani.


>
> BR,
> Jani.
>
> [1] https://patchwork.freedesktop.org/series/98515/
>
>
> Jani Nikula (5):
>   drm/i915: split out i915_getparam.h from i915_drv.h
>   drm/i915: split out i915_cmd_parser.h from i915_drv.h
>   drm/i915: split out i915_gem_evict.h from i915_drv.h
>   drm/i915: split out gem/i915_gem_userptr.h from i915_drv.h
>   drm/i915: split out gem/i915_gem_tiling.h from i915_drv.h
>
>  .../gpu/drm/i915/gem/i915_gem_execbuffer.c    |  2 ++
>  drivers/gpu/drm/i915/gem/i915_gem_tiling.c    |  1 +
>  drivers/gpu/drm/i915/gem/i915_gem_tiling.h    | 18 ++++++++++
>  drivers/gpu/drm/i915/gem/i915_gem_userptr.c   |  1 +
>  drivers/gpu/drm/i915/gem/i915_gem_userptr.h   | 14 ++++++++
>  drivers/gpu/drm/i915/gt/intel_engine_cs.c     |  2 +-
>  drivers/gpu/drm/i915/gt/selftest_hangcheck.c  |  1 +
>  drivers/gpu/drm/i915/i915_cmd_parser.c        |  1 +
>  drivers/gpu/drm/i915/i915_cmd_parser.h        | 26 ++++++++++++++
>  drivers/gpu/drm/i915/i915_driver.c            |  1 +
>  drivers/gpu/drm/i915/i915_drv.h               | 34 -------------------
>  drivers/gpu/drm/i915/i915_gem.c               |  1 +
>  drivers/gpu/drm/i915/i915_gem_evict.c         |  1 +
>  drivers/gpu/drm/i915/i915_gem_evict.h         | 24 +++++++++++++
>  drivers/gpu/drm/i915/i915_gem_gtt.c           |  1 +
>  drivers/gpu/drm/i915/i915_getparam.c          |  2 ++
>  drivers/gpu/drm/i915/i915_getparam.h          | 15 ++++++++
>  drivers/gpu/drm/i915/i915_ioc32.c             |  1 +
>  drivers/gpu/drm/i915/i915_vma.c               |  3 +-
>  19 files changed, 113 insertions(+), 36 deletions(-)
>  create mode 100644 drivers/gpu/drm/i915/gem/i915_gem_tiling.h
>  create mode 100644 drivers/gpu/drm/i915/gem/i915_gem_userptr.h
>  create mode 100644 drivers/gpu/drm/i915/i915_cmd_parser.h
>  create mode 100644 drivers/gpu/drm/i915/i915_gem_evict.h
>  create mode 100644 drivers/gpu/drm/i915/i915_getparam.h

-- 
Jani Nikula, Intel Open Source Graphics Center

  parent reply	other threads:[~2022-01-07 13:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 13:20 [Intel-gfx] [PATCH 0/5] drm/i915: clean up i915_drv.h, part 1 Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 1/5] drm/i915: split out i915_getparam.h from i915_drv.h Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 2/5] drm/i915: split out i915_cmd_parser.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 3/5] drm/i915: split out i915_gem_evict.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 4/5] drm/i915: split out gem/i915_gem_userptr.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 5/5] drm/i915: split out gem/i915_gem_tiling.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 1/5] drm/i915: split out i915_getparam.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 2/5] drm/i915: split out i915_cmd_parser.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 3/5] drm/i915: split out i915_gem_evict.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 4/5] drm/i915: split out gem/i915_gem_userptr.h " Jani Nikula
2022-01-07 13:20 ` [Intel-gfx] [PATCH 5/5] drm/i915: split out gem/i915_gem_tiling.h " Jani Nikula
2022-01-07 13:25 ` Jani Nikula [this message]
2022-01-10 14:25   ` [Intel-gfx] [PATCH 0/5] drm/i915: clean up i915_drv.h, part 1 Jani Nikula
2022-01-07 13:29 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-01-07 13:30 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-01-07 13:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-01-07 18:18 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " 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=87k0fbllu7.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.