diff options
author | Ian Forbes <[email protected]> | 2024-03-28 14:07:16 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2024-06-05 22:38:40 -0400 |
commit | 5703fc058efdafcdd6b70776ee562478f0753acb (patch) | |
tree | 47737f0df8eec5e16cac067489bea7be7f0a774b /lib/memory-notifier-error-inject.c | |
parent | b91e05f1fcf755c9d2c4ca10907383e39def05bd (diff) |
drm/vmwgfx: Don't memcmp equivalent pointers
These pointers are frequently the same and memcmp does not compare the
pointers before comparing their contents so this was wasting cycles
comparing 16 KiB of memory which will always be equal.
Fixes: bb6780aa5a1d ("drm/vmwgfx: Diff cursors when using cmds")
Signed-off-by: Ian Forbes <[email protected]>
Signed-off-by: Zack Rusin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions