Re: [PATCH v2] drm/amd/display: fix compiling error on 32-Bit Linux

2018-04-17 Thread Harry Wentland
On 2018-04-17 05:44 AM, Rex Zhu wrote: > ERROR: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! > > v2: remove temporary variable > > Signed-off-by: Rex Zhu Thanks for the fix. I just pushed a change by Anthony that removes that hunk of code completely, so this

Re: [PATCH v2] drm/amd/display: fix compiling error on 32-Bit Linux

2018-04-17 Thread Christian König
Am 17.04.2018 um 11:44 schrieb Rex Zhu: ERROR: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! v2: remove temporary variable Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/display/modules/freesync/freesync.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2] drm/amd/display: fix compiling error on 32-Bit Linux

2018-04-17 Thread Rex Zhu
ERROR: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! v2: remove temporary variable Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/display/modules/freesync/freesync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git