Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Fix TODO list mentioning non-KMS drivers

Non-KMS drivers have been removed from DRM. Update the TODO list
accordingly.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: a276afc19eec ("drm: Remove some obsolete drm pciids(tdfx, mga, i810, savage, r128, sis, via)")
Cc: Cai Huoqing <cai.huoqing@linux.dev>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: David Airlie <airlied@gmail.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: dri-devel@lists.freedesktop.org
Cc: <stable@vger.kernel.org> # v6.3+
Cc: linux-doc@vger.kernel.org
Reviewed-by: David Airlie <airlied@gmail.com>
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231122122449.11588-3-tzimmermann@suse.de

+3 -4
+3 -4
Documentation/gpu/todo.rst
··· 337 337 338 338 Level: Intermediate 339 339 340 - Remove load/unload callbacks from all non-DRIVER_LEGACY drivers 341 - --------------------------------------------------------------- 340 + Remove load/unload callbacks 341 + ---------------------------- 342 342 343 343 The load/unload callbacks in struct &drm_driver are very much midlayers, plus 344 344 for historical reasons they get the ordering wrong (and we can't fix that) ··· 347 347 - Rework drivers to no longer use the load/unload callbacks, directly coding the 348 348 load/unload sequence into the driver's probe function. 349 349 350 - - Once all non-DRIVER_LEGACY drivers are converted, disallow the load/unload 351 - callbacks for all modern drivers. 350 + - Once all drivers are converted, remove the load/unload callbacks. 352 351 353 352 Contact: Daniel Vetter 354 353