All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v2 0/1] Drop relocations for new gens
@ 2021-03-17 11:17 Zbigniew Kempczyński
  2021-03-17 11:17 ` [Intel-gfx] [PATCH v2 1/1] drm/i915/gem: Drop relocation support on all new hardware Zbigniew Kempczyński
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Zbigniew Kempczyński @ 2021-03-17 11:17 UTC (permalink / raw)
  To: intel-gfx

Patch likely is temporary - until Jason will figure out where
to put his code and avoid unnecessary walk over the objects array.
I need this to find out what tests will fail when we disallow 
passing relocations data in execbuf.

Current patch
https://patchwork.freedesktop.org/patch/424069/?series=87980&rev=2
still allows passing relocation data. So we got no -EINVAL
for new hardware what is not we want.

When pread/pwrite drop + allocator series will be merge we want
to rerun of that series and see what's failing on CI.

v2: fixing incidentally left tested comparison (< 9) instead
    proper one on newer gens (< 12)

Cc: Jason Ekstrand <jason@jlekstrand.net>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>

Zbigniew Kempczyński (1):
  drm/i915/gem: Drop relocation support on all new hardware

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
2.26.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-03-17 19:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 11:17 [Intel-gfx] [PATCH v2 0/1] Drop relocations for new gens Zbigniew Kempczyński
2021-03-17 11:17 ` [Intel-gfx] [PATCH v2 1/1] drm/i915/gem: Drop relocation support on all new hardware Zbigniew Kempczyński
2021-03-17 12:01 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Drop relocations for new gens (rev2) Patchwork
2021-03-17 12:31 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-03-17 14:09 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-17 16:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-03-17 17:47 ` Patchwork
2021-03-17 19:57 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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.