diff options
author | Steven Price <[email protected]> | 2024-03-18 14:51:19 +0000 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2024-03-25 09:18:04 +0100 |
commit | 0b45921c2a8831834a5f8a52ddd0b25b5b1c6faf (patch) | |
tree | 8afcade1bc8ea052ca6149b86f808f34698252c2 /scripts/generate_rust_analyzer.py | |
parent | 0cd8363ed802922e39446d783f767b3e09335ddc (diff) |
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 <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions