[Desktop-packages] [Bug 1686081] Re: If -synaptics is installed, GNOME Mouse & Touchpad Settings doesn't work

2022-01-30 Thread Daniel van Vugt
Pretty sure this was fixed a few years ago, and regardless it is not
important anymore.

** Package changed: gtk+3.0 (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1686081

Title:
  If -synaptics is installed, GNOME Mouse & Touchpad Settings doesn't
  work

Status in Release Notes for Ubuntu:
  Fix Released
Status in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  Invalid
Status in xubuntu-meta package in Ubuntu:
  Fix Released
Status in gnome-control-center source package in Artful:
  Confirmed
Status in mutter source package in Artful:
  Confirmed
Status in xorg source package in Artful:
  Invalid
Status in xubuntu-meta source package in Artful:
  Fix Released

Bug description:
  I'm splitting this issue off from LP: #1685542 (which made xserver-
  xorg-input-all no longer recommend xserver-xorg-input-synaptics) for
  tracking the remaining issues.

  gnome-control-center only supports libinput. If xserver-xorg-input-
  synaptics is installed (because it's used by some desktops which
  haven't been ported to libinput yet), synaptics overrides libinput.
  That makes gnome-control-center's Mouse & Touchpad settings panel only
  show basic settings and important configurations don't work.

  Questions
  -
  1. Which desktops/apps still need -synaptics?
  - Unity
  - Xfce?
  - LXDE? LXQt?
  All the other major desktops have already been ported (LP: #1417980)

  2. Can these apps be ported or removed before 18.04 LTS is released?

  3. Can the desktops be ported and how bad is it if they are not ported
  and -synaptics is no longer available?

  4. If -synaptics can't be removed completely from 18.04 LTS, does it
  make sense to have gnome-control-center Conflicts: xserver-xorg-input-
  synaptics?

  5. Is there any other way we can fix this conflict?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1686081/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958673] Re: SRU Request for upgrade to X-Server 1.20.14 in focal/20.04-LTS

2022-01-30 Thread Daniel van Vugt
** Also affects: xorg-server (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: psychtoolbox-3 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: xorg-server (Ubuntu Jammy)
   Status: New => Fix Released

** No longer affects: psychtoolbox-3 (Ubuntu Jammy)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1958673

Title:
  SRU Request for upgrade to X-Server 1.20.14 in focal/20.04-LTS

Status in psychtoolbox-3 package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server source package in Jammy:
  Fix Released

Bug description:
  I was asked by one of your X-Server maintainers (Timo) to file a bug
  report here to request an upgrade to the current X-Server 1.20.14 for
  focal / Ubuntu 20.04-LTS from X-Server 1.20.13. I think this is called
  a SRU?

  The 1.20.14 version contains patches to fix some recent CVE's which
  are already in your 1.20.13 server, and additionally two patches from
  myself, cfe. the following merge request for the backport:

  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/778

  Therefore an upgrade to 1.20.14 would add my two patches from that
  merge request. These are trivial backports from master and X-Server
  21.1, which did not need any adaptation of the patches.

  One patch is a bug fix for a bug present in server 1.20 since day one.

  The other patch can be considered a regression fix for Ubuntu
  20.04-LTS on hybrid graphics laptops with Intel iGPU + some other
  dGPU, although this is not a regression in the X-Server itself, but
  how the video driver selection by current Ubuntu interacts with the
  server. See explanation below why i consider it a regression fix.

  One patch fixes a bug: "Fix RandR leasing for more than 1
  simultaneously active lease."

  The bug is a trivial code bug, which was there since RandR leasing was
  introduced into the 1.20 server by Keith Packard. Keith has reviewed
  my bug description and fix and agreed that it is indeed a bug and that
  my fix is correct. See the following merge request for the master
  branch with Keith's R-b in the discussion:

  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/767

  The bug triggers whenever more than one RandR output gets leased out
  simultaneously during a session. It doesn't matter if multiple outputs
  get leased to a single client application, or if multiple separate
  client applications each lease out one output, or any mix of these.

  Only the very last output leased in a session can be released back to
  the server by the corresponding client (voluntarily or due to client
  exit, crash etc.). All other previously leased out outputs by the same
  or other clients will be completely dead and unusable until the
  X-Session is terminated and the X-Server restarted. So this can be
  seen as a denial of service bug.

  Typically affected applications would be Vulkan applications using the
  direct display extension, e.g., the octave-psychtoolbox-3 package in
  Ubuntu for scientific/medical research, or high end video games which
  may use this functionality, and probably most prominently VR
  applications built with SteamVR or the OpenXR Monado runtime and VR
  compositor.

  It has been tested extensively by myself on single X-Screen and dual
  X-Screen setups with 1, 2 and three displays, leasing out 1, 2 or 3
  outputs.

  
  The second patch is "modesetting: Allow Present flips with mismatched stride 
on atomic drivers."

  It applies to the xorg-video-modesetting ddx.

  It does not fix a bug in the strict sense, but it does improve the
  quality and performance of unredirected fullscreen applications like
  video games or scientific software like octave-psychtoolbox-3 under
  PRIME render offload in a way that turns them from "technically
  correct behavior, but unusable in practice" to "good". The patch is
  based on a tip by Michel Daenzer from AMD. See the following original
  merge request for X-Server master for details:

  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/740

  On modern kernels and atomic modesetting drivers, the patch allows the
  modesetting-ddx to use page flipping for fullscreen applications even
  if the Pixmap stride between the display gpu (iGPU, e.g., Intel, AMD)
  and the render offload gpu (e.g., AMD, NVidia) is mismatched, as
  atomic modesetting drivers can easily handle that.

  Without the patch, on such mismatched stride configurations, rejecting
  the pageflip, normally the X-Server and modesetting-ddx would fall
  back to a fullscreen copy swap, executed via glamor and therefore Mesa
  as a framebuffer copy from application backbuffer to system/X-Server
  frontbuffer. This increases required memory bandwidth and thereby
  reduces cpu and gpu performance, increases latency and the potential
  for skipped

[Desktop-packages] [Bug 1846205] Re: Please add configuration option to show / hide mounted drives in Ubuntu Dock

2022-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center - 1:41.1-1ubuntu3

---
gnome-control-center (1:41.1-1ubuntu3) jammy; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Refresh
  * d/p/u/display-Allow-fractional-scaling-to-be-enabled.patch:
Ensure renderer is initialized.
It may not be the case when running with non-patched mutter, so not a
bug, but this helps in development scenarios.
  * d/p/u/Allow-tweaking-some-settings-for-Ubuntu-Dock.patch:
- Do not crash if gedit is not installed
  * ubuntu-panel: Save dock monitor by connector and support primary monitor
Dash to dock used to use the shell's monitor ID to pick the monitor in
which should be used, however this is not something that worked well
in case one switches configuration or uses a laptop in different
scenarios as the dock may be moved to the wrong display.
As per this:
 - Add a "Primary monitor" item, to bind the dock position to the
   primary monitor (whatever it is)
 - Store the selected monitor by its connector
 - Add backward compatibility support for the old 'preferred-monitor'
   key, and migrate to it.
Related to: https://github.com/micheleg/dash-to-dock/pull/1630
  * multitasking-panel: Sync workspace and monitor isolation dock settings.
When using ubuntu-dock the multitasking panel setting doesn't fully
apply, because even though the user selects to isolate workspaces, the
dock may still continue to show icons from all the workspaces.
As per this, ensure that the settings are applied also to the dock, plus
include dock-specifc settings to control multi-monitor behavior.
  * ubuntu-panel: Use libhandy widgets for the dock section.
This will help with Gtk and libadwaita porting in future, so let's just
such widgets that are also more integrated with the current g-c-c design
  * ubuntu-panel: Use more modern libadwaita widgets for dock settings.
This should make gtk4 porting even easier, plus we can be more consitent
with the majority of other g-c-c panels.
  * ubuntu-panel: Add dock specific dialog to control.
Add a dock settings dialog to control some more specific settings.
So far we only support toggling the visualization of device and trash
icons, but this could be extended more in future. (LP: #1846205)

  [ Muqtxdir ]
  * ubuntu-panel: Improve appearance-page to use more consistent look
- Make use of HdyPrefrencesPage for Appearance-panel.
- Make use of HdyPrefrencesGroup for Window colors.
- Make use of custom css style classes from appearance.css
- Update the light/dark variant preview images (LP: #1943849)

 -- Marco Trevisan (Treviño)   Mon, 31 Jan 2022
03:42:47 +0100

** Changed in: gnome-control-center (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1846205

Title:
  Please add configuration option to show / hide mounted drives in
  Ubuntu Dock

Status in gnome-control-center package in Ubuntu:
  Fix Released

Bug description:
  Reference this forum thread:
  https://ubuntuforums.org/showthread.php?t=2427998

  I have upgraded from Disco to Eoan Beta and have found that the dock
  permanently displays and icon for my Google Account's shared files. I
  can make the icon disappear from the dock via Gnome Settings -> Online
  Accounts -> Google -> Untick 'Files'. USB devices also show up in this
  way.

  It appears that this is a new Dock feature which can only be turned
  off / on via the command line thus:

  gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false
  gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts true

  I believe average users should be able to configure this via a GUI, so
  can this be incorporated into the Gnome Control Center for the 20.04
  LTS release?

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gnome-control-center 1:3.34.0.1-1ubuntu2
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  1 13:27:05 2019
  InstallationDate: Installed on 2019-09-23 (7 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to eoan on 2019-09-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1846205/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1943849] Re: [FFe] improve the appearance-page in gnome-control-center

2022-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center - 1:41.1-1ubuntu3

---
gnome-control-center (1:41.1-1ubuntu3) jammy; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Refresh
  * d/p/u/display-Allow-fractional-scaling-to-be-enabled.patch:
Ensure renderer is initialized.
It may not be the case when running with non-patched mutter, so not a
bug, but this helps in development scenarios.
  * d/p/u/Allow-tweaking-some-settings-for-Ubuntu-Dock.patch:
- Do not crash if gedit is not installed
  * ubuntu-panel: Save dock monitor by connector and support primary monitor
Dash to dock used to use the shell's monitor ID to pick the monitor in
which should be used, however this is not something that worked well
in case one switches configuration or uses a laptop in different
scenarios as the dock may be moved to the wrong display.
As per this:
 - Add a "Primary monitor" item, to bind the dock position to the
   primary monitor (whatever it is)
 - Store the selected monitor by its connector
 - Add backward compatibility support for the old 'preferred-monitor'
   key, and migrate to it.
Related to: https://github.com/micheleg/dash-to-dock/pull/1630
  * multitasking-panel: Sync workspace and monitor isolation dock settings.
When using ubuntu-dock the multitasking panel setting doesn't fully
apply, because even though the user selects to isolate workspaces, the
dock may still continue to show icons from all the workspaces.
As per this, ensure that the settings are applied also to the dock, plus
include dock-specifc settings to control multi-monitor behavior.
  * ubuntu-panel: Use libhandy widgets for the dock section.
This will help with Gtk and libadwaita porting in future, so let's just
such widgets that are also more integrated with the current g-c-c design
  * ubuntu-panel: Use more modern libadwaita widgets for dock settings.
This should make gtk4 porting even easier, plus we can be more consitent
with the majority of other g-c-c panels.
  * ubuntu-panel: Add dock specific dialog to control.
Add a dock settings dialog to control some more specific settings.
So far we only support toggling the visualization of device and trash
icons, but this could be extended more in future. (LP: #1846205)

  [ Muqtxdir ]
  * ubuntu-panel: Improve appearance-page to use more consistent look
- Make use of HdyPrefrencesPage for Appearance-panel.
- Make use of HdyPrefrencesGroup for Window colors.
- Make use of custom css style classes from appearance.css
- Update the light/dark variant preview images (LP: #1943849)

 -- Marco Trevisan (Treviño)   Mon, 31 Jan 2022
03:42:47 +0100

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1943849

Title:
  [FFe] improve the appearance-page in gnome-control-center

Status in gnome-control-center package in Ubuntu:
  Fix Released

Bug description:
  [Changes:]

  1. The Appearance-panel in gnome-control-center uses 2 GtkBox to
  center the Windows color one at the start and one at end. The problem
  in behavior arises when the window is resized one of the
  GtkFlowBoxChild moves to next line even though there is plenty of
  space in the current line or when the Window is maximized. Specially
  noticed with lower-resolution dispalys

  With the use of HdyPrefrencesPage and HdyPrefrencesGroup, the Window
  colors section stays fixed even when the window is resized or
  maximized.

  2. The Appearance-panel has extra border around the Page,
  HdyPrefrencesPage removes the extra-border

  3. The Window colors section uses thumbnails that do not resemble with
  current Yaru's look offered in 21.10 and have purple-gradient color as
  the background.

  With the use of style=content-view and icon-dropshadow the thumbnails
  stand out better in the absence of purple gardient background.

  4. The Window colors section has orange as the color for the selected
  GtkFlowBoxChild, With the use of margin as 2px the selected
  GtkFlowBoxChild has a 2px orange-color border.

  
  5. The Dock-section makes use of rounded corners around GtkListBox by using 
style=content

  6. The Dock-section makes use of HdyActionRow to replace the use of
  GtkGrid, GtkLabel, GtkListBoxRow.

  
  Orignal-issue: 
https://gitlab.gnome.org/Community/Ubuntu/gnome-control-center/-/issues/3

  MR: https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
  center/-/merge_requests/4

  see: screenshots and  screen-recordings below for before and after

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1943849/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packag

[Desktop-packages] [Bug 1954724] Re: Removing unattended-upgrades removes ubuntu-server-minimal

2022-01-30 Thread Matthew Ruffell
This has been fixed as of ubuntu-meta 1.474
https://launchpad.net/ubuntu/+source/ubuntu-meta/1.474

$ sudo apt rdepends unattended-upgrades
unattended-upgrades
Reverse Depends:
  Recommends: python3-software-properties
  Recommends: ubuntu-mate-desktop
  Recommends: ubuntu-mate-core
  Depends: freedombox
  Recommends: fbx-all
  Recommends: ubuntu-server-minimal
  Recommends: ubuntu-server

** Changed in: ubuntu-meta (Ubuntu Jammy)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1954724

Title:
  Removing unattended-upgrades removes ubuntu-server-minimal

Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta source package in Impish:
  Confirmed
Status in ubuntu-meta source package in Jammy:
  Fix Released

Bug description:
  On Impish and later, removing unattended-upgrades also removes ubuntu-
  server-minimal due to ubuntu-server-minimal depending on unattended-
  upgrades

  $ sudo apt remove unattended-upgrades
  ...
  The following packages will be REMOVED:
    ubuntu-server-minimal unattended-upgrades
  0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.

  This behaviour has changed since ubuntu-meta 1.471 [1] when the
  ubuntu-server-minimal metapackage was introduced, declaring
  unattended-upgrades as Depends.

  [1] https://launchpadlibrarian.net/550345392/ubuntu-
  meta_1.470_1.471.diff.gz

  On Focal, there was no such behaviour on a fresh ubuntu-server
  install:

  $ sudo apt remove unattended-upgrades
  ...
  The following packages will be REMOVED:
    unattended-upgrades
  0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.

  Removing unattended-upgrades is quite popular amongst our users, and
  they should be allowed to remove the package without removing the
  ubuntu-server-minimal metapackage.

  Looking at the source package for ubuntu-meta, unattended-upgrades is
  only Depends for ubuntu-server-minimal, maybe we should simply remove
  it, or instead, change to recommends?

  $ grep -Rin "unattended-upgrades" .
  ./server-minimal-armhf:23:unattended-upgrades
  ./server-minimal-riscv64:23:unattended-upgrades
  ./server-minimal-arm64:23:unattended-upgrades
  ./server-minimal-ppc64el:23:unattended-upgrades
  ./server-minimal-s390x:24:unattended-upgrades
  ./server-minimal-amd64:23:unattended-upgrades

  $ sudo apt rdepends unattended-upgrades
  unattended-upgrades
  Reverse Depends:
    Recommends: python3-software-properties
    Recommends: ubuntu-mate-desktop
    Recommends: ubuntu-mate-core
    Depends: freedombox
    Recommends: fbx-all
    Depends: ubuntu-server-minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1954724/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1846205] Re: Please add configuration option to show / hide mounted drives in Ubuntu Dock

2022-01-30 Thread Treviño
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1846205

Title:
  Please add configuration option to show / hide mounted drives in
  Ubuntu Dock

Status in gnome-control-center package in Ubuntu:
  In Progress

Bug description:
  Reference this forum thread:
  https://ubuntuforums.org/showthread.php?t=2427998

  I have upgraded from Disco to Eoan Beta and have found that the dock
  permanently displays and icon for my Google Account's shared files. I
  can make the icon disappear from the dock via Gnome Settings -> Online
  Accounts -> Google -> Untick 'Files'. USB devices also show up in this
  way.

  It appears that this is a new Dock feature which can only be turned
  off / on via the command line thus:

  gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false
  gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts true

  I believe average users should be able to configure this via a GUI, so
  can this be incorporated into the Gnome Control Center for the 20.04
  LTS release?

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gnome-control-center 1:3.34.0.1-1ubuntu2
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  1 13:27:05 2019
  InstallationDate: Installed on 2019-09-23 (7 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to eoan on 2019-09-27 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1846205/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1943849] Re: [FFe] improve the appearance-page in gnome-control-center

2022-01-30 Thread Treviño
** Changed in: gnome-control-center (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1943849

Title:
  [FFe] improve the appearance-page in gnome-control-center

Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  [Changes:]

  1. The Appearance-panel in gnome-control-center uses 2 GtkBox to
  center the Windows color one at the start and one at end. The problem
  in behavior arises when the window is resized one of the
  GtkFlowBoxChild moves to next line even though there is plenty of
  space in the current line or when the Window is maximized. Specially
  noticed with lower-resolution dispalys

  With the use of HdyPrefrencesPage and HdyPrefrencesGroup, the Window
  colors section stays fixed even when the window is resized or
  maximized.

  2. The Appearance-panel has extra border around the Page,
  HdyPrefrencesPage removes the extra-border

  3. The Window colors section uses thumbnails that do not resemble with
  current Yaru's look offered in 21.10 and have purple-gradient color as
  the background.

  With the use of style=content-view and icon-dropshadow the thumbnails
  stand out better in the absence of purple gardient background.

  4. The Window colors section has orange as the color for the selected
  GtkFlowBoxChild, With the use of margin as 2px the selected
  GtkFlowBoxChild has a 2px orange-color border.

  
  5. The Dock-section makes use of rounded corners around GtkListBox by using 
style=content

  6. The Dock-section makes use of HdyActionRow to replace the use of
  GtkGrid, GtkLabel, GtkListBoxRow.

  
  Orignal-issue: 
https://gitlab.gnome.org/Community/Ubuntu/gnome-control-center/-/issues/3

  MR: https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
  center/-/merge_requests/4

  see: screenshots and  screen-recordings below for before and after

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1943849/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959539] [NEW] /usr/lib/bluetooth/bluetoothd:6:pthread_kill:raise:abort:_dbus_abort:_dbus_warn_check_failed

2022-01-30 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1959436 ***
https://bugs.launchpad.net/bugs/1959436

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.63-0ubuntu1, 
the problem page at 
https://errors.ubuntu.com/problem/5c18bed1d04b406b7de6228a2ec473c055398dba 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1959539

Title:
  
/usr/lib/bluetooth/bluetoothd:6:pthread_kill:raise:abort:_dbus_abort:_dbus_warn_check_failed

Status in bluez package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.63-0ubuntu1, 
the problem page at 
https://errors.ubuntu.com/problem/5c18bed1d04b406b7de6228a2ec473c055398dba 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1959539/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959538] [NEW] /usr/lib/bluetooth/bluetoothd:6:_dbus_abort:_dbus_warn_check_failed:dbus_message_new_method_call:release_endpoint:path_free

2022-01-30 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1959436 ***
https://bugs.launchpad.net/bugs/1959436

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.62-0ubuntu2, 
the problem page at 
https://errors.ubuntu.com/problem/7f12e3bc327e1b016cc3bf3e76fb55423481bbb2 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: impish jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1959538

Title:
  
/usr/lib/bluetooth/bluetoothd:6:_dbus_abort:_dbus_warn_check_failed:dbus_message_new_method_call:release_endpoint:path_free

Status in bluez package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.62-0ubuntu2, 
the problem page at 
https://errors.ubuntu.com/problem/7f12e3bc327e1b016cc3bf3e76fb55423481bbb2 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1959538/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959540] [NEW] /usr/lib/bluetooth/bluetoothd:6:_dbus_abort:_dbus_warn_check_failed:dbus_message_iter_append_basic:dbus_message_append_args_valist:dbus_message_append_args

2022-01-30 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1959436 ***
https://bugs.launchpad.net/bugs/1959436

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.63-0ubuntu1, 
the problem page at 
https://errors.ubuntu.com/problem/320dba7195137f2a2c63ed9b9655d5a79f744a65 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: impish jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1959540

Title:
  
/usr/lib/bluetooth/bluetoothd:6:_dbus_abort:_dbus_warn_check_failed:dbus_message_iter_append_basic:dbus_message_append_args_valist:dbus_message_append_args

Status in bluez package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
bluez.  This problem was most recently seen with package version 5.63-0ubuntu1, 
the problem page at 
https://errors.ubuntu.com/problem/320dba7195137f2a2c63ed9b9655d5a79f744a65 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1959540/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870597] Re: libinput says "your system is too slow"

2022-01-30 Thread Daniel van Vugt
I see the messages with higher numbers than 20ms in some bug reports so
the above change won't really solve it, just reduce the number of people
who see the message.

Luckily, gnome-shell 40 in Ubuntu 21.10 and gnome-shell 41/42 in Ubuntu
22.04 changes the input system to fix more cases. Maybe not 100%
still...

The kernel bug also sounds very relevant:
https://bugzilla.kernel.org/show_bug.cgi?id=212461

** Bug watch added: gitlab.freedesktop.org/libinput/libinput/-/issues #711
   https://gitlab.freedesktop.org/libinput/libinput/-/issues/711

** Also affects: libinput via
   https://gitlab.freedesktop.org/libinput/libinput/-/issues/711
   Importance: Unknown
   Status: Unknown

** Also affects: libinput (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libinput (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: libinput (Ubuntu)
   Status: New => Fix Committed

** Tags added: fixed-in-libinput-1.20

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1870597

Title:
  libinput says "your system is too slow"

Status in GNOME Shell:
  Unknown
Status in libinput:
  Unknown
Status in Linux:
  Confirmed
Status in libinput package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Triaged
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  During the freeze, the output of the install had a message from "gdm-
  x-session" saying "your system is too slow".

  To reproduce:
  1. Launch the Ubuntu installer
  2. Begin the installation process
  3. When the installation process begins, move the cursor around
  4. Notice how the PC freezes and drops mouse events

  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  gnome-shell:
Installed: 3.36.0-2ubuntu2
Candidate: 3.36.0-2ubuntu2
Version table:
   *** 3.36.0-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CasperVersion: 1.442
  Date: Fri Apr  3 14:24:21 2020
  DisplayManager: gdm3
  GsettingsChanges:
   
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:0810]
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. Inspiron 5570
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+b

[Desktop-packages] [Bug 1876641] Re: gnome-shell leaks hundreds of megabytes when the dock option 'show-trash' is enabled.

2022-01-30 Thread Daniel van Vugt
Bug 1955058 mentions the issue is still present in ubuntu-dock with
gnome-shell 40.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in
Ubuntu.
https://bugs.launchpad.net/bugs/1876641

Title:
  gnome-shell leaks hundreds of megabytes when the dock option 'show-
  trash' is enabled.

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Triaged

Bug description:
  Gnome shell is the single largest resident memory user on my system.

  It was hovering at ~700mb, then with a few minutes of use of the
  system (nothing in particular, mostly shell windows, one google-chrome
  window) - spiked to ~980mb or so, before retreating to 903m.

  Even with 16gb of ram, that's a huge chunk of the system.

  I've not been able to identify anything in particular that I'm doing
  that triggers the growth.

  In https://bugs.launchpad.net/ubuntu/+source/gnome-
  shell/+bug/1856838/comments/5, it was suggested to open a new bug,
  instead of adding to one of the several existing bugs for this.  I'm
  happy to help try and debug this, but it's not clear where to start.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.1-5ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  3 17:32:52 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-11-18 (532 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.1-3ubuntu3
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to focal on 2020-04-18 (15 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1876641/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959531] Re: PCI/internal sound card (chtnau8824) not detected in kernel 5.13 (Dummy output)

2022-01-30 Thread wolff
** Description changed:

  I was running Ubuntu 20.04 flawlessly, but when I got an update from the 
kernel 5.11 to the 5.13, then I got the dummy output e no sound comes out from 
my speakers or mic.
  I made a fresh install without updating and I got the sound back. When I 
update the issue comes back.
- The same problem occurs on other distros with the 5.13 kernel and with the 
5.15 as well.
+ The same problem occurs in other distros with the 5.13 kernel and with the 
5.15 as well.
+ I've seen occur in Pop!_OS both 20.04 and 21.10 and in Ubuntu 21.10 with the 
related kernels. No troubleshooting fixed the issue.
  
  When my sound was working the name of my audio device was chtnau8824.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  wolff  1337 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  wolff  1337 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 20:46:48 2022
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2018
  dmi.bios.release: 8.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 8.17
  dmi.board.asset.tag: Default string
  dmi.board.name: PC024
  dmi.board.vendor: MULTILASER
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: MULTILASER
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr8.17:bd03/15/2018:br8.17:svnMULTILASER:pnPC024:pvr1:rvnMULTILASER:rnPC024:rvr1.0:cvnMULTILASER:ct10:cvr1:skuPN20170328466:
  dmi.product.family: EMI30P3S5M122L24B303T0C00W1H2G0G0A0C0P1C0D0C1801M0N1X1WOS
  dmi.product.name: PC024
  dmi.product.sku: PN20170328466
  dmi.product.version: 1
  dmi.sys.vendor: MULTILASER

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1959531

Title:
  PCI/internal sound card (chtnau8824) not detected in kernel 5.13
  (Dummy output)

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I was running Ubuntu 20.04 flawlessly, but when I got an update from the 
kernel 5.11 to the 5.13, then I got the dummy output e no sound comes out from 
my speakers or mic.
  I made a fresh install without updating and I got the sound back. When I 
update the issue comes back.
  The same problem occurs in other distros with the 5.13 kernel and with the 
5.15 as well.
  I've seen occur in Pop!_OS both 20.04 and 21.10 and in Ubuntu 21.10 with the 
related kernels. No troubleshooting fixed the issue.

  When my sound was working the name of my audio device was chtnau8824.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolff  1337 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 20:46:48 2022
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2018
  dmi.bios.release: 8.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 8.17
  dmi.board.asset.tag: Default string
  dmi.board.name: PC024
  dmi.board.vendor: MULTILASER
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: MULTILASER
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr8.17:bd03/15/2018:br8.17:svnMULTILASER:pnPC024:pvr1:rvnMULTILASER:rnPC024:rvr1.0:cvnMULTILASER:ct10:cvr1:skuPN20170328466:
  dmi.product.family: EMI30P3S5M122L24B303T0C00W1H2G0G0A0C0P1C0D0C1801M0N1X1WOS
  dmi.product.name: PC024
  dmi.product.sku: PN20170328466
  dmi.product.version: 1
  dmi.sys.vendor: MULTILASER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1959531/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad

[Desktop-packages] [Bug 1869272] Re: [Wishlist] Option to remove trash and home folders from desktop

2022-01-30 Thread Gunnar Hjalmarsson
@Marco: To me it looks like the Home folder is still shown on the
desktop by default, while the Trash folder is hidden via an ubuntu-
settings override.

No need for dconf-editor. Just right click the desktop, select Desktop
Icons Settings, and show/hide stuff to your liking.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1869272

Title:
  [Wishlist] Option to remove trash and home folders from desktop

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Feature proposal: Why do I need to type a command if I want to remove
  the trash and/or the home folder(s) from the desktop? There should be
  an option in the Appearance tab:

  The new interface:
  _
  |Window colors   |
  |_   |
  |[ ||]   |
  |[ ||]   |
  |[ ||]   |
  |[ ||]   |
  |[Light|  Standard  |Dark]   |
  ||
  |Dock|
  ||
  |Auto-hide the dock [x]  |
  |Icon size  [===--]  |
  |Position on screen  [Left]  |
  ||
  |Desktop |
  ||
  |Show trash folder  [x]  |
  |Show home folder   [x]  |
  ||
  ||
  ||
  ||

  I did it with this text editor. You should be able to do it faster than me.
  I want the feature now!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869272/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959531] Re: PCI/internal sound card (chtnau8824) not detected in kernel 5.13 (Dummy output)

2022-01-30 Thread wolff
** Summary changed:

- PCI/internal sound card (chtnau8824) not detected on kernel 5.13 (Dummy 
output)
+ PCI/internal sound card (chtnau8824) not detected in kernel 5.13 (Dummy 
output)

** Tags added: kernel-bug

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1959531

Title:
  PCI/internal sound card (chtnau8824) not detected in kernel 5.13
  (Dummy output)

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I was running Ubuntu 20.04 flawlessly, but when I got an update from the 
kernel 5.11 to the 5.13, then I got the dummy output e no sound comes out from 
my speakers or mic.
  I made a fresh install without updating and I got the sound back. When I 
update the issue comes back.
  The same problem occurs on other distros with the 5.13 kernel and with the 
5.15 as well.

  When my sound was working the name of my audio device was chtnau8824.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolff  1337 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 20:46:48 2022
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2018
  dmi.bios.release: 8.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 8.17
  dmi.board.asset.tag: Default string
  dmi.board.name: PC024
  dmi.board.vendor: MULTILASER
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: MULTILASER
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr8.17:bd03/15/2018:br8.17:svnMULTILASER:pnPC024:pvr1:rvnMULTILASER:rnPC024:rvr1.0:cvnMULTILASER:ct10:cvr1:skuPN20170328466:
  dmi.product.family: EMI30P3S5M122L24B303T0C00W1H2G0G0A0C0P1C0D0C1801M0N1X1WOS
  dmi.product.name: PC024
  dmi.product.sku: PN20170328466
  dmi.product.version: 1
  dmi.sys.vendor: MULTILASER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1959531/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959531] [NEW] PCI/internal sound card (chtnau8824) not detected on kernel 5.13 (Dummy output)

2022-01-30 Thread wolff
Public bug reported:

I was running Ubuntu 20.04 flawlessly, but when I got an update from the kernel 
5.11 to the 5.13, then I got the dummy output e no sound comes out from my 
speakers or mic.
I made a fresh install without updating and I got the sound back. When I update 
the issue comes back.
The same problem occurs on other distros with the 5.13 kernel and with the 5.15 
as well.

When my sound was working the name of my audio device was chtnau8824.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wolff  1337 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 30 20:46:48 2022
InstallationDate: Installed on 2022-01-30 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/15/2018
dmi.bios.release: 8.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 8.17
dmi.board.asset.tag: Default string
dmi.board.name: PC024
dmi.board.vendor: MULTILASER
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: MULTILASER
dmi.chassis.version: 1
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr8.17:bd03/15/2018:br8.17:svnMULTILASER:pnPC024:pvr1:rvnMULTILASER:rnPC024:rvr1.0:cvnMULTILASER:ct10:cvr1:skuPN20170328466:
dmi.product.family: EMI30P3S5M122L24B303T0C00W1H2G0G0A0C0P1C0D0C1801M0N1X1WOS
dmi.product.name: PC024
dmi.product.sku: PN20170328466
dmi.product.version: 1
dmi.sys.vendor: MULTILASER

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1959531

Title:
  PCI/internal sound card (chtnau8824) not detected on kernel 5.13
  (Dummy output)

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I was running Ubuntu 20.04 flawlessly, but when I got an update from the 
kernel 5.11 to the 5.13, then I got the dummy output e no sound comes out from 
my speakers or mic.
  I made a fresh install without updating and I got the sound back. When I 
update the issue comes back.
  The same problem occurs on other distros with the 5.13 kernel and with the 
5.15 as well.

  When my sound was working the name of my audio device was chtnau8824.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolff  1337 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 20:46:48 2022
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2018
  dmi.bios.release: 8.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 8.17
  dmi.board.asset.tag: Default string
  dmi.board.name: PC024
  dmi.board.vendor: MULTILASER
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: MULTILASER
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr8.17:bd03/15/2018:br8.17:svnMULTILASER:pnPC024:pvr1:rvnMULTILASER:rnPC024:rvr1.0:cvnMULTILASER:ct10:cvr1:skuPN20170328466:
  dmi.product.family: EMI30P3S5M122L24B303T0C00W1H2G0G0A0C0P1C0D0C1801M0N1X1WOS
  dmi.product.name: PC024
  dmi.product.sku: PN20170328466
  dmi.product.version: 1
  dmi.sys.vendor: MULTILASER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1959531/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959530] [NEW] Audacious license is showed in Ubuntu Software as proprietary

2022-01-30 Thread Sky
Public bug reported:

As mentioned in https://askubuntu.com/questions/1390016/why-ubuntu-
software-center-show-audacious-as-proprietary-software... Screenshot:
https://i.stack.imgur.com/EcKEO.png Audacious is free open source
project but Ubuntu Software show license as proprietary. That is the
bug. PS: experience on ask ubuntu (above link) was really unpleasant.
Apparently mod (Thomas Ward) do not get meaning of post and so does not
user Nmath (who left post that ended deleted)... By user Terrance
suggestion i am reporting this bug...

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-software (not installed)
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 30 23:48:01 2022
InstallationDate: Installed on 2022-01-29 (1 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "Screenshot from 2022-01-30 03-36-03.png"
   
https://bugs.launchpad.net/bugs/1959530/+attachment/5558345/+files/Screenshot%20from%202022-01-30%2003-36-03.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1959530

Title:
  Audacious license is showed in Ubuntu Software as proprietary

Status in gnome-software package in Ubuntu:
  New

Bug description:
  As mentioned in https://askubuntu.com/questions/1390016/why-ubuntu-
  software-center-show-audacious-as-proprietary-software... Screenshot:
  https://i.stack.imgur.com/EcKEO.png Audacious is free open source
  project but Ubuntu Software show license as proprietary. That is the
  bug. PS: experience on ask ubuntu (above link) was really unpleasant.
  Apparently mod (Thomas Ward) do not get meaning of post and so does
  not user Nmath (who left post that ended deleted)... By user Terrance
  suggestion i am reporting this bug...

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software (not installed)
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 23:48:01 2022
  InstallationDate: Installed on 2022-01-29 (1 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1959530/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959527] [NEW] Behringer UMC22 lost capture support

2022-01-30 Thread Ohad Lutzky
Public bug reported:

Ubuntu release: 21.10
alsa-base version: 1.0.25+dfsg-0ubuntu7
Kernel version: 5.13.0-27-generic #29-Ubuntu SMP Wed Jan 12 17:36:47 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

I have a Behringer U-Phoria UMC22 USB audio device, which in previous
versions of Ubuntu correctly supports both output and capture. Upon
upgrading to 21.10, it has lost capture support. The hardware itself
still captures correctly, verified on a ChromeOS device.

The result of running alsa-info is here: http://alsa-
project.org/db/?f=29a30af604267a2dc591610d06fce3175b379b86

The relevant device is "USB Audio CODEC" (this is how it was identified
in previous versions of Ubuntu as well, as well as ChromeOS). Indeed,
under "Mixer controls for card CODEC", there is no capture channel.

Indeed, Settings->Sound doesn't show this device as an input option. It
works fine as an output option. I would expect this to show up as an
input option, as it did with previous versions of ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: alsa-base 1.0.25+dfsg-0ubuntu7
ProcVersionSignature: Ubuntu 5.13.0-27.29-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  ohad   2558 F pulseaudio
 /dev/snd/controlC3:  ohad   2558 F pulseaudio
 /dev/snd/controlC0:  ohad   2558 F pulseaudio
 /dev/snd/pcmC0D0p:   ohad   2558 F...m pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 30 21:20:43 2022
InstallationDate: Installed on 2019-06-25 (950 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: alsa-driver
UpgradeStatus: Upgraded to impish on 2022-01-25 (4 days ago)
dmi.bios.date: 10/09/2020
dmi.bios.release: 1.29
dmi.bios.vendor: LENOVO
dmi.bios.version: R0YET46W (1.29 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20N8000RUK
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.22
dmi.modalias: 
dmi:bvnLENOVO:bvrR0YET46W(1.29):bd10/09/2020:br1.29:efr1.22:svnLENOVO:pn20N8000RUK:pvrThinkPadE490:rvnLENOVO:rn20N8000RUK:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20N8_BU_SMB_FM_ThinkPadE490:
dmi.product.family: ThinkPad E490
dmi.product.name: 20N8000RUK
dmi.product.sku: LENOVO_MT_20N8_BU_SMB_FM_ThinkPad E490
dmi.product.version: ThinkPad E490
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1959527

Title:
  Behringer UMC22 lost capture support

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu release: 21.10
  alsa-base version: 1.0.25+dfsg-0ubuntu7
  Kernel version: 5.13.0-27-generic #29-Ubuntu SMP Wed Jan 12 17:36:47 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

  I have a Behringer U-Phoria UMC22 USB audio device, which in previous
  versions of Ubuntu correctly supports both output and capture. Upon
  upgrading to 21.10, it has lost capture support. The hardware itself
  still captures correctly, verified on a ChromeOS device.

  The result of running alsa-info is here: http://alsa-
  project.org/db/?f=29a30af604267a2dc591610d06fce3175b379b86

  The relevant device is "USB Audio CODEC" (this is how it was
  identified in previous versions of Ubuntu as well, as well as
  ChromeOS). Indeed, under "Mixer controls for card CODEC", there is no
  capture channel.

  Indeed, Settings->Sound doesn't show this device as an input option.
  It works fine as an output option. I would expect this to show up as
  an input option, as it did with previous versions of ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 5.13.0-27.29-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  ohad   2558 F pulseaudio
   /dev/snd/controlC3:  ohad   2558 F pulseaudio
   /dev/snd/controlC0:  ohad   2558 F pulseaudio
   /dev/snd/pcmC0D0p:   ohad   2558 F...m pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 21:20:43 2022
  InstallationDate: Installed on 2019-06-25 (950 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: Upgraded to impish on 2022-01-25 (4 days ago)
  dmi.bios.date: 10/09/2020
  dmi.bios.release: 1.29
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0YET46W (1

[Desktop-packages] [Bug 1959525] ProcModules.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558328/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan

[Desktop-packages] [Bug 1959525] UdevDb.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558329/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:2

[Desktop-packages] [Bug 1959525] XorgLog.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558330/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] XorgLogOld.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558331/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 3

[Desktop-packages] [Bug 1959525] acpidump.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558332/+files/acpidump.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15

[Desktop-packages] [Bug 1959525] Dependencies.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558317/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  J

[Desktop-packages] [Bug 1959525] DpkgLog.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558318/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] Lsusb-v.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558303/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] PaInfo.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558304/+files/PaInfo.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:2

[Desktop-packages] [Bug 1959525] UdevDb.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558311/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:2

[Desktop-packages] [Bug 1959525] RfKill.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558310/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:2

[Desktop-packages] [Bug 1959525] ProcInterrupts.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558327/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.

[Desktop-packages] [Bug 1959525] ProcEnviron.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558326/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan

[Desktop-packages] [Bug 1959525] ProcCpuinfoMinimal.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558325/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting 

[Desktop-packages] [Bug 1959525] Lsusb-v.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558324/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] Lsusb-t.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558323/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] Lsusb.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558322/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 

[Desktop-packages] [Bug 1959525] Lspci-vt.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558321/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15

[Desktop-packages] [Bug 1959525] HookError_ubuntu.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "HookError_ubuntu.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558319/+files/HookError_ubuntu.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enab

[Desktop-packages] [Bug 1959525] Lspci.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558320/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 

[Desktop-packages] [Bug 1959525] CurrentDmesg.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558316/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  J

[Desktop-packages] [Bug 1959525] acpidump.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558315/+files/acpidump.txt

** Also affects: libdrm (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: apport-hook-error

** Description changed:

  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.
  
  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 Y4M1-II kernel: Kernel command line: 
root=UUID=1f611ee1-b4c4-4178-8681-c1e1fe158f52 ro rootflags=subvol=@ 
amdgpu.ppfeaturemask=0x amd_iommu=on iommu=pt kvm_amd.npt=1 
kvm_amd.avic=1 vfio-pci.ids=10de:1c03,10de:10f1 quiet splash vt.handoff=7 
initrd=@\boot\initrd.img-5.1

[Desktop-packages] [Bug 1959525] XorgLogOld.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558314/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 3

[Desktop-packages] [Bug 1959525] XorgLog.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558313/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] WifiSyslog.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558312/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 3

[Desktop-packages] [Bug 1959525] ProcInterrupts.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558308/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.

[Desktop-packages] [Bug 1959525] ProcModules.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558309/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan

[Desktop-packages] [Bug 1959525] ProcCpuinfoMinimal.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558306/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting 

[Desktop-packages] [Bug 1959525] ProcEnviron.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558307/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan

[Desktop-packages] [Bug 1959525] ProcCpuinfo.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558305/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan

[Desktop-packages] [Bug 1959525] Lspci-vt.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558300/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15

[Desktop-packages] [Bug 1959525] Lsusb.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558301/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 

[Desktop-packages] [Bug 1959525] Lsusb-t.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558302/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] Lspci.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558299/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 

[Desktop-packages] [Bug 1959525] AlsaInfo.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558293/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15

[Desktop-packages] [Bug 1959525] IwConfig.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558298/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15

[Desktop-packages] [Bug 1959525] DpkgLog.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558297/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:5

[Desktop-packages] [Bug 1959525] CurrentDmesg.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558295/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  J

[Desktop-packages] [Bug 1959525] Dependencies.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1959525/+attachment/5558296/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  J

[Desktop-packages] [Bug 1959525] CRDA.txt

2022-01-30 Thread Jonas Gamao
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1959525/+attachment/5558294/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-amdgpu in Ubuntu.
https://bugs.launchpad.net/bugs/1959525

Title:
  Occasional no display output on 6900XT or if been idle for too long

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  ## No output at boot
  The dmesg I attached is from when nothing showed at boot.

  Journal output:
  $ journalctl -r --grep amdgpu
  -- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with 
error -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
  Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
  Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: 
finishing device.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error 
during GPU init
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
  Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is 
initialized successfully!
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios 
provided pptable
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS 
from VFCT
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
  Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
  Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
  Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
  Jan 30 15:50:24 Y4

[Desktop-packages] [Bug 1959525] [NEW] Occasional no display output on 6900XT or if been idle for too long

2022-01-30 Thread Jonas Gamao
Public bug reported:

## No output at boot
The dmesg I attached is from when nothing showed at boot.

Journal output:
$ journalctl -r --grep amdgpu
-- Journal begins at Thu 2022-01-27 05:36:17 EST, ends at Sun 2022-01-30 
15:58:40 EST. --
Jan 30 15:50:24 Y4M1-II kernel: amdgpu: probe of :0c:00.0 failed with error 
-110
Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: ttm finalized
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_init+0x77/0x1000 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_load_kms.cold+0x46/0x83 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_driver_unload_kms+0x43/0x70 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_fini+0xc5/0x1e5 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_device_ip_fini.isra.0+0x206/0x2cd 
[amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  gmc_v10_0_sw_fini+0x33/0x40 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_bo_fini+0x12/0x50 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_ttm_fini+0xab/0x100 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel:  amdgpu_vram_mgr_fini+0xe8/0x160 [amdgpu]
Jan 30 15:50:24 Y4M1-II kernel: Modules linked in: hid_generic usbhid hid 
amdgpu(+) iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
crct10dif_pclmul syscopyarea crc32_pclmul sysfillrect ghash_clmulni_intel 
sysimgblt fb_sys_fops cec aesni_intel rc_core crypto_simd cryptd drm nvme ahci 
xhci_pci i2c_piix4 nvme_core igc libahci xhci_pci_renesas wmi
Jan 30 15:50:24 Y4M1-II kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* 
Fail to stop psp ring
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: amdgpu: finishing 
device.
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fatal error during 
GPU init
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: 
amdgpu_device_ip_init failed
Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* 
hw_init of IP block  failed -110
Jan 30 15:50:24 Y4M1-II kernel: [drm:amdgpu_gfx_enable_kcq.cold [amdgpu]] 
*ERROR* KCQ enable failed
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: 
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU is initialized 
successfully!
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: use vbios provided 
pptable
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SMU driver if 
version not matched
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: smu driver if 
version = 0x003d, smu fw if version = 0x0040, smu fw version = 
0x003a4700 (58.71.0)
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SECUREDISPLAY: 
securedisplay ta ucode is not available
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Will use PSP to 
load VCN firmware
Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of GTT memory ready.
Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu: 16368M of VRAM memory ready
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: AGP: 267894784M 
0x0084 - 0x
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: GART: 512M 
0x - 0x1FFF
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: VRAM: 16368M 
0x0080 - 0x0083FEFF (16368M used)
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: SRAM ECC is not 
presented.
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: MEM ECC is not 
presented.
Jan 30 15:50:24 Y4M1-II kernel: amdgpu: ATOM BIOS: 113-EXT800216-L05
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Fetched VBIOS from 
VFCT
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: amdgpu: Trusted Memory 
Zone (TMZ) feature not supported
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: enabling device (0006 -> 
0007)
Jan 30 15:50:24 Y4M1-II kernel: amdgpu :0c:00.0: vgaarb: deactivate vga 
console
Jan 30 15:50:24 Y4M1-II kernel: fb0: switching to amdgpudrmfb from EFI VGA
Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Topology: Add CPU node
Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Virtual CRAT table created for CPU
Jan 30 15:50:24 Y4M1-II kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Jan 30 15:50:24 Y4M1-II kernel: [drm] amdgpu kernel modesetting enabled.
Jan 30 15:50:24 Y4M1-II kernel: Kernel command line: 
root=UUID=1f611ee1-b4c4-4178-8681-c1e1fe158f52 ro rootflags=subvol=@ 
amdgpu.ppfeaturemask=0x amd_iommu=on iommu=pt kvm_amd.npt=1 
kvm_amd.avic=1 vfio-pci.ids=10de:1c03,10de:10f1 quiet splash vt.handoff=7 
initrd=@\boot\initrd.img-5.13.0-27-generic
Jan 30 15:50:24 Y4M1-II kernel: Command line: 
root=UUID=1f611ee1-b4c4-4178-8681-c1e1fe158f52 ro rootflags=subvol=@ 
amdgpu.ppfeaturemask=0x amd_iommu=on iommu=pt kvm_amd.npt=1 
kvm_amd.avic=1 vfio-pci.ids=10de:1c03,10de:10f1 quiet splash vt.handoff=7 
initrd=@\boot\initrd.img-5.13.0-27-generic

##Re: when idle
After the display has

[Desktop-packages] [Bug 1959513] [NEW] image crashes image viewer

2022-01-30 Thread andrew g
Public bug reported:

when viewing pixie02.jpg image crashes the image viewer

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: eog 3.36.3-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 30 10:57:16 2022
ExecutablePath: /usr/bin/eog
InstallationDate: Installed on 2022-01-30 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: eog (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "pixie02.jpg"
   
https://bugs.launchpad.net/bugs/1959513/+attachment/5558270/+files/pixie02.jpg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1959513

Title:
  image crashes image viewer

Status in eog package in Ubuntu:
  New

Bug description:
  when viewing pixie02.jpg image crashes the image viewer

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: eog 3.36.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 10:57:16 2022
  ExecutablePath: /usr/bin/eog
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1959513/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959512] [NEW] playing a video cause the video player to crash

2022-01-30 Thread andrew g
Public bug reported:

when attempting to play the vp8.webm file causes the Videos file to
crash

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libgstreamer1.0-0 1.16.2-2
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 30 10:36:31 2022
ExecutablePath: /usr/bin/totem
InstallationDate: Installed on 2022-01-30 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "vp8.webm"
   https://bugs.launchpad.net/bugs/1959512/+attachment/5558263/+files/vp8.webm

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1959512

Title:
   playing a video cause the video player to crash

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  when attempting to play the vp8.webm file causes the Videos file to
  crash

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libgstreamer1.0-0 1.16.2-2
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 30 10:36:31 2022
  ExecutablePath: /usr/bin/totem
  InstallationDate: Installed on 2022-01-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1959512/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959509] [NEW] package libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1 failed to install/upgrade: no se puede abrir el fichero de disparadores ci `/var/lib/dpkg/info/libjav

2022-01-30 Thread José Aguilera
Public bug reported:

I don't understand the error.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
NonfreeKernelModules: lkp_Ubuntu_5_4_0_80_90_generic_84
ApportVersion: 2.20.11-0ubuntu27.21
AptOrdering:
 libjavascriptcoregtk-4.0-18:amd64: Install
 gir1.2-webkit2-4.0:amd64: Install
 gir1.2-javascriptcoregtk-4.0:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Jan 30 12:01:39 2022
DpkgTerminalLog:
 Preparando para desempaquetar 
.../libjavascriptcoregtk-4.0-18_2.34.4-0ubuntu0.20.04.1_amd64.deb ...
 dpkg: error al procesar el archivo 
/var/cache/apt/archives/libjavascriptcoregtk-4.0-18_2.34.4-0ubuntu0.20.04.1_amd64.deb
 (--unpack):
  no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
ErrorMessage: no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
InstallationDate: Installed on 2020-11-30 (425 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: webkit2gtk
Title: package libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1 failed to 
install/upgrade: no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: webkit2gtk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/1959509

Title:
  package libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1 failed to
  install/upgrade: no se puede abrir el fichero de disparadores ci
  `/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No
  existe el dispositivo o la dirección

Status in webkit2gtk package in Ubuntu:
  New

Bug description:
  I don't understand the error.

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  NonfreeKernelModules: lkp_Ubuntu_5_4_0_80_90_generic_84
  ApportVersion: 2.20.11-0ubuntu27.21
  AptOrdering:
   libjavascriptcoregtk-4.0-18:amd64: Install
   gir1.2-webkit2-4.0:amd64: Install
   gir1.2-javascriptcoregtk-4.0:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Jan 30 12:01:39 2022
  DpkgTerminalLog:
   Preparando para desempaquetar 
.../libjavascriptcoregtk-4.0-18_2.34.4-0ubuntu0.20.04.1_amd64.deb ...
   dpkg: error al procesar el archivo 
/var/cache/apt/archives/libjavascriptcoregtk-4.0-18_2.34.4-0ubuntu0.20.04.1_amd64.deb
 (--unpack):
no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
  ErrorMessage: no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
  InstallationDate: Installed on 2020-11-30 (425 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: webkit2gtk
  Title: package libjavascriptcoregtk-4.0-18 2.34.3-0ubuntu0.20.04.1 failed to 
install/upgrade: no se puede abrir el fichero de disparadores ci 
`/var/lib/dpkg/info/libjavascriptcoregtk-4.0-18:amd64.triggers': No existe el 
dispositivo o la dirección
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1959509/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1959508] [NEW] Proposal to include exiv2 0.27.5 in Ubuntu 22.04 LTS

2022-01-30 Thread David H
Public bug reported:

On https://answers.launchpad.net/ubuntu/jammy/+source/exiv2 I see that
Ubuntu 22.04 currently includes exiv2 0.27.3

Exiv2 v0.27.5 includes support for Canon *.CR3 image files. The CR3 file
format has been the Canon camera-raw file format since mid 2018, and is
probably one of the most common raw image file formats today.
Applications such as darktable, amongst others, use exiv2 to extract
image metadata, thumbnails and previews, and can only open CR3 files
when linked with exiv2 0.27.5 or later.

Note that exiv2 0.27.5 needs to be built with -DEXIV2_ENABLE_BMFF=On to
enable *.CR3 support.

Would it be possible to get Exiv2 v0.27.5 with BMFF support enabled
included in Ubuntu 22.04?

Note that a similar request exists for Debian in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000788

References
https://github.com/exiv2/exiv2#2-19
https://github.com/Exiv2/exiv2/issues/1229
https://github.com/darktable-org/darktable/pull/10332
https://github.com/Beep6581/RawTherapee/issues/6248#issuecomment-869208918
https://answers.launchpad.net/ubuntu/+source/exiv2/+question/700398

Thanks

** Affects: exiv2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to exiv2 in Ubuntu.
https://bugs.launchpad.net/bugs/1959508

Title:
  Proposal to include exiv2 0.27.5 in Ubuntu 22.04 LTS

Status in exiv2 package in Ubuntu:
  New

Bug description:
  On https://answers.launchpad.net/ubuntu/jammy/+source/exiv2 I see that
  Ubuntu 22.04 currently includes exiv2 0.27.3

  Exiv2 v0.27.5 includes support for Canon *.CR3 image files. The CR3
  file format has been the Canon camera-raw file format since mid 2018,
  and is probably one of the most common raw image file formats today.
  Applications such as darktable, amongst others, use exiv2 to extract
  image metadata, thumbnails and previews, and can only open CR3 files
  when linked with exiv2 0.27.5 or later.

  Note that exiv2 0.27.5 needs to be built with -DEXIV2_ENABLE_BMFF=On
  to enable *.CR3 support.

  Would it be possible to get Exiv2 v0.27.5 with BMFF support enabled
  included in Ubuntu 22.04?

  Note that a similar request exists for Debian in
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000788

  References
  https://github.com/exiv2/exiv2#2-19
  https://github.com/Exiv2/exiv2/issues/1229
  https://github.com/darktable-org/darktable/pull/10332
  https://github.com/Beep6581/RawTherapee/issues/6248#issuecomment-869208918
  https://answers.launchpad.net/ubuntu/+source/exiv2/+question/700398

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1959508/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1959144] Re: Minimizing/Restoring windows is buggy

2022-01-30 Thread Sebastian Haderecker
No, this is unrelated. I tried it both with the current package and the fix
package from https://launchpad.net/bugs/1947445.
The result is the same.

On Sat, Jan 29, 2022, 20:15 Marco Trevisan (Treviño) <
1959...@bugs.launchpad.net> wrote:

> Is this handled by the fix for https://launchpad.net/bugs/1947445 ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1959144
>
> Title:
>   Minimizing/Restoring windows  is buggy
>
> Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
>   New
>
> Bug description:
>   [ Impact ]
>
>   Since upgrading to Ubuntu 21.10 the "minimize" option no longer work as
> expected.
>   The animations are sometimes junky when minimizing or restoring windows
> and other times a totally unrelated window gets restored.
>
>   [ Test case ]
>
>   - gsettings set org.gnome.shell.extensions.dash-to-dock click-action
> "minimize"
>   - Open different applications, for some more windows of one application
>   - Click multiple times in a row on an app icon in the dock.
>   - Observe the buggy behaviour
>
>
>   I attached a video where I minimize & restore the terminal and dconf
> editor windows and you can see that other windows like the file explorer
> and the settings are affected by this.
>
>   Description: Ubuntu 21.10
>   Release: 21.10
>
>   gnome-shell-extension-ubuntu-dock:
>   Installed: 70~ubuntu3
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1959144/+subscriptions
>
>

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in
Ubuntu.
https://bugs.launchpad.net/bugs/1959144

Title:
  Minimizing/Restoring windows  is buggy

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  New

Bug description:
  [ Impact ]

  Since upgrading to Ubuntu 21.10 the "minimize" option no longer work as 
expected.
  The animations are sometimes junky when minimizing or restoring windows and 
other times a totally unrelated window gets restored.

  [ Test case ]

  - gsettings set org.gnome.shell.extensions.dash-to-dock click-action 
"minimize"
  - Open different applications, for some more windows of one application
  - Click multiple times in a row on an app icon in the dock.
  - Observe the buggy behaviour

  
  I attached a video where I minimize & restore the terminal and dconf editor 
windows and you can see that other windows like the file explorer and the 
settings are affected by this.

  Description: Ubuntu 21.10
  Release: 21.10

  gnome-shell-extension-ubuntu-dock:
  Installed: 70~ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1959144/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp