All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
@ 2016-06-15 15:49 ` bugzilla-daemon
  2016-06-19 16:42 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-06-15 15:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 607 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

cprigent <christophe.prigent@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|intel-gfx-bugs@lists.freede |
                   |sktop.org                   |
          Component|DRM/Intel                   |IGT
           Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop
                   |sktop.org                   |.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1561 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
  2016-06-15 15:49 ` [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met bugzilla-daemon
@ 2016-06-19 16:42 ` bugzilla-daemon
  2016-06-19 17:45 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-06-19 16:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2100 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

--- Comment #2 from Humberto Israel Perez Rodriguez <humberto.i.perez.rodriguez@intel.com> ---
even with 16GB of ram in APL the following tests keeps failing :

Tests cases
=============
igt@gem_userptr_blits@mlocked-unsync-normal
igt@gem_userptr_blits@mlocked-normal-sync


output :
============
IGT-Version: 1.15-g3ce58b6 (x86_64) (Linux:
4.7.0-rc2-drm-intel-nightly-ww24-commit-55d1291+ x86_64)
(gem_userptr_blits:1332) drmtest-DEBUG: Test requirement passed: fd >= 0
(gem_userptr_blits:1332) ioctl-wrappers-DEBUG: Test requirement passed: !(ret
== ENODEV && (flags & LOCAL_I915_USERPTR_UNSYNCHRONIZED) == 0 && !read_only)
(gem_userptr_blits:1332) DEBUG: Test requirement passed: !(ret == 0)
Aperture size is 268435456 MiB
Total RAM is 15,884 MiB
Not enough RAM to run test, reducing buffer count.
Testing unsynchronized mappings...
(gem_userptr_blits:1332) igt-core-DEBUG: Starting subtest:
mlocked-unsync-normal
(gem_userptr_blits:1332) intel-os-DEBUG: Checking 256 surfaces of size
1,048,576 bytes (total 268,566,528) against RAM
(gem_userptr_blits:1332) intel-os-DEBUG: Test requirement passed:
__intel_check_memory(count, size, mode, &required, &total)
(gem_userptr_blits:1332) igt-core-DEBUG: Test requirement passed:
!igt_run_in_simulation()
(gem_userptr_blits:1332) DEBUG: Test requirement passed: pin > sz
(gem_userptr_blits:1332) DEBUG: Pinning [15,428, 15,684] MiB
Killed

relevant kernel messages:
=============================
kern  :err   : [Sat Jun 18 16:18:55 2016] 32 and 0 pages still available in the
bound and unbound GPU page lists.
kern  :err   : [Sat Jun 18 16:18:55 2016] Out of memory: Kill process 1348
(gem_userptr_bli) score 1762 or sacrifice child
kern  :err   : [Sat Jun 18 16:18:55 2016] Killed process 1348 (gem_userptr_bli)
total-vm:16169932kB, anon-rss:15988692kB, file-rss:4kB, shmem-rss:0kB


looks like that is something wrong in the test itself of the test needs much
more memory ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3027 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
  2016-06-15 15:49 ` [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met bugzilla-daemon
  2016-06-19 16:42 ` bugzilla-daemon
@ 2016-06-19 17:45 ` bugzilla-daemon
  2016-07-29 13:41 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-06-19 17:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 607 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

--- Comment #3 from Emil Velikov <emil.l.velikov@gmail.com> ---
Guys have you actually looked at the following line ?
Aperture size is 268435456 MiB -- That is 256 TiB !!!

That's rather impossible amount if you ask me. So there's either a bug in IGT's
gem_aperture_size() or one of the two ioctls (I915_GEM_CONTEXT_GETPARAM
I915_GEM_GET_APERTURE) that it uses.

With a couple of print statements you should be able to quickly track the exact
offender. Good luck !

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1453 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2016-06-19 17:45 ` bugzilla-daemon
@ 2016-07-29 13:41 ` bugzilla-daemon
  2016-07-29 16:17 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-07-29 13:41 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1171 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

--- Comment #4 from cprigent <christophe.prigent@intel.com> ---
(In reply to Emil Velikov from comment #3)
> Guys have you actually looked at the following line ?
> Aperture size is 268435456 MiB -- That is 256 TiB !!!
> 
> That's rather impossible amount if you ask me. So there's either a bug in
> IGT's gem_aperture_size() or one of the two ioctls
> (I915_GEM_CONTEXT_GETPARAM I915_GEM_GET_APERTURE) that it uses.
> 
> With a couple of print statements you should be able to quickly track the
> exact offender. Good luck !

Yes, we saw it. The bug is reported to IGT (not to DRM/Intel). We propose the
test should skip.

I just checked on our IVB platform with 32 GB of memory. Looks like we would
need now 2 TB.

root@IVB102:/opt/X11R7/src/intel-gpu-tools/tests# ./gem_userptr_blits
--run-subtest mlocked-normal-sync
IGT-Version: 1.15-ge3abb20 (x86_64) (Linux: 4.7.0-nightly+ x86_64)
Aperture size is 2048 MiB
Total RAM is 31,945 MiB
Testing unsynchronized mappings...
Testing synchronized mappings...
Killed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2115 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2016-07-29 13:41 ` bugzilla-daemon
@ 2016-07-29 16:17 ` bugzilla-daemon
  2016-07-29 16:25 ` bugzilla-daemon
  2016-09-15 13:40 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-07-29 16:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 537 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

--- Comment #5 from Chris Wilson <chris@chris-wilson.co.uk> ---
(In reply to Emil Velikov from comment #3)
> Guys have you actually looked at the following line ?
> Aperture size is 268435456 MiB -- That is 256 TiB !!!
> 
> That's rather impossible amount if you ask me. So there's either a bug in
> IGT's gem_aperture_size() or one of the two ioctls

It is correct. The GTT size is 1<<48 bytes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1471 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
                   ` (4 preceding siblings ...)
  2016-07-29 16:17 ` bugzilla-daemon
@ 2016-07-29 16:25 ` bugzilla-daemon
  2016-09-15 13:40 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-07-29 16:25 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1011 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

--- Comment #6 from Chris Wilson <chris@chris-wilson.co.uk> ---
(In reply to cprigent from comment #4)
> (In reply to Emil Velikov from comment #3)
> > Guys have you actually looked at the following line ?
> > Aperture size is 268435456 MiB -- That is 256 TiB !!!
> > 
> > That's rather impossible amount if you ask me. So there's either a bug in
> > IGT's gem_aperture_size() or one of the two ioctls
> > (I915_GEM_CONTEXT_GETPARAM I915_GEM_GET_APERTURE) that it uses.
> > 
> > With a couple of print statements you should be able to quickly track the
> > exact offender. Good luck !
> 
> Yes, we saw it. The bug is reported to IGT (not to DRM/Intel). We propose
> the test should skip.

Why? The test only allocates enough to fill RAM and then tests that the buffers
are evicted for memory pressure. The messages are nothing to do with this test,
just spam.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2029 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met
       [not found] <bug-95427-502@http.bugs.freedesktop.org/>
                   ` (5 preceding siblings ...)
  2016-07-29 16:25 ` bugzilla-daemon
@ 2016-09-15 13:40 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-09-15 13:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 708 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=95427

cprigent <christophe.prigent@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dri-devel@lists.freedesktop |intel-gfx-bugs@lists.freede
                   |.org                        |sktop.org
      i915 platform|                            |BDW
         QA Contact|                            |intel-gfx-bugs@lists.freede
                   |                            |sktop.org
          Component|IGT                         |DRM/Intel

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1751 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-09-15 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-95427-502@http.bugs.freedesktop.org/>
2016-06-15 15:49 ` [Bug 95427] gem_userptr_blits@mlocked-* should skip due to memory pre-condition not met bugzilla-daemon
2016-06-19 16:42 ` bugzilla-daemon
2016-06-19 17:45 ` bugzilla-daemon
2016-07-29 13:41 ` bugzilla-daemon
2016-07-29 16:17 ` bugzilla-daemon
2016-07-29 16:25 ` bugzilla-daemon
2016-09-15 13:40 ` bugzilla-daemon

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.