2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/nova-core
Alexandre Courbot a6fdda6dfe gpu: nova-core: select AUXILIARY_BUS instead of depending on it
CONFIG_AUXILIARY_BUS cannot be enabled explicitly, and unless we select
it we have no way to include it (and thus to enable NOVA_CORE) unless
another driver happens to do it for us.

Fixes: e041d81a03 ("gpu: nova-core: register auxiliary device for nova-drm")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://lore.kernel.org/r/20250515-aux_bus-v2-2-47c70f96ae9b@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2025-05-15 20:59:32 +02:00
..
regs gpu: nova-core: define registers layout using helper macro 2025-05-13 15:08:18 +02:00
driver.rs
firmware.rs gpu: nova-core: move Firmware to firmware module 2025-05-13 15:08:57 +02:00
gpu.rs gpu: nova-core: move Firmware to firmware module 2025-05-13 15:08:57 +02:00
Kconfig gpu: nova-core: select AUXILIARY_BUS instead of depending on it 2025-05-15 20:59:32 +02:00
Makefile
nova_core.rs
regs.rs gpu: nova-core: fix layout of NV_PMC_BOOT_0 2025-05-13 15:08:57 +02:00
util.rs