CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/28 06:14:15
Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu.h amdgpu_device.c
amdgpu_doorbell.h amdgpu_kms.c
gfx_v10_0.c gfx_v9_0.c
Log message:
Switch from bus_space_read/write to linux io.h interfaces for all
pci "memory space" io. Further reduces the diff to linux.
ok kettenis@
