diff options
author | Jani Nikula <[email protected]> | 2020-11-30 13:13:53 +0200 |
---|---|---|
committer | Zhenyu Wang <[email protected]> | 2020-12-03 13:29:01 +0800 |
commit | 0a8cad54792ebce476f6780d7fd1832d9d4b9217 (patch) | |
tree | 1af6e1583a53587fcb513f884d00a87127398f82 /tools/perf/scripts/python/sched-migration.py | |
parent | 9a3a238b3de97b4210c6de66aa88b2d7021ac086 (diff) |
drm/i915/gvt: avoid useless use of inline
In most cases, we are better off letting the compiler decide whether to
inline static functions in .c files or not. In this case, the inline
will be ignored anyway as mmio_pm_restore_handler() is passed as a
function pointer.
Fixes: 5f60b12edcd0 ("drm/i915/gvt: Save/restore HW status to support GVT suspend/resume")
Cc: Zhenyu Wang <[email protected]>
Cc: Hang Yuan <[email protected]>
Cc: Colin Xu <[email protected]>
Cc: Zhi Wang <[email protected]>
Cc: [email protected]
Reviewed-by: Zhenyu Wang <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Signed-off-by: Zhenyu Wang <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions