dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
@ 2019-11-13 21:30 bugzilla-daemon
  2019-11-13 21:33 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-13 21:30 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 112265
           Summary: Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no
                    graphics
           Product: DRI
           Version: DRI git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: major
          Priority: not set
         Component: DRM/other
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: John.p.donnelly@oracle.com

bisect took to me to  this change that certainly reflects the behavior I am
seeing :

 5.1.0-rc5


commit 81da87f63a1edebcf8cbb811d387e353d9f89c7a (refs/bisect/bad)
Author: Thomas Zimmermann <tzimmermann@suse.de>
Date:   Tue May 21 13:08:29 2019 +0200

   drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin

   The push-to-system function forces a buffer out of video RAM. This decision
   should rather be made by the memory manager. By replacing the function with
   calls to the kunmap and unpin functions, the buffer's memory becomes
available,
   but the buffer remains in VRAM until it's evicted by a pin operation.

   This patch replaces the remaining instances of drm_gem_vram_push_to_system()
   in ast and mgag200, and removes the function from DRM.


My 1st impression is we need a method  that restores the previous behavior that
pushes the content to the device .    



I found this issue using 

gnome-desktop3-3.28.2-1.el8.x86_64

If there is a more specific. RPM  I can look at for guidance I will .

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

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

* [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
  2019-11-13 21:30 [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics bugzilla-daemon
@ 2019-11-13 21:33 ` bugzilla-daemon
  2019-11-13 21:48 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-13 21:33 UTC (permalink / raw)
  To: dri-devel


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

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

John.p.donnelly@oracle.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |John.p.donnelly@oracle.com

--- Comment #1 from John.p.donnelly@oracle.com ---
Created attachment 145949
  --> https://bugs.freedesktop.org/attachment.cgi?id=145949&action=edit
dmesg and message file on bi-sected kernel

Starting gnome 

See messages for 

  " starting gnome "

  and 

"  Stopping gnome "

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

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

* [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
  2019-11-13 21:30 [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics bugzilla-daemon
  2019-11-13 21:33 ` bugzilla-daemon
@ 2019-11-13 21:48 ` bugzilla-daemon
  2019-11-13 22:08 ` bugzilla-daemon
  2019-11-14  9:29 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-13 21:48 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from John.p.donnelly@oracle.com ---
debugfs content :


With gnome running 


 # for f in `find . -type f ` ; do 
> echo "$f :  `cat $f` " 
> done
./VGA-1/edid_override :   
./VGA-1/force :  unspecified 
./internal_clients :   
./framebuffer :  framebuffer[35]:
        allocated by = Xorg
        refcount=2
        format=XR24 little-endian (0x34325258)
        modifier=0x0
        size=1024x768
        layers:
                size[0]=1024x768
                pitch[0]=4096
                offset[0]=0
                obj[0]:(null)
framebuffer[34]:
        allocated by = [fbcon]
        refcount=1
        format=XR24 little-endian (0x34325258)
        modifier=0xb7e2c74500000010
        size=1024x768
        layers:
                size[0]=1024x768
                pitch[0]=4096
                offset[0]=4294967295
                obj[0]:(null) 
./gem_names :    name     size handles refcount 
./clients :               command   pid dev master a   uid      magic
      systemd-logind  1563   0   y    y     0          0 
./name :  mgag200 dev=0000:3d:00.0 unique=0000:3d:00.0

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

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

* [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
  2019-11-13 21:30 [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics bugzilla-daemon
  2019-11-13 21:33 ` bugzilla-daemon
  2019-11-13 21:48 ` bugzilla-daemon
@ 2019-11-13 22:08 ` bugzilla-daemon
  2019-11-14  9:29 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-13 22:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from John.p.donnelly@oracle.com ---
Created attachment 145950
  --> https://bugs.freedesktop.org/attachment.cgi?id=145950&action=edit
Running startx on the console

This likely doesn't help much 
On a 4.18 kernel  ; when I do "startx"  on the console   ; it eventually runs
gnone.

 On the bad kernel ;   I just see  x11 noise ;  then nothing .

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

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

* [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
  2019-11-13 21:30 [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-11-13 22:08 ` bugzilla-daemon
@ 2019-11-14  9:29 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-14  9:29 UTC (permalink / raw)
  To: dri-devel


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

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

Thomas Zimmermann <tzimmermann@suse.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dri-devel@lists.freedesktop |tzimmermann@suse.de
                   |.org                        |

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

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

end of thread, other threads:[~2019-11-14  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 21:30 [Bug 112265] Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics bugzilla-daemon
2019-11-13 21:33 ` bugzilla-daemon
2019-11-13 21:48 ` bugzilla-daemon
2019-11-13 22:08 ` bugzilla-daemon
2019-11-14  9:29 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).