linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression introduced by  31f731a drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula
@ 2013-08-02 15:16 Konrad Rzeszutek Wilk
  2013-08-02 15:32 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-02 15:16 UTC (permalink / raw)
  To: alexander.deucher, dri-devel, linux-kernel, airlied

Hey Alex,

Your recent patch "31f731a drm/radeon/dpm: fix calculations in
si_calculate_leakage_for_v_and_t_formula" causes a build regression:

drivers/built-in.o: In function `si_calculate_leakage_for_v_and_t_formula':
/home/build/linux-linus/drivers/gpu/drm/radeon/si_dpm.c:1770: undefined
reference to `__divdi3'

Which I think is due to the misplace parentheses.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Regression introduced by 31f731a drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula
  2013-08-02 15:16 Regression introduced by 31f731a drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula Konrad Rzeszutek Wilk
@ 2013-08-02 15:32 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2013-08-02 15:32 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: alexander.deucher, dri-devel, linux-kernel, airlied

On Fri, Aug 2, 2013 at 11:16 AM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
> Hey Alex,
>
> Your recent patch "31f731a drm/radeon/dpm: fix calculations in
> si_calculate_leakage_for_v_and_t_formula" causes a build regression:
>
> drivers/built-in.o: In function `si_calculate_leakage_for_v_and_t_formula':
> /home/build/linux-linus/drivers/gpu/drm/radeon/si_dpm.c:1770: undefined
> reference to `__divdi3'
>
> Which I think is due to the misplace parentheses.

Fixed with this patch:
http://lists.freedesktop.org/archives/dri-devel/2013-August/042668.html

Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-02 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02 15:16 Regression introduced by 31f731a drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula Konrad Rzeszutek Wilk
2013-08-02 15:32 ` Alex Deucher

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