[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2019-11-20 Thread Bug Watch Updater
** Changed in: linux
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/drm/amd/issues #846
   https://gitlab.freedesktop.org/drm/amd/issues/846

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-11-12 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=105664.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-03-21T14:53:34+00:00 Yassine wrote:

Kernel source: /drivers/gpu/drm/radeon/si_dpm.c line 2985:

  max_sclk = 75000;

  instead of

  max_sclk = 103000;

Why is that? I changed it and rebuilt the kernel, and I can say that
there are absolutely no issues when using the 1030MHz clock, **which is the 
default frequency this GPU is designed for**.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752829/comments/19


On 2018-11-09T14:28:45+00:00 Yassine wrote:

Created attachment 142420
root/drivers/gpu/drm/radeon/si_dpm.c with 1 line modified

blob: 8fb60b3af015804d6d5ee3ef5d6f24ba74e2b1d9
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/radeon/si_dpm.c

Line 2985 modified from:
max_sclk = 75000;
to:
max_sclk = 103000;

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752829/comments/20


On 2018-11-09T15:46:26+00:00 Alexdeucher wrote:

A number of boards had stability issues at the default clocks. Please
attach your dmesg output.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752829/comments/21


On 2018-11-10T14:16:12+00:00 Yassine wrote:

Created attachment 142424
dmesg output

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752829/comments/22


On 2018-11-10T14:17:34+00:00 Yassine wrote:

Comment on attachment 142424
dmesg output

Note: I have not modified the kernel dmesg was ran under. Core clock is
still 750MHz.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752829/comments/23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-21 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => Confirmed

** Changed in: linux
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-21 Thread Yassine
** No longer affects: linux

** Bug watch added: freedesktop.org Bugzilla #105664
   https://bugs.freedesktop.org/show_bug.cgi?id=105664

** Also affects: linux via
   https://bugs.freedesktop.org/show_bug.cgi?id=105664
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-21 Thread Kai-Heng Feng
I can see that your chip matches this condition:
"rdev->pdev->revision == 0x83"

Please file an upstream bug at https://bugs.freedesktop.org/
Product: DRI
Component: DRM/radeon

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-05 Thread Yassine
** Also affects: linux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-05 Thread Yassine
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-05 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.16 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16-rc4


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-04 Thread Yassine
apport information

** Tags added: apport-collected artful wayland-session

** Description changed:

  Kernel source: /drivers/gpu/drm/radeon/si_dpm.c line 2985:
  
  max_sclk = 75000;
  
  instead of
  
  max_sclk = 103000;
  
  Why is that? I changed it and rebuilt the kernel, and I can say that
  there are absolutely no issues when using the 1030MHz clock, which is
  what it is supposed to be.
  
  Linux Version: 4.13.0-36-generic
+ 
+ --- 
+ ApportVersion: 2.20.7-0ubuntu3.7
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  yassine3068 F pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 17.10
+ HibernationDevice: RESUME=UUID=e9860ff6-0207-40ae-b2dd-115d7c7956b8
+ InstallationDate: Installed on 2016-12-19 (439 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 005: ID 0bda:57d6 Realtek Semiconductor Corp. 
+  Bus 001 Device 003: ID 0bda:b006 Realtek Semiconductor Corp. 
+  Bus 001 Device 002: ID 25a7:0701  
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: HP HP Notebook
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: \\boot\vmlinuz-4.13.0-36-generic.efi.signed 
root=UUID=070ac60f-63d1-48e3-9322-44812d365c40 ro quiet splash radeon.runpm=1 
vt.handoff=7 initrd=boot\initrd.img-4.13.0-36-generic
+ ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
+ RelatedPackageVersions:
+  linux-restricted-modules-4.13.0-36-generic N/A
+  linux-backports-modules-4.13.0-36-generic  N/A
+  linux-firmware 1.169.3
+ Tags:  artful wayland-session
+ Uname: Linux 4.13.0-36-generic x86_64
+ UpgradeStatus: Upgraded to artful on 2017-10-20 (135 days ago)
+ UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo video
+ _MarkForUpload: True
+ dmi.bios.date: 11/24/2015
+ dmi.bios.vendor: Insyde
+ dmi.bios.version: F.1D
+ dmi.board.asset.tag: Type2 - Board Asset Tag
+ dmi.board.name: 8136
+ dmi.board.vendor: HP
+ dmi.board.version: 31.34
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: HP
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsyde:bvrF.1D:bd11/24/2015:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn8136:rvr31.34:cvnHP:ct10:cvrChassisVersion:
+ dmi.product.family: 103C_5335KV G=N L=CON B=HP
+ dmi.product.name: HP Notebook
+ dmi.product.version: Type1ProductConfigId
+ dmi.sys.vendor: HP

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to be 1030MHz

2018-03-03 Thread Paul White
** Package changed: ubuntu => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752829] Re: AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHZ while it is supposed to be 1030MHz

2018-03-03 Thread Yassine
** Summary changed:

- AMD HAINAN (Radeon R5 M330) Clock speed is 750MHZ while it is supposed to be 
1030MHz
+ AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHZ while it is supposed to 
be 1030MHz

** Summary changed:

- AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHZ while it is supposed to 
be 1030MHz
+ AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is supposed to 
be 1030MHz

** Tags added: gpu

** Tags added: kernel-bug linux radeon

** Tags removed: linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752829

Title:
  AMD HAINAN (Radeon R5 M330) Clock frequency is 750MHz while it is
  supposed to be 1030MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1752829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs