CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/02/09 10:18:21
Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c Log message: Pin the default framebuffer. The Linux drm code no longer does this since they switched to using a shadow framebuffer and only pin the hardware framebuffer when flushing the shadow framebuffer. But our wdisplay(4) and rasops(9) code expects the hardware framebuffer to be always accessible at the same address. Fixes the regression introduced by amdgpu_object.c rev 1.12. ok jsg@