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.
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
dri-devel@lists.freedesktop.org