Commit 7bd0a327 authored by Shayenne Moura's avatar Shayenne Moura Committed by Daniel Vetter
Browse files

drm/doc: Remove solved KMS cleanup task

parent 09ef09b4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -398,10 +398,6 @@ KMS cleanups

Some of these date from the very introduction of KMS in 2008 ...

- drm_display_mode doesn't need to be derived from drm_mode_object. That's
  leftovers from older (never merged into upstream) KMS designs where modes
  where set using their ID, including support to add/remove modes.

- Make ->funcs and ->helper_private vtables optional. There's a bunch of empty
  function tables in drivers, but before we can remove them we need to make sure
  that all the users in helpers and drivers do correctly check for a NULL