drm/ttm/xe: drop unused force_alloc flag
authorDave Airlie <airlied@redhat.com>
Wed, 23 Apr 2025 02:21:38 +0000 (12:21 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Apr 2025 20:56:35 +0000 (06:56 +1000)
commit55df7c0c62c1727c399fc82150b7f72bee47d4c6
tree8a9ac168c1f3e709ffc89699b4efe60fc0ebf3d0
parentb60301774a8fe6c30b14a95104ec099290a2e904
drm/ttm/xe: drop unused force_alloc flag

This flag used to be used in the old memory tracking code, that
code got migrated into the vmwgfx driver[1], and then got removed
from the tree[2], but this piece got left behind.

[1] f07069da6b4c ("drm/ttm: move memory accounting into vmwgfx v4")
[2] 8aadeb8ad874 ("drm/vmwgfx: Remove the dedicated memory accounting")

Cleanup the dead code.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo_vm.c
drivers/gpu/drm/ttm/ttm_resource.c
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_bo.h
drivers/gpu/drm/xe/xe_dma_buf.c
include/drm/ttm/ttm_bo.h