Remove the TODO now that this series addresses the changes needed. Cc: Thomas Zimmermann <tzimmerm...@suse.de> Signed-off-by: Anusha Srivatsa <asriv...@redhat.com> --- Documentation/gpu/todo.rst | 15 --------------- 1 file changed, 15 deletions(-)
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 256d0d1cb2164bd94f9b610a751b907834d96a21..b5aa5f776cfe0916b98bddf791c65abe974834cf 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -441,21 +441,6 @@ Contact: Thomas Zimmermann <tzimmerm...@suse.de> Level: Intermediate -Request memory regions in all drivers -------------------------------------- - -Go through all drivers and add code to request the memory regions that the -driver uses. This requires adding calls to request_mem_region(), -pci_request_region() or similar functions. Use helpers for managed cleanup -where possible. - -Drivers are pretty bad at doing this and there used to be conflicts among -DRM and fbdev drivers. Still, it's the correct thing to do. - -Contact: Thomas Zimmermann <tzimmerm...@suse.de> - -Level: Starter - Remove driver dependencies on FB_DEVICE --------------------------------------- -- 2.47.0