Re:AMD WX7100 screen display problem on AArch64 architecture server.

2017-12-25 Thread Lvzhihong (ReJohn)
>With ShadowPrimary enabled, all normal X11 drawing is performed by the CPU, >not the GPU. >Does enabling ShadowPrimary also make OpenGL applications look correct? >If not, it's most likely a Mesa or maybe LLVM issue. >>Enableing ShadowPrimary, some OpenGL applications looks better. But

RE: [PATCH] drm/amd/amdgpu: set gtt size according to system memory size only

2017-12-25 Thread He, Roger
-Original Message- From: Michel Dänzer [mailto:mic...@daenzer.net] Sent: Monday, December 11, 2017 7:29 PM To: He, Roger ; Koenig, Christian Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amd/amdgpu: set gtt size according to system memory size only On 2017-12-11 03:49 AM,

Re: PCIe3 atomics requirement for amdkfd

2017-12-25 Thread Luke A. Guest
Hi, I have to agree here. At least there should be a non-PCIe-3.0 pathway which implements them on the CPU, I mean, they're fairly simple atomics, CAS, SWAP, FetchAdd. What AMD have actually done is royally screwed over anyone with an FX chipset, i.e. no OpenCL - the open source AMD one requires

RE: PCIe3 atomics requirement for amdkfd

2017-12-25 Thread Bridgman, John
Let's separate out OpenCL from HCC/HIP and the rest of the ROCm stack. We are working on a solution to deliver OpenCL without requiring atomics, but not the rest of the ROCm stack. >-Original Message- >From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of >Luke A. Gu