OSDN Git Service

drm/i915: Remove unwanted ghost obj check
authorNirmoy Das <nirmoy.das@intel.com>
Mon, 24 Oct 2022 14:45:58 +0000 (16:45 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 16 Nov 2022 09:59:13 +0000 (09:59 +0000)
commit6915819f715c6b77595e6814d8f8b35770caafed
treed75d4847902ff05f5120f7bb643517f3201e89d2
parent56d7bd74a15a9c93c21e07de0a36a378576827cf
drm/i915: Remove unwanted ghost obj check

vm_fault_ttm() should not expect ttm ghost obj so remove that check.

Suggested-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221024144558.27747-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/gem/i915_gem_ttm.c