]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm: Do delayed switcheroo in drm_lastclose()
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 12 Aug 2024 08:28:22 +0000 (10:28 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 13 Aug 2024 14:21:07 +0000 (16:21 +0200)
commitc3c5b79b6ed1d7ae7356b51f7c17bd88197bf405
treeb8a3931e9d2b95c6aa7a8bec2443222029cfba5b
parent844efaef48e846b5310b0e7af5e7578762eb7e8d
drm: Do delayed switcheroo in drm_lastclose()

Amdgpu and nouveau call vga_switcheroo_process_delayed_switch() from
their lastclose callbacks. Call it from drm_lastclose(), so that the
driver functions can finally be removed. Only PCI devices with enabled
switcheroo do the delayed switching. The call has no effect on other
hardware.

v2:
- move change to drm_lastclose() (Sima)
- update docs for vga_switcheroo_process_delayed_switch()

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240812083000.337744-2-tzimmermann@suse.de
drivers/gpu/drm/drm_file.c
drivers/gpu/vga/vga_switcheroo.c