drm/ttm: handle the SYSTEM->TT path in same place as others.
authorDave Airlie <airlied@redhat.com>
Thu, 24 Sep 2020 05:18:02 +0000 (15:18 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 24 Sep 2020 19:48:00 +0000 (05:48 +1000)
commit6236d953f7aca13403a1fada9d1dd12978cf93e8
tree397963cced05cd9d0187823b5a9312056351ffae
parentb809979f112b6079acdae2649e2696f0cc812f84
drm/ttm: handle the SYSTEM->TT path in same place as others.

This just consolidates the code making the flow easier to understand
and also helps when moving move to the driver side.

Reviewed-by: Christian König <christian.koenig@amd.com>.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200924051845.397177-3-airlied@gmail.com
drivers/gpu/drm/ttm/ttm_bo.c