Searched hist:"17674 d6603eab37a4f7b1cf5ba345d5a1e275fb7" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | diff 17674d6603eab37a4f7b1cf5ba345d5a1e275fb7 Mon Aug 12 10:28:26 CEST 2024 Thomas Zimmermann <tzimmermann@suse.de> drm/nouveau: Implement switcheroo reprobe with drm_client_dev_hotplug()
Replace the call to drm_fb_helper_output_poll_changed() with a call to drm_client_dev_hotplug(). It is equivalent in functionality, but uses the DRM client infrastructure.
v2: - fix commit description
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Danilo Krummrich <dakr@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240812083000.337744-6-tzimmermann@suse.de
|