From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
Date: Sat, 28 Jun 2014 19:02:46 +0000 [thread overview]
Message-ID: <bug-79071-2300-vrDVKC1hc6@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-79071-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=79071
Dieter Nützel <Dieter@nuetzel-hh.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Dieter@nuetzel-hh.de
--- Comment #4 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to Jonathan Howard from comment #3)
> i fixed it.
>
> diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c
> b/drivers/gpu/drm/radeon/cypress_dpm.c
> index cf783fc..cf77719 100644
> --- a/drivers/gpu/drm/radeon/cypress_dpm.c
> +++ b/drivers/gpu/drm/radeon/cypress_dpm.c
> @@ -1551,7 +1551,7 @@ int cypress_populate_smc_voltage_tables(struct
> radeon_device *rdev,
>
>
> table->voltageMaskTable.highMask[RV770_SMC_VOLTAGEMASK_VDDCI] = 0;
> table->voltageMaskTable.lowMask[RV770_SMC_VOLTAGEMASK_VDDCI]
> =
> - cpu_to_be32(eg_pi->vddc_voltage_table.mask_low);
> + cpu_to_be32(eg_pi->vddci_voltage_table.mask_low);
> }
>
> return 0;
Good catch Jonathan!
It seems to me, that this is NEEDED in ni_dpm.c, too (copy paste thing?)
si_dpm.c IS OK.
--- ni_dpm.c.orig 2014-06-22 07:02:54.000000000 +0200
+++ ni_dpm.c 2014-06-28 20:58:02.972099242 +0200
@@ -1315,7 +1315,7 @@
table->voltageMaskTable.highMask[NISLANDS_SMC_VOLTAGEMASK_VDDCI] = 0;
table->voltageMaskTable.lowMask[NISLANDS_SMC_VOLTAGEMASK_VDDCI]
=
- cpu_to_be32(eg_pi->vddc_voltage_table.mask_low);
+ cpu_to_be32(eg_pi->vddci_voltage_table.mask_low);
}
}
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-06-28 19:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-27 17:02 [Bug 79071] New: Hang with dpm radeon hd 5750, pcie 1.1 motherboard bugzilla-daemon
2014-06-27 17:07 ` [Bug 79071] " bugzilla-daemon
2014-06-27 18:19 ` bugzilla-daemon
2014-06-28 18:33 ` bugzilla-daemon
2014-06-28 19:02 ` bugzilla-daemon [this message]
2014-07-11 16:28 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-79071-2300-vrDVKC1hc6@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox