mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
etnaviv: Drop assignment of get_timestamp
This hook is only called when PIPE_CAP_QUERY_TIMESTAMP is supported. Let's drop it as it could confuse other mesa hackers. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Christopher Michael <cmichael@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31094>
This commit is contained in:
parent
e4ee0a2ce1
commit
ec59a1d1b2
1 changed files with 0 additions and 1 deletions
|
|
@ -1107,7 +1107,6 @@ etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu,
|
|||
pscreen->get_vendor = etna_screen_get_vendor;
|
||||
pscreen->get_device_vendor = etna_screen_get_device_vendor;
|
||||
|
||||
pscreen->get_timestamp = u_default_get_timestamp;
|
||||
pscreen->context_create = etna_context_create;
|
||||
pscreen->is_format_supported = etna_screen_is_format_supported;
|
||||
pscreen->query_dmabuf_modifiers = etna_screen_query_dmabuf_modifiers;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue