Skip to content

Commit db4ff42

Browse files
amingriyuealexdeucher
authored andcommitted
drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu
Can expose it now that the khronos has exposed the vlk extension. Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Flora Cui <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent 840c90f commit db4ff42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,8 @@ static struct drm_driver kms_driver = {
13591359
.driver_features =
13601360
DRIVER_USE_AGP | DRIVER_ATOMIC |
13611361
DRIVER_GEM |
1362-
DRIVER_RENDER | DRIVER_MODESET | DRIVER_SYNCOBJ,
1362+
DRIVER_RENDER | DRIVER_MODESET | DRIVER_SYNCOBJ |
1363+
DRIVER_SYNCOBJ_TIMELINE,
13631364
.load = amdgpu_driver_load_kms,
13641365
.open = amdgpu_driver_open_kms,
13651366
.postclose = amdgpu_driver_postclose_kms,

0 commit comments

Comments
 (0)