drm/radeon/kms: add support for new fault callback V7
This add the support for the new fault callback and also the infrastructure for supporting unmappable VRAM. V2 validate BO with no_wait = true V3 don't derefence bo->mem.mm_node as it's not NULL only for VRAM or GTT V4 update to splitted no_wait ttm change V5 update to new balanced io_mem_reserve/free change V6 callback is responsible for iomapping memory V7 move back iomapping to ttm Signed-off-by:Jerome Glisse <jglisse@redhat.com> Signed-off-by:
Dave Airlie <airlied@redhat.com>
Showing
- drivers/gpu/drm/radeon/radeon_object.c 24 additions, 2 deletionsdrivers/gpu/drm/radeon/radeon_object.c
- drivers/gpu/drm/radeon/radeon_object.h 1 addition, 1 deletiondrivers/gpu/drm/radeon/radeon_object.h
- drivers/gpu/drm/radeon/radeon_ttm.c 47 additions, 4 deletionsdrivers/gpu/drm/radeon/radeon_ttm.c
Loading
Please register or sign in to comment