Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: create i915 bo in lmem, if available
@ 2021-10-19  9:40 Maarten Lankhorst
  2021-10-19  9:40 ` [igt-dev] [PATCH i-g-t 2/2] lib/igt_draw: Use device coherent and cpu coherent mappings for draw methods Maarten Lankhorst
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Maarten Lankhorst @ 2021-10-19  9:40 UTC (permalink / raw)
  To: igt-dev; +Cc: Maarten Lankhorst

create_bo_for_fb() should call gem_buffer_create_fb_obj, as this is the
function used to create an object in lmem. This will fix the
kms_frontbuffer_tracking tests failing on DG1.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
---
 lib/igt_fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 63f3c86e75f0..216b1d5c4aff 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -1092,7 +1092,7 @@ static int create_bo_for_fb(struct igt_fb *fb, bool prefer_sysmem)
 		if (is_i915_device(fd)) {
 			int err;
 
-			fb->gem_handle = gem_create(fd, fb->size);
+			fb->gem_handle = gem_buffer_create_fb_obj(fd, fb->size);
 			err = __gem_set_tiling(fd, fb->gem_handle,
 					       igt_fb_mod_to_tiling(fb->modifier),
 					       fb->strides[0]);
-- 
2.33.0

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

end of thread, other threads:[~2021-10-20 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19  9:40 [igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: create i915 bo in lmem, if available Maarten Lankhorst
2021-10-19  9:40 ` [igt-dev] [PATCH i-g-t 2/2] lib/igt_draw: Use device coherent and cpu coherent mappings for draw methods Maarten Lankhorst
2021-10-19 10:09   ` Ville Syrjälä
2021-10-19 10:55     ` Maarten Lankhorst
2021-10-19 10:02 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: create i915 bo in lmem, if available Ville Syrjälä
2021-10-20 13:29   ` Maarten Lankhorst
2021-10-19 11:46 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2021-10-19 14:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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