Re: [PATCH] drm/ttm: rename ttm_bo_put to _fini v2

2025-07-16 Thread kernel test robot
e: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20250716121522.3340-1-christian.koenig%40amd.com patch subject: [PATCH] drm/ttm: rename ttm_bo_put to _fini v2 config: i386-buildonly-randconfig-002-20250717 (https://download.01.org/0day-ci/archive/20250717/20

[PATCH] drm/ttm: rename ttm_bo_put to _fini v2

2025-07-16 Thread Christian König
Give TTM BOs a separate cleanup function. No funktional change, but the next step in removing the TTM BO reference counting and replacing it with the GEM object reference counting. v2: move the code around a bit to make it clearer what's happening Signed-off-by: Christian König --- drivers/gpu