Files
linux-nv-oot/drivers/gpu/host1x/Makefile
Santosh BS 340bd4418f gpu: host1x: add t264 hw specific nvhost changes
- Add chip specific nvhost files for t264
- Programming sequence modification needed for Thor
- Update the register addresses accordingly for
  mmio-vm, classid-vm, streamid base-limit, channel,
  gating registers .etc

Bug 4132685

Change-Id: I03e710c0941a68e0b6bc1352134eae6d6fd9c2b0
Signed-off-by: Santosh BS <santoshb@nvidia.com>
2025-07-24 10:19:09 +00:00

29 lines
436 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved.
host1x-y = \
bus.o \
syncpt.o \
dev.o \
intr.o \
cdma.o \
channel.o \
job.o \
debug.o \
mipi.o \
fence.o \
actmon.o \
hw/host1x01.o \
hw/host1x02.o \
hw/host1x04.o \
hw/host1x05.o \
hw/host1x06.o \
hw/host1x07.o \
hw/host1x08.o \
hw/host1x09.o
host1x-$(CONFIG_IOMMU_API) += \
context.o
obj-m := host1x.o