diff options
author | 2024-03-18 14:51:19 +0000 | |
---|---|---|
committer | 2024-03-25 09:18:04 +0100 | |
commit | 0b45921c2a8831834a5f8a52ddd0b25b5b1c6faf (patch) | |
tree | 8afcade1bc8ea052ca6149b86f808f34698252c2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/panthor: Fix the CONFIG_PM=n case (diff) | |
download | wireguard-linux-0b45921c2a8831834a5f8a52ddd0b25b5b1c6faf.tar.xz wireguard-linux-0b45921c2a8831834a5f8a52ddd0b25b5b1c6faf.zip |
drm/panthor: Don't use virt_to_pfn()
virt_to_pfn() isn't available on x86 (except to xen) so breaks
COMPILE_TEST builds. Avoid its use completely by instead storing the
struct page pointer allocated in panthor_device_init() and using
page_to_pfn() instead.
Signed-off-by: Steven Price <steven.price@arm.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318145119.368582-1-steven.price@arm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions