Comment 6 for bug 1991761

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

raof: if you mean removing the ioctl thing, they're apparently unused:

commit bec2a28e98f430f4a82b085b4d1c69a98988359f
Author: Thierry Reding <email address hidden>
Date: Fri Jul 9 19:53:52 2021 +0200

    tegra: Remove unused IOCTL implementations

    The DRM_TEGRA_GEM_{GET,SET}_FLAGS and DRM_TEGRA_GEM_{GET,SET}_TILING
    IOCTLs were badly designed and have since been obsoleted by framebuffer
    modifiers. Remove these implementations to make it clear their usage is
    discouraged.

--- a/tegra/tegra-symbols.txt
+++ b/tegra/tegra-symbols.txt
@@ -1,11 +1,7 @@
-drm_tegra_bo_get_flags
 drm_tegra_bo_get_handle
-drm_tegra_bo_get_tiling
 drm_tegra_bo_map
 drm_tegra_bo_new
 drm_tegra_bo_ref
-drm_tegra_bo_set_flags
-drm_tegra_bo_set_tiling
 drm_tegra_bo_unmap
 drm_tegra_bo_unref
 drm_tegra_bo_wrap

I don't see other breakage, just additions