CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/12 06:30:10
Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c
Log message:
Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is
tricky and using the pre-programmed BAR size should always work.
Using bigger BARs might improve performance but it we probably need
other changes (such as making the driver mpsafe) to benefit from that.
