drm/msm: Expose DRIVER_SYNCOBJ_TIMELINE
authorRob Clark <robdclark@chromium.org>
Tue, 25 Feb 2025 22:52:43 +0000 (14:52 -0800)
committerRob Clark <robdclark@chromium.org>
Thu, 27 Feb 2025 19:54:53 +0000 (11:54 -0800)
commit977e4ef27591a41cab8ff43cf390d32936d4b7f5
tree37b3c1b5d1de9e199aefe19defc09a41c22234ef
parentf561db72a663f8a73c2250bf3244ce1ce221bed7
drm/msm: Expose DRIVER_SYNCOBJ_TIMELINE

Initially we didn't want to expose the cap, as it would expose a bug
in the vk driver (turnip) with older mesa versions.  This was fixed over
a year ago (and cherry-picked to stable release branches at the time),
see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25981.
So let's go ahead and expose it now.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/639610/
drivers/gpu/drm/msm/msm_drv.c