Commit 9cf5ca1f authored by Thomas Zimmermann's avatar Thomas Zimmermann

drm: Fix TODO list mentioning non-KMS drivers

Non-KMS drivers have been removed from DRM. Update the TODO list
accordingly.
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Fixes: a276afc1 ("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: default avatarDavid Airlie <airlied@gmail.com>
Reviewed-by: default avatarDaniel Vetter <daniel@ffwll.ch>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231122122449.11588-3-tzimmermann@suse.de
parent 4900e039
...@@ -337,8 +337,8 @@ connector register/unregister fixes ...@@ -337,8 +337,8 @@ connector register/unregister fixes
Level: Intermediate Level: Intermediate
Remove load/unload callbacks from all non-DRIVER_LEGACY drivers Remove load/unload callbacks
--------------------------------------------------------------- ----------------------------
The load/unload callbacks in struct &drm_driver are very much midlayers, plus The load/unload callbacks in struct &drm_driver are very much midlayers, plus
for historical reasons they get the ordering wrong (and we can't fix that) for historical reasons they get the ordering wrong (and we can't fix that)
...@@ -347,8 +347,7 @@ between setting up the &drm_driver structure and calling drm_dev_register(). ...@@ -347,8 +347,7 @@ between setting up the &drm_driver structure and calling drm_dev_register().
- Rework drivers to no longer use the load/unload callbacks, directly coding the - Rework drivers to no longer use the load/unload callbacks, directly coding the
load/unload sequence into the driver's probe function. load/unload sequence into the driver's probe function.
- Once all non-DRIVER_LEGACY drivers are converted, disallow the load/unload - Once all drivers are converted, remove the load/unload callbacks.
callbacks for all modern drivers.
Contact: Daniel Vetter Contact: Daniel Vetter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment