Re: [PATCH 03/19] drm/amd/display: Limit DCN to x86 arch

2017-06-01 Thread Alex Deucher
On Thu, Jun 1, 2017 at 12:15 AM, zhoucm1 wrote: > > > On 2017年05月31日 23:52, Harry Wentland wrote: >> >> DCN bw calcs currently rely on the following gcc options: >>-mhard-float -msse -mpreferred-stack-boundary=4 >> >> We probably shouldn't really try building this on

Re: [PATCH 03/19] drm/amd/display: Limit DCN to x86 arch

2017-06-01 Thread zhoucm1
On 2017年06月01日 16:50, Christian König wrote: Am 01.06.2017 um 06:15 schrieb zhoucm1: On 2017年05月31日 23:52, Harry Wentland wrote: DCN bw calcs currently rely on the following gcc options: -mhard-float -msse -mpreferred-stack-boundary=4 We probably shouldn't really try building this on

Re: [PATCH 03/19] drm/amd/display: Limit DCN to x86 arch

2017-06-01 Thread Christian König
Am 01.06.2017 um 06:15 schrieb zhoucm1: On 2017年05月31日 23:52, Harry Wentland wrote: DCN bw calcs currently rely on the following gcc options: -mhard-float -msse -mpreferred-stack-boundary=4 We probably shouldn't really try building this on architectures other than x86. Does it mean our

[PATCH 03/19] drm/amd/display: Limit DCN to x86 arch

2017-05-31 Thread Harry Wentland
DCN bw calcs currently rely on the following gcc options: -mhard-float -msse -mpreferred-stack-boundary=4 We probably shouldn't really try building this on architectures other than x86. Change-Id: I63d214b2f6fe9b3fc0d59bd00563e0543f0baa8c CC: Alex Deucher CC: