drm/ttm: fix missing res assignment in ttm_range_man_alloc
authorChristian König <christian.koenig@amd.com>
Mon, 7 Jun 2021 10:39:10 +0000 (12:39 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 7 Jun 2021 10:50:49 +0000 (12:50 +0200)
commit8f8e19bd18b41dae7a9192c29cba9298bafcde10
treeca1fd39e3d026789173e0a3c836644f21a746b1b
parentd3fae3b3daac09961ab871a25093b0ae404282d5
drm/ttm: fix missing res assignment in ttm_range_man_alloc

That somehow got missing.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reported-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Fixes: cb1c81467af3 ("drm/ttm: flip the switch for driver allocated resources v2")
Link: https://patchwork.freedesktop.org/patch/msgid/20210607104040.22017-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_range_manager.c