]> Git Repo - linux.git/commit
drm/ttm: Warn on pinning without holding a reference
authorDaniel Vetter <[email protected]>
Wed, 28 Oct 2020 11:31:20 +0000 (12:31 +0100)
committerDaniel Vetter <[email protected]>
Fri, 27 Nov 2020 15:43:54 +0000 (16:43 +0100)
commit57fcd550eb15bce14a7154736379dfd4ed60ae81
treec7744650575016e8e7bc2d94ecb4fafd0ed2ef1b
parentc6c90c70db4d9a0989111d6b994d545659410f7a
drm/ttm: Warn on pinning without holding a reference

Not technically a problem for ttm, but very likely a driver bug and
pretty big time confusing for reviewing code.

So warn about it, both at cleanup time (so we catch these for sure)
and at pin/unpin time (so we know who's the culprit).

Reviewed-by: Huang Rui <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Christian Koenig <[email protected]>
Cc: Huang Rui <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/ttm/ttm_bo.c
include/drm/ttm/ttm_bo_api.h
This page took 0.056553 seconds and 4 git commands to generate.