Re: [PATCH] drm/fb-helper: Set framebuffer for vga-switcheroo clients

2023-01-11 Thread Thomas Zimmermann
Hi Am 11.01.23 um 16:38 schrieb Thomas Zimmermann: Set the framebuffer info for drivers that support VGA switcheroo. Only affects the amdgpu driver, which uses VGA switcheroo and generic fbdev emulation. For other drivers, this does nothing. Amdgpu's lastclose helper called vga_switcheroo_proce

Re: [PATCH] drm/fb-helper: Set framebuffer for vga-switcheroo clients

2023-01-11 Thread Alex Deucher
On Wed, Jan 11, 2023 at 10:38 AM Thomas Zimmermann wrote: > > Set the framebuffer info for drivers that support VGA switcheroo. Only > affects the amdgpu driver, which uses VGA switcheroo and generic fbdev > emulation. For other drivers, this does nothing. > > Amdgpu's lastclose helper called vga_

Re: [PATCH] drm/fb-helper: Set framebuffer for vga-switcheroo clients

2023-01-11 Thread Daniel Vetter
On Wed, Jan 11, 2023 at 04:38:13PM +0100, Thomas Zimmermann wrote: > Set the framebuffer info for drivers that support VGA switcheroo. Only > affects the amdgpu driver, which uses VGA switcheroo and generic fbdev > emulation. For other drivers, this does nothing. > > Amdgpu's lastclose helper call