commit | 0b988ca1c7c4c73983b4ea96ef7c2af2263c87eb | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Sep 17 12:54:24 2020 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Sep 18 06:14:00 2020 +1000 |
tree | 729ee7adfc399e41f03a768f1a1df8f036d7af88 | |
parent | 67d6a8b358eac488112a4775f77dc3dbf63bea88 [diff] |
drm/ttm: protect against reentrant bind in the drivers This moves the generic tracking into the drivers and protects against reentrancy in the drivers. It fixes up radeon and agp to be able to query the bound status as that is required. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200917043040.146575-2-airlied@gmail.com