History log of /netbsd/sys/arch/arm/nvidia/tegra_nouveau.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 54044c30 19-Dec-2021 riastradh <riastradh@NetBSD.org>

drm_dev_alloc now returns ERR_PTR, check for that.


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


# 8e90f9ed 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all c

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.

show more ...


# 42ef9f60 25-Jan-2021 thorpej <thorpej@NetBSD.org>

Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.


# 0717bee5 18-Jan-2021 thorpej <thorpej@NetBSD.org>

Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.


# 70420df0 15-Jan-2021 jmcneill <jmcneill@NetBSD.org>

use fdtbus_intr_establish_xname


# 3298715f 01-Nov-2018 skrll <skrll@NetBSD.org>

Fix non-DIAGNOSTIC build


# 19f6d11a 27-Aug-2018 riastradh <riastradh@NetBSD.org>

Update tegra drm and nouveau to compile with new drmkms.

Compile-tested only.


# d75c7e6e 30-May-2017 jmcneill <jmcneill@NetBSD.org>

Use an FDT-based ARM_INTR_IMPL for Tegra.


# cfee7739 22-Dec-2015 jmcneill <jmcneill@NetBSD.org>

Switch Tegra over to fdt based clocks and reset controls.


# a85eb24f 13-Dec-2015 jmcneill <jmcneill@NetBSD.org>

attach nouveau to fdt


# 79c788b4 27-Oct-2015 riastradh <riastradh@NetBSD.org>

Eliminate Linux struct pci_dev::dev, struct platform_device::dev.


# cf1b92a3 18-Oct-2015 jmcneill <jmcneill@NetBSD.org>

support passing nouveau.config= and nouveau.debug= on the kernel cmdline


# 5993f04c 18-Oct-2015 jmcneill <jmcneill@NetBSD.org>

fill in bus space tag, dma tag for drm device too


# ca2b9f46 18-Oct-2015 jmcneill <jmcneill@NetBSD.org>

defer DRM initialization until after the root file-system is loaded, so we can read necessary firmware files


# b650f9c3 18-Oct-2015 jmcneill <jmcneill@NetBSD.org>

provide dma tag and copy of our struct device (eww)


# 80cbcbc9 18-Oct-2015 jmcneill <jmcneill@NetBSD.org>

dont drop to Debugger on error


# 6654340d 17-Oct-2015 jmcneill <jmcneill@NetBSD.org>

Add bus glue for attaching nouveau DRM