]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova: require little endian
authorEliot Courtney <ecourtney@nvidia.com>
Tue, 7 Apr 2026 03:59:50 +0000 (12:59 +0900)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 29 Apr 2026 21:47:45 +0000 (23:47 +0200)
commitd39e22cf87b664d2398523294055e1d6b96dde1f
tree25bee23b439280b6c404dfff562756efd206f455
parenta4c6d5d146157228bc03429cf7926d8a14072c84
gpu: nova: require little endian

The driver already assumes little endian in a lot of locations. For
example, all the code that reads RPCs out of the command queue just
directly interprets the bytes.

Make this explicit in Kconfig.

Signed-off-by: Eliot Courtney <ecourtney@nvidia.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Link: https://patch.msgid.link/20260407-fix-kconfig-v2-1-6b4fb06c690c@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/nova/Kconfig
drivers/gpu/nova-core/Kconfig