drm/xe: Stop passing user flag to xe_bo_create_user()
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Mar 2024 14:27:01 +0000 (07:27 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 2 Apr 2024 17:32:54 +0000 (10:32 -0700)
commite27f8a45c81facda4731826e94ed18e66394db2d
tree1fd09a4aa5a0e37e0003323cea5fdaafe58a705f
parentb15e65349553b1689d15fbdebea874ca5ae2274a
drm/xe: Stop passing user flag to xe_bo_create_user()

It's quite redundant to pass XE_BO_CREATE_USER_BIT to
xe_bo_create_user() since the only difference of that function is to
force that flag. Stop passing the flag in the few cases that were
explicitly doing so.

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240322142702.186529-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/tests/xe_dma_buf.c
drivers/gpu/drm/xe/xe_bo.c