On Fri, Jan 03, 2020 at 06:31:18PM +0200, Liran Alon wrote: > > I am surprised that AMD is different here, the evolution of the WC > > feature on x86 was to transparently speed up graphics, so I'm pretty > > surprised AMD can get away with not ordering the same as Intel.. > > Completely agree. I was very surprised to see this from AMD SDM and > Optimization Guide SDM. It made sense to me too that graphics frame > buffer is written to WC memory and then is committed to GPU by > writing to some doorbell register mapped as UC memory. It is possible this manual is wrong or misleading? Having WC writes not strongly order after UC writes to the same device, on x86, seems very, very surprising to me. Everything is ordered on x86 :) Jason