public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] Fix kms_cursor_legacy ENOSPC issue
@ 2023-01-11 18:12 Zbigniew Kempczyński
  2023-01-11 18:12 ` [igt-dev] [PATCH i-g-t 1/3] lib/intel_allocator: Fix alignment variable used in debug path Zbigniew Kempczyński
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Zbigniew Kempczyński @ 2023-01-11 18:12 UTC (permalink / raw)
  To: igt-dev

Previously we had luck when framebuffer offset was after bb offset
so objects didn't overlap. When reloc allocator started to keep
offsets for same handle to avoid rebind batch from second spinner
started overlapping framebuffer in the allocator leading ENOSPC.

Additionally series has allocator debug fix which I noticed during
debugging this issue.

Zbigniew Kempczyński (3):
  lib/intel_allocator: Fix alignment variable used in debug path
  lib/igt_dummyload: Don't assume dependency object size
  tests/kms_cursor_legacy: Add dependency size for spinner creation

 lib/igt_dummyload.c       | 4 +++-
 lib/igt_dummyload.h       | 1 +
 lib/intel_allocator.c     | 2 +-
 tests/kms_cursor_legacy.c | 3 ++-
 4 files changed, 7 insertions(+), 3 deletions(-)

-- 
2.34.1

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

end of thread, other threads:[~2023-01-12 13:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11 18:12 [igt-dev] [PATCH i-g-t 0/3] Fix kms_cursor_legacy ENOSPC issue Zbigniew Kempczyński
2023-01-11 18:12 ` [igt-dev] [PATCH i-g-t 1/3] lib/intel_allocator: Fix alignment variable used in debug path Zbigniew Kempczyński
2023-01-12 12:17   ` Kamil Konieczny
2023-01-11 18:12 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_dummyload: Don't assume dependency object size Zbigniew Kempczyński
2023-01-12 12:18   ` Kamil Konieczny
2023-01-11 18:12 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_cursor_legacy: Add dependency size for spinner creation Zbigniew Kempczyński
2023-01-12 13:07   ` Kamil Konieczny
2023-01-12 13:23   ` Kamil Konieczny
2023-01-11 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for Fix kms_cursor_legacy ENOSPC issue Patchwork
2023-01-12  2:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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