We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7f45c commit 768fec5Copy full SHA for 768fec5
drivers/gpu/drm/xe/xe_pxp_submit.c
@@ -54,7 +54,7 @@ static int allocate_vcs_execution_resources(struct xe_pxp *pxp)
54
* Each termination is 16 DWORDS, so 4K is enough to contain a
55
* termination for each sessions.
56
*/
57
- bo = xe_bo_create_pin_map(xe, tile, 0, SZ_4K, ttm_bo_type_kernel,
+ bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K, ttm_bo_type_kernel,
58
XE_BO_FLAG_SYSTEM | XE_BO_FLAG_PINNED | XE_BO_FLAG_GGTT);
59
if (IS_ERR(bo)) {
60
err = PTR_ERR(bo);
0 commit comments