RE: [PATCH v2 2/2] drm/ttm: check with temporary GTT memory in BO validation

2021-05-31 Thread Yu, Lang
;Subject: Re: [PATCH v2 2/2] drm/ttm: check with temporary GTT memory in BO >validation > >Am 31.05.21 um 13:30 schrieb Lang Yu: >> If a BO's backing store is temporary GTT memory, we should move it in >> BO validation. >> >> v2: move the check outside of for l

Re: [PATCH v2 2/2] drm/ttm: check with temporary GTT memory in BO validation

2021-05-31 Thread Christian König
Am 31.05.21 um 13:30 schrieb Lang Yu: If a BO's backing store is temporary GTT memory, we should move it in BO validation. v2: move the check outside of for loop Signed-off-by: Lang Yu In general those patches now have my rb, but let me add some more documentation to them to better explain

[PATCH v2 2/2] drm/ttm: check with temporary GTT memory in BO validation

2021-05-31 Thread Lang Yu
If a BO's backing store is temporary GTT memory, we should move it in BO validation. v2: move the check outside of for loop Signed-off-by: Lang Yu --- drivers/gpu/drm/ttm/ttm_bo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c