public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/3] drm/i915: Sanity Check for device memory region
@ 2021-12-08 15:34 Ramalingam C
  2021-12-08 15:34 ` [Intel-gfx] [PATCH 1/3] drm/i915: Exclude reserved stolen from driver use Ramalingam C
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Ramalingam C @ 2021-12-08 15:34 UTC (permalink / raw)
  To: intel-gfx, dri-devel

Changes for introducing the quick test on the device memory range and
also a test of detailed validation for each addr of the range with read
and write.

Detailed testing is optionally enabled with a modparam i915.memtest=1

And third patch fixes the driver accessible stolen memory.

v2: Adding a wrapper for the memtest [Chris]
v3: Handling a bisecting issue.

Chris Wilson (3):
  drm/i915: Exclude reserved stolen from driver use
  drm/i915: Sanitycheck device iomem on probe
  drm/i915: Test all device memory on probing

 drivers/gpu/drm/i915/gem/i915_gem_stolen.c |   3 +
 drivers/gpu/drm/i915/i915_params.c         |   3 +
 drivers/gpu/drm/i915/i915_params.h         |   1 +
 drivers/gpu/drm/i915/intel_memory_region.c | 128 +++++++++++++++++++++
 4 files changed, 135 insertions(+)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Intel-gfx] [PATCH 0/3] drm/i915: Sanity Check for device memory region
@ 2021-12-08 14:57 Ramalingam C
  2021-12-08 14:57 ` [Intel-gfx] [PATCH 2/3] drm/i915: Sanitycheck device iomem on probe Ramalingam C
  0 siblings, 1 reply; 18+ messages in thread
From: Ramalingam C @ 2021-12-08 14:57 UTC (permalink / raw)
  To: intel-gfx, dri-devel

Changes for introducing the quick test on the device memory range and
also a test of detailed validation for each addr of the range with read
and write.

Detailed testing is optionally enabled with a modparam i915.memtest=1

And third patch fixes the driver accessible stolen memory.

v2: Adding a wrapper for the memtest [Chris]

Chris Wilson (3):
  drm/i915: Exclude reserved stolen from driver use
  drm/i915: Sanitycheck device iomem on probe
  drm/i915: Test all device memory on probing

 drivers/gpu/drm/i915/gem/i915_gem_stolen.c |   3 +
 drivers/gpu/drm/i915/i915_params.c         |   3 +
 drivers/gpu/drm/i915/i915_params.h         |   1 +
 drivers/gpu/drm/i915/intel_memory_region.c | 128 +++++++++++++++++++++
 4 files changed, 135 insertions(+)

-- 
2.20.1


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

end of thread, other threads:[~2021-12-14  9:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 15:34 [Intel-gfx] [PATCH 0/3] drm/i915: Sanity Check for device memory region Ramalingam C
2021-12-08 15:34 ` [Intel-gfx] [PATCH 1/3] drm/i915: Exclude reserved stolen from driver use Ramalingam C
2021-12-08 15:34 ` [Intel-gfx] [PATCH 2/3] drm/i915: Sanitycheck device iomem on probe Ramalingam C
2021-12-09 16:26   ` [Intel-gfx] [PATCH v4 " Ramalingam C
2021-12-08 15:34 ` [Intel-gfx] [PATCH 3/3] drm/i915: Test all device memory on probing Ramalingam C
2021-12-08 19:59 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Sanity Check for device memory region (rev3) Patchwork
2021-12-08 20:01 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-12-08 20:30 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-09  2:30 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-12-10  3:29 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Sanity Check for device memory region (rev4) Patchwork
2021-12-10  3:31 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-12-10  3:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-10 13:51 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-12-14  6:41 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
2021-12-14  9:45 ` [Intel-gfx] [PATCH 0/3] drm/i915: Sanity Check for device memory region Ramalingam C
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 14:57 Ramalingam C
2021-12-08 14:57 ` [Intel-gfx] [PATCH 2/3] drm/i915: Sanitycheck device iomem on probe Ramalingam C
2021-12-08 15:23   ` Andi Shyti
2021-12-08 15:39     ` Ramalingam C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox