mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
asahi: hk: Enable timestamps for virt
Signed-off-by: Asahi Lina <lina@asahilina.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32759>
This commit is contained in:
parent
e281293508
commit
c80c56a315
1 changed files with 1 additions and 3 deletions
|
|
@ -252,7 +252,5 @@ void agx_va_free(struct agx_device *dev, struct agx_va *va);
|
|||
static inline bool
|
||||
agx_supports_timestamps(const struct agx_device *dev)
|
||||
{
|
||||
/* TODO: Ungate virtio once virglrenderer supports the timestamp uapi */
|
||||
return !dev->is_virtio &&
|
||||
(dev->params.feat_compat & DRM_ASAHI_FEAT_USER_TIMESTAMPS);
|
||||
return (dev->params.feat_compat & DRM_ASAHI_FEAT_USER_TIMESTAMPS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue