Re: [Mesa-dev] [PATCH] amdgpu/soc15: make the pcie index/data registers constant.

2017-09-29 Thread Alex Deucher
On Thu, Sep 28, 2017 at 8:08 PM, Dave Airlie wrote: > From: Dave Airlie > > These don't seem to change at runtime, and the initialisers > are constant data. This could be improved by not selecting > the apu/non-apu path on each pcie read/write access. > > Signed-off-by: Dave Airlie Reviewed-by:

Re: [Mesa-dev] [PATCH] amdgpu/soc15: make the pcie index/data registers constant.

2017-09-28 Thread Dave Airlie
Please ignore, ran wrong script :-) Dave. On 29 September 2017 at 10:08, Dave Airlie wrote: > From: Dave Airlie > > These don't seem to change at runtime, and the initialisers > are constant data. This could be improved by not selecting > the apu/non-apu path on each pcie read/write access. > >

[Mesa-dev] [PATCH] amdgpu/soc15: make the pcie index/data registers constant.

2017-09-28 Thread Dave Airlie
From: Dave Airlie These don't seem to change at runtime, and the initialisers are constant data. This could be improved by not selecting the apu/non-apu path on each pcie read/write access. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 8 drivers/gpu/drm/amd/