Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andrzej Hajda <andrzej.hajda@intel.com>
To: Nirmoy Das <nirmoy.das@linux.intel.com>, intel-gfx@lists.freedesktop.org
Cc: Chris Wilson <chris.p.wilson@linux.intel.com>,
	Jonathan Cavitt <jonathan.cavitt@intel.com>,
	Nirmoy Das <nirmoy.das@intel.com>
Subject: Re: [Intel-gfx] [PATCH v3 0/4] Apply Wa_16018031267 / Wa_16018063123
Date: Mon, 23 Oct 2023 13:35:23 +0200	[thread overview]
Message-ID: <03fdcc3a-d649-4202-990f-df9cf05e5ae4@intel.com> (raw)
In-Reply-To: <4d4705bb-573d-3c95-3c70-7313c59effe1@linux.intel.com>



On 23.10.2023 10:38, Nirmoy Das wrote:
> Hi Andrzej
>
> On 10/23/2023 9:41 AM, Andrzej Hajda wrote:
>> Hi all,
>>
>> This the series from Jonathan:
>> [PATCH v12 0/4] Apply Wa_16018031267 / Wa_16018063123
>>
>> taken over by me.
>>
>> Changes in this version are described in the patches, in short:
>> v2:
>> - use real memory as WABB destination,
>
> Do we still need the NULL PTE patch now ?

In fact no, since we are using real address.
On the other side it is still valuable, IMO, but probably better is to 
drop it from this patchset.


Regards
Andrzej

>
>
> Regards,
>
> Nirmoy
>
>> - address CI compains - do not decrease vm.total,
>> - minor reordering.
>> v3:
>> - fixed typos,
>> - removed spare defs,
>> - added tags
>>
>> Regards
>> Andrzej
>>
>> Andrzej Hajda (1):
>>    drm/i915: Reserve some kernel space per vm
>>
>> Jonathan Cavitt (3):
>>    drm/i915: Enable NULL PTE support for vm scratch
>>    drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123
>>    drm/i915: Set copy engine arbitration for Wa_16018031267 /
>>      Wa_16018063123
>>
>> .../drm/i915/gem/selftests/i915_gem_context.c |   6 ++
>>   drivers/gpu/drm/i915/gt/gen8_ppgtt.c          |  41 +++++++
>>   drivers/gpu/drm/i915/gt/intel_engine_regs.h   |   6 ++
>>   drivers/gpu/drm/i915/gt/intel_gt.h            |   4 +
>>   drivers/gpu/drm/i915/gt/intel_gt_types.h      |   2 +
>>   drivers/gpu/drm/i915/gt/intel_gtt.h           |   2 +
>>   drivers/gpu/drm/i915/gt/intel_lrc.c           | 100 +++++++++++++++++-
>>   drivers/gpu/drm/i915/gt/intel_workarounds.c   |   5 +
>>   drivers/gpu/drm/i915/gt/selftest_lrc.c        |  65 ++++++++----
>>   drivers/gpu/drm/i915/i915_drv.h               |   2 +
>>   drivers/gpu/drm/i915/i915_pci.c               |   2 +
>>   drivers/gpu/drm/i915/intel_device_info.h      |   1 +
>>   12 files changed, 215 insertions(+), 21 deletions(-)
>>
>> ---
>> Andrzej Hajda (1):
>>        drm/i915: Reserve some kernel space per vm
>>
>> Jonathan Cavitt (3):
>>        drm/i915: Enable NULL PTE support for vm scratch
>>        drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123
>>        drm/i915: Set copy engine arbitration for Wa_16018031267 / 
>> Wa_16018063123
>>
>>   .../gpu/drm/i915/gem/selftests/i915_gem_context.c  |   6 ++
>>   drivers/gpu/drm/i915/gt/gen8_ppgtt.c               |  41 +++++++++
>>   drivers/gpu/drm/i915/gt/intel_engine_regs.h        |   6 ++
>>   drivers/gpu/drm/i915/gt/intel_gt.h                 |   4 +
>>   drivers/gpu/drm/i915/gt/intel_gtt.h                |   2 +
>>   drivers/gpu/drm/i915/gt/intel_lrc.c                | 100 
>> ++++++++++++++++++++-
>>   drivers/gpu/drm/i915/gt/intel_workarounds.c        |   5 ++
>>   drivers/gpu/drm/i915/gt/selftest_lrc.c             |  65 
>> ++++++++++----
>>   drivers/gpu/drm/i915/i915_drv.h                    |   2 +
>>   drivers/gpu/drm/i915/i915_pci.c                    |   2 +
>>   drivers/gpu/drm/i915/intel_device_info.h           |   1 +
>>   11 files changed, 213 insertions(+), 21 deletions(-)
>> ---
>> base-commit: 201c8a7bd1f3f415920a2df4b8a8817e973f42fe
>> change-id: 20231020-wabb-bbe9324a69a8
>>
>> Best regards,


  reply	other threads:[~2023-10-23 11:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23  7:41 [Intel-gfx] [PATCH v3 0/4] Apply Wa_16018031267 / Wa_16018063123 Andrzej Hajda
2023-10-23  7:41 ` [Intel-gfx] [PATCH v3 1/4] drm/i915: Enable NULL PTE support for vm scratch Andrzej Hajda
2023-10-23 12:23   ` Nirmoy Das
2023-10-23 14:54     ` Andrzej Hajda
2023-10-23  7:41 ` [Intel-gfx] [PATCH v3 2/4] drm/i915: Reserve some kernel space per vm Andrzej Hajda
2023-10-23  8:49   ` Nirmoy Das
2023-10-23 11:40     ` Andrzej Hajda
2023-10-23  7:41 ` [Intel-gfx] [PATCH v3 3/4] drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123 Andrzej Hajda
2023-10-23  9:05   ` Nirmoy Das
2023-10-23 19:08     ` Andrzej Hajda
2023-10-23  7:41 ` [Intel-gfx] [PATCH v3 4/4] drm/i915: Set copy engine arbitration " Andrzej Hajda
2023-10-23  9:55   ` Nirmoy Das
2023-10-23 15:24     ` Andrzej Hajda
2023-10-23 16:06       ` Nirmoy Das
2023-10-23  8:38 ` [Intel-gfx] [PATCH v3 0/4] Apply " Nirmoy Das
2023-10-23 11:35   ` Andrzej Hajda [this message]
2023-10-23 12:20     ` Nirmoy Das

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=03fdcc3a-d649-4202-990f-df9cf05e5ae4@intel.com \
    --to=andrzej.hajda@intel.com \
    --cc=chris.p.wilson@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jonathan.cavitt@intel.com \
    --cc=nirmoy.das@intel.com \
    --cc=nirmoy.das@linux.intel.com \
    /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