drm/xe: Remove redundant param from xe_bo_create_user
authorNirmoy Das <nirmoy.das@intel.com>
Fri, 16 Aug 2024 10:22:48 +0000 (12:22 +0200)
committerNirmoy Das <nirmoy.das@intel.com>
Mon, 19 Aug 2024 07:38:16 +0000 (09:38 +0200)
commit6b77dab5da721f2fa9d3c3611e1cbaead8030706
treeb49a2dc8e370016fdf2154460fdd76609dbf015c
parent4099cfda9dd856222d7cab6970a65896375616d5
drm/xe: Remove redundant param from xe_bo_create_user

BO from xe_bo_create_user() will always be of type,
ttm_bo_type_device. So remove that redundant parameter.

Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240816102248.25628-1-nirmoy.das@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
drivers/gpu/drm/xe/tests/xe_bo.c
drivers/gpu/drm/xe/tests/xe_dma_buf.c
drivers/gpu/drm/xe/tests/xe_migrate.c
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_bo.h