All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-07  3:02 Ashutosh Dixit
  2026-04-07  3:02 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-07  3:02 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 117 +++++++++++++++--------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   3 -
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 62 insertions(+), 59 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v2 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-09 23:17 Ashutosh Dixit
  2026-04-09 23:17 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-09 23:17 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v2: Change to Patch 1

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 127 ++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   3 -
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 72 insertions(+), 59 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v3 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-11  0:48 Ashutosh Dixit
  2026-04-11  0:48 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-11  0:48 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v3: Change to Patch 1 again (see changelog in Patch 1)
v2: Change to Patch 1

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_map.h        |  14 ++++
 drivers/gpu/drm/xe/xe_oa.c         | 109 ++++++++++++++---------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   3 -
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 4 files changed, 68 insertions(+), 59 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v4 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-15  2:03 Ashutosh Dixit
  2026-04-15  2:03 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-15  2:03 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v4: Change to Patch 1 again (see changelog in Patch 1)
v3: Change to Patch 1 again (see changelog in Patch 1)
v2: Change to Patch 1

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 123 ++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   4 +-
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 70 insertions(+), 58 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v5 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-25  0:14 Ashutosh Dixit
  2026-04-25  0:14 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-25  0:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v5 though v2: Change to Patch 1 (see changelog in Patch 1)

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 123 ++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   4 +-
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 70 insertions(+), 58 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v6 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-27 19:02 Ashutosh Dixit
  2026-04-27 19:02 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-27 19:02 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v6 though v2: Change to Patch 1 (see changelog in Patch 1)

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 123 ++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   4 +-
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 70 insertions(+), 58 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v7 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-27 20:26 Ashutosh Dixit
  2026-04-27 20:26 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-27 20:26 UTC (permalink / raw)
  To: intel-xe; +Cc: Umesh Nerlige Ramappa

v7 though v2: Change to Patch 1 (see changelog in Patch 1)

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_oa.c         | 125 ++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_oa_types.h   |   4 +-
 drivers/gpu/drm/xe/xe_wa_oob.rules |   1 +
 3 files changed, 72 insertions(+), 58 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH v8 0/3] drm/xe/oa: Wa_14026633728
@ 2026-04-27 22:11 Ashutosh Dixit
  2026-04-27 22:11 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
  0 siblings, 1 reply; 30+ messages in thread
From: Ashutosh Dixit @ 2026-04-27 22:11 UTC (permalink / raw)
  To: intel-xe

v7 though v2: Change to Patch 1 (see changelog in Patch 1)
v8: Change to Patch 3 (see changelog in Patch 3)

Ashutosh Dixit (3):
  drm/xe/oa: Use xe_map layer
  drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
  drm/xe/oa: Implement Wa_14026633728

 drivers/gpu/drm/xe/xe_device_wa_oob.rules |   1 +
 drivers/gpu/drm/xe/xe_oa.c                | 126 ++++++++++++----------
 drivers/gpu/drm/xe/xe_oa_types.h          |   4 +-
 3 files changed, 73 insertions(+), 58 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2026-04-27 22:11 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07  3:02 [PATCH 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-07  3:02 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-07 22:49   ` Umesh Nerlige Ramappa
2026-04-08 15:32     ` Dixit, Ashutosh
2026-04-08 18:21       ` Umesh Nerlige Ramappa
2026-04-07  3:02 ` [PATCH 2/3] drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap Ashutosh Dixit
2026-04-07 22:52   ` Umesh Nerlige Ramappa
2026-04-07  3:02 ` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728 Ashutosh Dixit
2026-04-07 23:17   ` Umesh Nerlige Ramappa
2026-04-07  3:10 ` ✓ CI.KUnit: success for drm/xe/oa: Wa_14026633728 Patchwork
2026-04-07  3:51 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-07  5:02 ` ✓ Xe.CI.FULL: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2026-04-09 23:17 [PATCH v2 0/3] " Ashutosh Dixit
2026-04-09 23:17 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-11  0:49   ` Dixit, Ashutosh
2026-04-13 18:05     ` Umesh Nerlige Ramappa
2026-04-13 22:06       ` Dixit, Ashutosh
2026-04-11  0:48 [PATCH v3 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-11  0:48 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-15  2:03 [PATCH v4 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-15  2:03 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-24 21:05   ` Umesh Nerlige Ramappa
2026-04-24 23:56     ` Dixit, Ashutosh
2026-04-25  0:16       ` Dixit, Ashutosh
2026-04-27 18:27         ` Umesh Nerlige Ramappa
2026-04-27 19:04           ` Dixit, Ashutosh
2026-04-25  0:14 [PATCH v5 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-25  0:14 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-27 19:23   ` Umesh Nerlige Ramappa
2026-04-27 19:02 [PATCH v6 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-27 19:02 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-27 19:34   ` Umesh Nerlige Ramappa
2026-04-27 20:30     ` Dixit, Ashutosh
2026-04-27 20:26 [PATCH v7 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-27 20:26 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit
2026-04-27 22:11 [PATCH v8 0/3] drm/xe/oa: Wa_14026633728 Ashutosh Dixit
2026-04-27 22:11 ` [PATCH 1/3] drm/xe/oa: Use xe_map layer Ashutosh Dixit

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.