* [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
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 ` bugzilla-daemon
2014-06-27 18:19 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-27 17:07 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=79071
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> ---
Does it only hang when forced to high or does that just make it happen sooner?
Do you get hangs when it's set to auto? What makes you think it's the
motherboard?
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
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
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-27 18:19 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=79071
--- Comment #2 from Jonathan Howard <jonathan@unbiased.name> ---
Both high and auto appear to be same.
Lack of other reports for the card, with me running on pcie v1 motherboard
(card supports v2) give a hint (but not certain) probable cause.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
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
2014-07-11 16:28 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-28 18:33 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=79071
--- Comment #3 from Jonathan Howard <jonathan@unbiased.name> ---
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;
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
2014-06-27 17:02 [Bug 79071] New: Hang with dpm radeon hd 5750, pcie 1.1 motherboard bugzilla-daemon
` (2 preceding siblings ...)
2014-06-28 18:33 ` bugzilla-daemon
@ 2014-06-28 19:02 ` bugzilla-daemon
2014-07-11 16:28 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-06-28 19:02 UTC (permalink / raw)
To: dri-devel
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
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 79071] Hang with dpm radeon hd 5750, pcie 1.1 motherboard
2014-06-27 17:02 [Bug 79071] New: Hang with dpm radeon hd 5750, pcie 1.1 motherboard bugzilla-daemon
` (3 preceding siblings ...)
2014-06-28 19:02 ` bugzilla-daemon
@ 2014-07-11 16:28 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-07-11 16:28 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=79071
Jonathan Howard <jonathan@unbiased.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CODE_FIX
--- Comment #5 from Jonathan Howard <jonathan@unbiased.name> ---
Patched and working
3.16-rc4 3.15.5 3.14.12
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread