All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 94581] Red flood in dmesg when running applications
@ 2016-03-17  2:08 bugzilla-daemon
  2016-03-17  2:09 ` bugzilla-daemon
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-17  2:08 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 94581
           Summary: Red flood in dmesg when running applications
           Product: Mesa
           Version: 11.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: mazahakaforever@ya.ru
        QA Contact: dri-devel@lists.freedesktop.org

Hi there. Im using laptop with hybrid graphics. Intel Core i5-2450m with
integrated videocard and AMD Radeon HD 6650m as discrete.
My glxinfo output

glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.4
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.0.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:


And output with DRI_PRIME set.

DRI_PRIME=1 glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.6.2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.4
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.0.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:


So, i guess when im using DRI_PRIME environmental variable as one - kernel
tries to use discrete videocard. And when im trying to launch applications
(glxgears, etracer, steam) i got many messages in dmesg like this
[ 1376.309602] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup
failed 0xe
[ 1376.309620] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse
relocation -2!
[ 1376.822639] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup
failed 0xe
[ 1376.822661] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse
relocation -2!


Looking forward to some discussion.

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

[-- Attachment #1.2: Type: text/html, Size: 4051 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
@ 2016-03-17  2:09 ` bugzilla-daemon
  2016-03-19 18:50 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-17  2:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Vladislav Kamenev <mazahakaforever@ya.ru> ---
Also im using
uname -r
4.5.0-040500-generic
from kernel.ubuntu.com

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

[-- Attachment #1.2: Type: text/html, Size: 1022 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
  2016-03-17  2:09 ` bugzilla-daemon
@ 2016-03-19 18:50 ` bugzilla-daemon
  2016-03-21  1:12 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-19 18:50 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=34643

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

[-- Attachment #1.2: Type: text/html, Size: 1105 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
  2016-03-17  2:09 ` bugzilla-daemon
  2016-03-19 18:50 ` bugzilla-daemon
@ 2016-03-21  1:12 ` bugzilla-daemon
  2016-03-21 23:27 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21  1:12 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression

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

[-- Attachment #1.2: Type: text/html, Size: 1065 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-03-21  1:12 ` bugzilla-daemon
@ 2016-03-21 23:27 ` bugzilla-daemon
  2016-03-21 23:29 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21 23:27 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Vladislav Kamenev <mazahakaforever@ya.ru> ---
Created attachment 122472
  --> https://bugs.freedesktop.org/attachment.cgi?id=122472&action=edit
Graphic artifacts

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

[-- Attachment #1.2: Type: text/html, Size: 1198 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-03-21 23:27 ` bugzilla-daemon
@ 2016-03-21 23:29 ` bugzilla-daemon
  2016-03-21 23:33 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21 23:29 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|11.0                        |git

--- Comment #3 from Vladislav Kamenev <mazahakaforever@ya.ru> ---
Added screenshot with an graphic artifacts.
The right part of console is a Steam running with DRI_PRIME=1
And dmesg on the left.

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

[-- Attachment #1.2: Type: text/html, Size: 1840 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] 12+ messages in thread

* [Bug 94581] Red flood in dmesg when running applications
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (4 preceding siblings ...)
  2016-03-21 23:29 ` bugzilla-daemon
@ 2016-03-21 23:33 ` bugzilla-daemon
  2016-03-21 23:33 ` [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe bugzilla-daemon
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21 23:33 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical

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

[-- Attachment #1.2: Type: text/html, Size: 1047 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] 12+ messages in thread

* [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (5 preceding siblings ...)
  2016-03-21 23:33 ` bugzilla-daemon
@ 2016-03-21 23:33 ` bugzilla-daemon
  2016-03-21 23:51 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21 23:33 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Red flood in dmesg when     |[drm:radeon_cs_parser_reloc
                   |running applications        |s [radeon]] *ERROR* gem
                   |                            |object lookup failed 0xe

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

[-- Attachment #1.2: Type: text/html, Size: 1182 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] 12+ messages in thread

* [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (6 preceding siblings ...)
  2016-03-21 23:33 ` [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe bugzilla-daemon
@ 2016-03-21 23:51 ` bugzilla-daemon
  2016-03-22 15:24 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-21 23:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Vladislav Kamenev <mazahakaforever@ya.ru> ---
[  326.627005] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup
failed 0xe
[  326.627032] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse
relocation -2!
[  326.689902] radeon 0000:01:00.0: evergreen_cs_track_validate_cb:480 cb[0] bo
too small (layer size 3379200, offset 0, max layer 1, bo size 81920, slice
13199)
[  326.689907] radeon 0000:01:00.0: evergreen_cs_track_validate_cb:484
problematic surf: (1280 660) (1 4 1 0 0 0 0)
[  326.689909] radeon 0000:01:00.0: evergreen_packet3_check:1948 invalid cmd
stream 927
[  326.689938] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
[  326.690222] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup
failed 0xe
[  326.690239] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse
relocation -2!


New lines in dmesg appeared. 
DRI_PRIME=1 glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.8.0)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.3.0-devel
(git-dc9ecf5 2016-03-21 wily-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.3.0-devel (git-dc9ecf5 2016-03-21
wily-oibaf-ppa)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.3.0-devel (git-dc9ecf5
2016-03-21 wily-oibaf-ppa)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

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

[-- Attachment #1.2: Type: text/html, Size: 2662 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] 12+ messages in thread

* [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (7 preceding siblings ...)
  2016-03-21 23:51 ` bugzilla-daemon
@ 2016-03-22 15:24 ` bugzilla-daemon
  2019-07-21 18:17 ` bugzilla-daemon
  2019-10-23 13:23 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2016-03-22 15:24 UTC (permalink / raw)
  To: dri-devel


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

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

Vladislav Kamenev <mazahakaforever@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED

--- Comment #5 from Vladislav Kamenev <mazahakaforever@ya.ru> ---
Fixed by enabling DRI3 on integrated card.

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

[-- Attachment #1.2: Type: text/html, Size: 2105 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] 12+ messages in thread

* [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (8 preceding siblings ...)
  2016-03-22 15:24 ` bugzilla-daemon
@ 2019-07-21 18:17 ` bugzilla-daemon
  2019-10-23 13:23 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2019-07-21 18:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from sunny yadav <sunny639736@gmail.com> ---
Download shoebox app https://getshowbox.com no sign up and charges
required,just easy to install/

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

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

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

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

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

* [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe
  2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-07-21 18:17 ` bugzilla-daemon
@ 2019-10-23 13:23 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2019-10-23 13:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Aakash Dubey <aakashdsd26@gmail.com> ---
increasing of smartphone users these are really a threat these days so is there
any solution for that like which App to use like https://askmeapps.com/ sade or
how to stay safe from it please help me Sir thank you

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

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

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

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

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

end of thread, other threads:[~2019-10-23 13:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17  2:08 [Bug 94581] Red flood in dmesg when running applications bugzilla-daemon
2016-03-17  2:09 ` bugzilla-daemon
2016-03-19 18:50 ` bugzilla-daemon
2016-03-21  1:12 ` bugzilla-daemon
2016-03-21 23:27 ` bugzilla-daemon
2016-03-21 23:29 ` bugzilla-daemon
2016-03-21 23:33 ` bugzilla-daemon
2016-03-21 23:33 ` [Bug 94581] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0xe bugzilla-daemon
2016-03-21 23:51 ` bugzilla-daemon
2016-03-22 15:24 ` bugzilla-daemon
2019-07-21 18:17 ` bugzilla-daemon
2019-10-23 13:23 ` 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.