Re: Apply screen rotation quirks to amdgpu

2023-04-25 Thread Jonathan Gray
On Tue, Apr 25, 2023 at 09:28:58AM -0600, bent...@openbsd.org wrote: > Hi, > > The orientation quirks applied at virtual console initialization in > inteldrm_attachhook() are not applied at the corresponding place in > amdgpu. Adding them to amdgpu causes the Steam Deck console to display > uprigh

Apply screen rotation quirks to amdgpu

2023-04-25 Thread bentley
Hi, The orientation quirks applied at virtual console initialization in inteldrm_attachhook() are not applied at the corresponding place in amdgpu. Adding them to amdgpu causes the Steam Deck console to display upright instead of on its side. ok? Index: sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c ==