diff options
author | Maaz Mombasawala <[email protected]> | 2022-10-22 00:02:24 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2022-10-25 12:42:20 -0400 |
commit | 9e931f2e09701e25744f3d186a4ba13b5342b136 (patch) | |
tree | 2d96cbb27ad1dd3ce77065dbf58b4b6a7453e9bf /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 931e09d8d5b4aa19bdae0234f2727049f1cd13d9 (diff) |
drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable implementation.
Vmwgfx's hashtab implementation needs to be replaced with linux/hashtable
to reduce maintenence burden.
As part of this effort, refactor the res_ht hashtable used for resource
validation during execbuf execution to use linux/hashtable implementation.
This also refactors vmw_validation_context to use vmw_sw_context as the
container for the hashtable, whereas before it used a vmwgfx_open_hash
directly. This makes vmw_validation_context less generic, but there is
no functional change since res_ht is the only instance where validation
context used a hashtable in vmwgfx driver.
Signed-off-by: Maaz Mombasawala <[email protected]>
Reviewed-by: Thomas Hellström <[email protected]>
Signed-off-by: Zack Rusin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions