drm/ttm: fix the warning for hit_low and evict_low
authorSunil Khatri <sunil.khatri@amd.com>
Wed, 23 Apr 2025 04:24:42 +0000 (09:54 +0530)
committerChristian König <christian.koenig@amd.com>
Mon, 28 Apr 2025 08:01:03 +0000 (10:01 +0200)
commit76047483fe94414edf409dc498498abf346e22f1
treecb4490438b6bd5cf911e61e6ae446e9ba56a274c
parent759ee400d1d95ac903d81a1a229a117be822d077
drm/ttm: fix the warning for hit_low and evict_low

fix the below warning messages:
ttm/ttm_bo.c:1098: warning: Function parameter or struct member 'hit_low' not described in 'ttm_bo_swapout_walk'
ttm/ttm_bo.c:1098: warning: Function parameter or struct member 'evict_low' not described in 'ttm_bo_swapout_walk'

Cc: Maarten Lankhorst <dev@lankhorst.se>
Cc: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Maarten Lankhorst <dev@lankhorst.se>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://lore.kernel.org/r/20250423042442.762108-1-sunil.khatri@amd.com
drivers/gpu/drm/ttm/ttm_bo.c