Home
last modified time | relevance | path

Searched refs:shadow_list (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_object.c109 if (!list_empty(&bo->shadow_list)) { in amdgpu_bo_destroy()
111 list_del_init(&bo->shadow_list); in amdgpu_bo_destroy()
459 INIT_LIST_HEAD(&bo->shadow_list); in amdgpu_bo_do_create()
572 list_add_tail(&bo->shadow_list, &adev->shadow_list); in amdgpu_bo_create_shadow()
HDamdgpu_object.h104 struct list_head shadow_list; member
HDamdgpu_device.c2405 INIT_LIST_HEAD(&adev->shadow_list); in amdgpu_device_init()
3184 list_for_each_entry_safe(bo, tmp, &adev->shadow_list, shadow_list) { in amdgpu_device_handle_vram_lost()
HDamdgpu.h1556 struct list_head shadow_list; member