The NetBSD Project

CVS log for src/sys/external/bsd/drm2/nouveau/nouveau_pci.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / nouveau

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36.4.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 14:48:34 2023 UTC (14 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Diff to: previous 1.36.4.1: preferred, colored; branchpoint 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36.4.1: +20 -4 lines
Pull up following revision(s) (requested by riastradh in ticket #321):

	sys/external/bsd/drm2/amdgpu/amdgpu_pci.c: revision 1.12
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.38
	sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.24

amdgpu: Suspend ioctls while device is suspended.
nouveau: Suspend ioctls while device is suspended.
radeon: Suspend ioctls while device is suspended.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 7 16:34:57 2023 UTC (15 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +20 -4 lines
nouveau: Suspend ioctls while device is suspended.

XXX pullup-10

Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 17:24:15 2023 UTC (19 months, 2 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +26 -2 lines
Pull up following revision(s) (requested by mrg in ticket #122):

	sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gart.c: revision 1.11
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.37
	sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.22
	sys/dev/wscons/wsdisplay.c: revision 1.166
	sys/dev/wscons/wsdisplayvar.h: revision 1.57

amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.
nouveau: Kick out genfb on firmware framebuffer before initializing.

PR kern/53126

radeon: Kick out genfb on firmware framebuffer before initializing.
this is the same change as nouveau_pci.c:1.37, and should fix at
least PR#56714 and i thought at least another PR i can't find right
now.  it fixes at least 2 different radeon cards for me on UEFI
booted system.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Mar 1 08:42:34 2023 UTC (20 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +26 -2 lines
nouveau: Kick out genfb on firmware framebuffer before initializing.

PR kern/53126

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 18 23:34:02 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -5 lines
drm: Simplify async framebuffer child task attachment logic.

No need for scheduling the task to fail.  Nix needless error
branches.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:45:35 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +13 -20 lines
nouveau: adjust the list of PCI devices to match

linux 5.6 drm supports all the cards previously listed as unsupported.
make those supported, and, add the newer list of unsupported (the
supported list goes to GTX 20 series.)


Author: phone <mrg@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:28:12 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +68 -83 lines
drm: Rework attach/detach and deferred task logic.

- Reduce the number of states the softc can be in.
- Fix races between attach and other threads.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:53:51 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
drm: Omit needless pci_attach_args from our drm_pci_attach.

Can already get it from the struct pci_dev, and this way we can more
easily call it from patched upstream code as i915 will need to do.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:09:48 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
drm: Remove local diffs for drm_pci_set_busid.

Instead, move it to its own file that can be safely used without
bringing in a link/run-time dependency on pci.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:05:20 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -2 lines
nouveau: Call nouveau_drm_device_init.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:05:13 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +31 -11 lines
Split drm_dev_alloc/register out of drm_pci_attach.

Needed by nouveau which needs to do

drm_dev_alloc
drm_pci_attach
nouveau_drm_device_init
drm_dev_register

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Dec 19 10:51:59 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -5 lines
Get nouveau compiling.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 19 10:32:59 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Remove last users of drmP.h.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 19 00:32:11 2021 UTC (2 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
nouveau_drm.h was renamed upstream to nouveau_drv.h.

Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:59 2020 UTC (4 years, 6 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.1: +57 -23 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.8.10.3: download - view: text, markup, annotated - select for diffs
Sun Mar 8 09:28:04 2020 UTC (4 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE
Diff to: previous 1.8.10.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.10.2: +49 -32 lines
Pull up following revision(s) (requested by mrg in ticket #1512):

	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.24,1.25
	(via patch)

Improve nouveau pci attachment code so it waits for the availability of /
before trying to load firmware.
Fixes my PR 54274.

LGTM mrg


list the PCI ID range for new nvidia TU117 and TU116.

adjust the check to simply be >= 0x1580, which is the
first pciid not support.

should fix PR#54600.

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sun Mar 1 12:50:42 2020 UTC (4 years, 8 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +10 -16 lines
Pull up following revision(s) (requested by mrg in ticket #749):

	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.25

list the PCI ID range for new nvidia TU117 and TU116.

adjust the check to simply be >= 0x1580, which is the
first pciid not support.

should fix PR#54600.

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:20:18 2020 UTC (4 years, 8 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +21 -2 lines
Sync with head.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 3 16:52:13 2020 UTC (4 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +21 -2 lines
Disable simplefb if nouveau attaches

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 5 22:37:49 2019 UTC (5 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20191119, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -16 lines
list the PCI ID range for new nvidia TU117 and TU116.
adjust the check to simply be >= 0x1580, which is the
first pciid not support.

should fix PR#54600.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 3 20:47:22 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Branch point for: netbsd-9
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +31 -10 lines
Improve nouveau pci attachment code so it waits for the availability of /
before trying to load firmware.

Fixes my PR 54274.

LGTM mrg

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:08:33 2019 UTC (5 years, 4 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +44 -31 lines
Sync with HEAD

Revision 1.8.18.3: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:02:03 2018 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.8.18.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.18.2: +10 -11 lines
Sync with HEAD, resolve a few conflicts

Revision 1.8.10.2: download - view: text, markup, annotated - select for diffs
Tue Dec 25 11:25:00 2018 UTC (5 years, 10 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-1-RELEASE, netbsd-8-1-RC1
Diff to: previous 1.8.10.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.10.1: +10 -4 lines
Pull up following revision(s) (requested by maya in ticket #1145):

	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.23

don't attach to new turing based nouveau cards.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Dec 24 08:40:33 2018 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, isaki-audio2-base, isaki-audio2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +10 -4 lines
don't attach to new turing based nouveau cards.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Dec 24 08:26:04 2018 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -9 lines
this works well enough to start and have basic accel only on GTX 750,
so enable those cards.  maybe can enable some pascal cards too.

thanks to fly for fixing nouveau drm2 so it was worth trying :-)

Revision 1.8.18.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:37 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.8.18.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.18.1: +36 -22 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 28 03:34:07 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
CVS tags: pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -8 lines
Move nouveau pci initialization to nouveau_pci where it belongs.

Somehow I forgot this was a separate module.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:18:54 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4 lines
Clarify nvkm_device_pci_create arguments.  Use bogus parent for match prints.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:12:29 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -0 lines
Let upstream code attempt match for nouveau.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:12:14 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Call linux_pci_dev_destroy on detach.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:11:46 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Pass the parent explicitly to linux_pci_dev_init.

This will allow us to use it in match routines.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:11:21 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -0 lines
Move linux_pci_dev_init into callers of drm_pci_attach.

The order in nouveau has to be

- linux_pci_dev_init
- nvkm_device_pci_new
- rest of drm_pci_attach

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 27 13:39:07 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -3 lines
Nix vestigial temporary.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 27 07:56:25 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
The PCI driver is now named as such.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 27 07:35:41 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Update object reference API, now with types!

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 27 06:41:35 2018 UTC (6 years, 2 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
engine/device.h -> core/device.h, nouveau -> nvkm

Revision 1.8.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:26:03 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +32 -2 lines
Sync with HEAD

Revision 1.8.10.1: download - view: text, markup, annotated - select for diffs
Fri Jun 8 10:08:06 2018 UTC (6 years, 5 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-0-RELEASE, netbsd-8-0-RC2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +32 -2 lines
Pull up following revision(s) (requested by mrg in ticket #851):

	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.9-1.11

disable drm2 on modern nouveau cards (Pascal-based).

our older drm doesn't have any support for modern Pascal or
the second version of Maxwell (but not disabled here yet)
but the driver tries to attach on any nvidia gpu.
this should workaround PR#53258, and other issues reported
with modern nvidia chipsets.

XXX: pullup-7, pullup-8.

-

disable matching nouveau on pascal and the second generation of maxwell
cards that are not supported by this version of drm.
this should fix various modern systems vs nvidia issues, eg PR 53188.

XXX: pullup-7, pullup-8.

 -

the previous change doubled the check for pascal.  fix it so
that we only check for later maxwell and pascal once each,
as intended.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 31 23:46:59 2018 UTC (6 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0728, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -26 lines
the previous change doubled the check for pascal.  fix it so
that we only check for later maxwell and pascal once each,
as intended.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 31 09:18:31 2018 UTC (6 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +32 -2 lines
disable matching nouveau on pascal and the second generation of maxwell
cards that are not supported by this version of drm.

this should fix various modern systems vs nvidia issues, eg PR 53188.

XXX: pullup-7, pullup-8.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 21 08:58:47 2018 UTC (6 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +26 -2 lines
disable drm2 on modern nouveau cards (Pascal-based).

our older drm doesn't have any support for modern Pascal or
the second version of Maxwell (but not disabled here yet)
but the driver tries to attach on any nvidia gpu.

this should workaround PR#53258, and other issues reported
with modern nvidia chipsets.

XXX: pullup-7, pullup-8.

Revision 1.8.16.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:38:00 2017 UTC (6 years, 11 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.8.16.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.16.1: +272 -0 lines
update from HEAD

Revision 1.3.2.6.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 18 08:46:45 2017 UTC (7 years, 9 months ago) by skrll
Branches: netbsd-7-nhusb
Diff to: previous 1.3.2.6: preferred, colored; next MAIN 1.3.2.7: preferred, colored
Changes since revision 1.3.2.6: +4 -16 lines
Sync with netbsd-5

Revision 1.3.2.7: download - view: text, markup, annotated - select for diffs
Mon Dec 12 09:13:43 2016 UTC (7 years, 10 months ago) by msaitoh
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1
Diff to: previous 1.3.2.6: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.6: +4 -16 lines
Pull up following revision(s) (requested by snj in ticket #1280):
	sys/external/bsd/drm2/ttm/ttm_bus_dma.c: revision 1.2
	sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: revision 1.14
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_dp.c: revision 1.2
	sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c: revision 1.7
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c: revision 1.11
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nv40.c: revision 1.2
	sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_driver.h: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/radeon_ttm.c: revision 1.8
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_connector.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_gem.c: revision 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/nouveau_subdev_devinit_nv04.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.c: revision 1.7
	sys/external/bsd/drm2/dist/drm/nouveau/core/core/nouveau_core_object.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/i915/i915_gpu_error.c: revision 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mxm/nouveau_subdev_mxm_mxms.c: revision 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mxm/nouveau_subdev_mxm_nv50.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nvd0.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_base.c: revision 1.5
	sys/external/bsd/drm2/include/drm/ttm/ttm_page_alloc.h: revision 1.2
	sys/external/bsd/drm2/drm/drm_vma_manager.c: revision 1.4
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.8
- fix non-debug build
- Use %"PRIx8", not %hx, for uint8_t.  %hx is for unsigned short.
- Flush unused function. Found by joerg.
- Make sure rbtrees are empty on desctruction.
  If related to PR kern/51076, might help catch the bug a bit earlier.
- revert rev 1.6.  we don't have access to those files as normal files
  and possible will get them directly elsewhere soon.
  (if i hack my nouveau to ignore fireware failure, it end up having
  a vaguely working console and slowly working X, which is better than
  the current situation.)
- Avoid possible null pointer dereference. Found by Coverity, CID 709895.
- Mark fallthrough to suppress Coverity complaints.
  CID 143119
  CID 143120
  CID 143121
  CID 143122
  CID 143123
  CID 143124
- Sanity-check that the encoder we found is not null.
  I think the previous code guarantees that finding this encoder should
  work, so this should be a moot point. CID 145720.
- Mark intended fallthrough to suppress Coverity CID 201378.
- Mark fallthrough with a comment to appease Coverity, CID 703385.
- Make it clearer to Coverity that there's no array overrun. CID 989067.
- Rework ttm tt swapin/swapout logic.
  Rather than handling `swapping in/out' here, per se, we let uvm do
  that, we interpret `swap out' as `deactivate pages', and we add
  generic ttm operations to wire and unwire pages, for the ttm_tt
  driver to use.
  This fixes certain graphics buffer eviction logic, which enables
  nouveau to suspend/resume on one of my machines.  (The machine
  doesn't resume overall for other reasons, but the nouveau device
  suspends and resumes in isolation.)
- Use bus_space_subregion to get fifo channels out of mmio registers.
  Evidently it is not enough to just map them separately.  Ran out of
  time to investigate why, last time I poked at this and confirmed this
  change works.
- Avoid taking locks during interrupts and explain why we are doing it this way.
- We now use cpu_intr_p() all the time.

Revision 1.3.4.5: download - view: text, markup, annotated - select for diffs
Fri Apr 22 15:44:16 2016 UTC (8 years, 6 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.3.4.4: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.4: +4 -16 lines
Sync with HEAD

Revision 1.8.16.1
Tue Apr 19 06:57:37 2016 UTC (8 years, 6 months ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.8: +0 -272 lines
file nouveau_pci.c was added on branch tls-maxphys on 2017-12-03 11:38:00 +0000

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 19 06:57:37 2016 UTC (8 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, netbsd-8-base, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: tls-maxphys, pgoyette-compat, netbsd-8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -16 lines
revert rev 1.6.  we don't have access to those files as normal files
and possible will get them directly elsewhere soon.

(if i hack my nouveau to ignore fireware failure, it end up having
a vaguely working console and slowly working X, which is better than
the current situation.)

Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Fri Apr 15 08:46:42 2016 UTC (8 years, 6 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base
Branch point for: netbsd-7-nhusb
Diff to: previous 1.3.2.5: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.5: +6 -4 lines
Pull up following revision(s) (requested by riastradh in ticket #1157):
	sys/external/bsd/drm2/dist/drm/nouveau/core/core/nouveau_core_subdev.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c: revisions 1.9, 1.10
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/namedb.h: revision 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bar/nouveau_subdev_bar_base.c: revisions 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem/nouveau_subdev_instmem_nv40.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: revision 1.8
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.h: revision 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fence.c: revision 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv10_fence.c: revision 1.3
	sys/external/bsd/drm2/include/linux/delay.h: revision 1.4
	sys/external/bsd/drm2/include/linux/spinlock.h: revision 1.7
	sys/external/bsd/drm2/nouveau/files.nouveau: revision 1.14
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.7
Set nouveau to a more reasonable debug level.
Match the compile-time and default run-time settings in Linux.
--
Pass a sensible device state pointer to nouveau suspend/resume ops.
Gives nouveau half a chance of suspending and resuming -- not that it
works on my test laptop yet, but it's a start.
--
Fix bus_space_subregion error branch.
Return error code, not 0 (!), on bus_space_subregion failure.
In answer to `XXX error branch' comment: if nouveau_barobj_ctor
fails, then the caller will call nouveau_barobj_dtor too.  So there's
no leak here.
Unlikely to fix any observed bugs with nouveau -- there's no error
branch in the Linux side here.  But maybe it will catch some other
bug earlier.
--
Map the same mmio size as Linux does.
Unlikely to have practical consequences -- just reduces differences
in behaviour from upstream, to rule them out.
--
Print error code for failure to map PRAMIN BAR.
--
In msleep use mdelay if cold
--
Use only the low 32 bits of the bar object's vma offset as intended.
Should fix PR kern/50372, seen by everyone trying to use nouveau on
amd64 with hardware that uses nv50-style BARs and not nvc0-style
BARs.
--
Destroy the lock before caller frees memory.
--
Destroy spin locks appropriately.
--
Destroy the mutex before free.
--
Provide reader/writer semantics with recursive readers.
--
Exclude VRAM and FIFO regions from MMIO register mapping.
Nouveau maps those separately, and it is not trivial to convert those
mappings to bus_space_subregion.

Revision 1.3.4.4: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:30:30 2016 UTC (8 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.3.4.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.3: +6 -4 lines
Sync with HEAD

Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Thu Feb 11 22:55:50 2016 UTC (8 years, 8 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.3.2.4: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.4: +16 -4 lines
Pull up following revision(s) (requested by riastradh in ticket #1081):
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.6
push the real attach down via config_mountroot, like radeon, as we
need firmware files.. which are currently missing:
drm kern error: nouveau E[  PGRAPH][nouveau0] failed to load fuc409c

Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Thu Feb 11 22:52:58 2016 UTC (8 years, 8 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.3: +4 -8 lines
Pull up following revision(s) (requested by riastradh in ticket #1080):
	sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: revision 1.14
	sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: revision 1.8
	sys/external/bsd/drm2/dist/drm/i915/intel_sdvo.c: revision 1.7
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: revision 1.7
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h: revision 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_base.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c: revision 1.5
	sys/external/bsd/drm2/dist/drm/radeon/radeon_gem.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/radeon_i2c.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/radeon_kms.c: revision 1.3
	sys/external/bsd/drm2/include/linux/pci.h: revision 1.21
	sys/external/bsd/drm2/include/linux/platform_device.h: revision 1.7
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.5
Use nv_device_base(dev) like other callers, not dev->pdev->dev.
First step in fixing the struct device nonsense.  This won't actually
fix anything yet until we also fix nv_device_base.
--
dev->dev, not &dev->pdev->dev.
Latter is a charlatan, soon to meet judgment for its sins.
--
dev->dev, not &dev->pdev->dev.
Latter is a mistake that is all my fault.  Oops.
--
Eliminate Linux struct pci_dev::dev, struct platform_device::dev.

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Thu Feb 11 22:48:22 2016 UTC (8 years, 8 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +65 -40 lines
Pull up following revision(s) (requested by riastradh in ticket #1092):
	sys/external/bsd/drm2/nouveau/files.nouveau: revision 1.9
	sys/external/bsd/drm2/nouveau/nouveau_module.c: revision 1.4
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.4
	sys/external/bsd/drm2/nouveau/nouveau_pci.h: revision 1.2
	sys/external/bsd/drm2/nouveau/nouveaufb.c: revision 1.3
Split nouveau@pci from nouveau so we can attach it to other busses.
nouveaufb still depends on nouveau_pci, but it is not applicable to
non-PCI devices anyway.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 11 04:51:44 2016 UTC (8 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: nick-nhusb-base-20160319
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -4 lines
Pass a sensible device state pointer to nouveau suspend/resume ops.

Gives nouveau half a chance of suspending and resuming -- not that it
works on my test laptop yet, but it's a start.

Revision 1.3.4.3: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:10:03 2015 UTC (8 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.3.4.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.2: +79 -46 lines
Sync with HEAD (as of 26th Dec)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 27 21:46:42 2015 UTC (9 years ago) by mrg
Branches: MAIN
CVS tags: nick-nhusb-base-20151226
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -4 lines
push the real attach down via config_mountroot, like radeon, as we
need firmware files.. which are currently missing:

drm kern error: nouveau E[  PGRAPH][nouveau0] failed to load fuc409c

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 27 13:21:19 2015 UTC (9 years ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -8 lines
Eliminate Linux struct pci_dev::dev, struct platform_device::dev.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 17 12:02:44 2015 UTC (9 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +65 -40 lines
Split nouveau@pci from nouveau so we can attach it to other busses.
nouveaufb still depends on nouveau_pci, but it is not applicable to
non-PCI devices anyway.

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:18:17 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +249 -0 lines
Sync with HEAD

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Fri Mar 6 21:39:11 2015 UTC (9 years, 8 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +249 -0 lines
Pull up following revision(s) (requested by mrg in ticket #573):
	sys/external/bsd/common/include/linux/kernel.h: 1.5, 1.6
	sys/external/bsd/drm2/dist/drm/drm_ioctl.c: 1.4
	sys/external/bsd/drm2/dist/drm/drm_irq.c: 1.6-1.8
	sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: 1.13-1.15
	sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: 1.23-1.27
	sys/external/bsd/drm2/dist/drm/i915/i915_gem_execbuffer.c: 1.5
	sys/external/bsd/drm2/dist/drm/i915/intel_display.c: 1.14, 1.15
	sys/external/bsd/drm2/dist/drm/i915/intel_dp.c: 1.10
	sys/external/bsd/drm2/dist/drm/i915/intel_drv.h: 1.8
	sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: 1.8-1.13
	sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: 1.6
	sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.c: 1.5, 1.6
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c: 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nvc0.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h: 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/mc.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/pwr.h: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/os.h: 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_pll.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/fbmem.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/nouveau_subdev_devinit_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nvc0.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nv50.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nvc0.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc/nouveau_subdev_mc_base.c: 1.2, 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mxm/nouveau_subdev_mxm_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/pwr/nouveau_subdev_pwr_base.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/therm/nouveau_subdev_therm_ic.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/timer/nouveau_subdev_timer_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_nv44.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nv04.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.h: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fbcon.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv50_display.c: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv84_fence.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.c: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_vga.h: 1.2
	sys/external/bsd/drm2/dist/drm/radeon/radeon_fence.c: 1.6-1.8
	sys/external/bsd/drm2/dist/drm/radeon/radeon_pm.c: 1.3
	sys/external/bsd/drm2/dist/drm/radeon/rs400.c: 1.3
	sys/external/bsd/drm2/dist/drm/via/via_dmablit.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/via/via_drv.h: 1.3
	sys/external/bsd/drm2/dist/drm/via/via_irq.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/via/via_video.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/include/drm/drmP.h: 1.10
	sys/external/bsd/drm2/dist/include/drm/drm_crtc.h: 1.4
	sys/external/bsd/drm2/dist/include/drm/drm_modes.h: 1.3
	sys/external/bsd/drm2/dist/uapi/drm/i915_drm.h: 1.2
	sys/external/bsd/drm2/drm/drm_cache.c: 1.4-1.6
	sys/external/bsd/drm2/drm/drm_drv.c: 1.14
	sys/external/bsd/drm2/drm/drm_module.c: 1.10
	sys/external/bsd/drm2/drm/drm_sysctl.c: 1.5
	sys/external/bsd/drm2/drm/drm_vma_manager.c: 1.2
	sys/external/bsd/drm2/drm/drmfb.c: 1.1
	sys/external/bsd/drm2/drm/files.drmkms: 1.10, 1.11
	sys/external/bsd/drm2/i2c/drm_encoder_slave.c: 1.1
	sys/external/bsd/drm2/i915drm/files.i915drmkms: 1.7, 1.10
	sys/external/bsd/drm2/i915drm/intelfb.c: 1.11, 1.12
	sys/external/bsd/drm2/include/asm/io.h: 1.4
	sys/external/bsd/drm2/include/asm/unaligned.h: 1.2, 1.3
	sys/external/bsd/drm2/include/drm/drm_encoder_slave.h: 1.1
	sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: 1.7-1.11
	sys/external/bsd/drm2/include/drm/drmfb.h: 1.1
	sys/external/bsd/drm2/include/drm/drmfb_pci.h: 1.1, 1.2
	sys/external/bsd/drm2/include/linux/bitops.h: 1.9
	sys/external/bsd/drm2/include/linux/i2c.h: 1.7, 1.8
	sys/external/bsd/drm2/include/linux/io-mapping.h: 1.5
	sys/external/bsd/drm2/include/linux/moduleparam.h: 1.5
	sys/external/bsd/drm2/include/linux/pci.h: 1.12-1.15
	sys/external/bsd/drm2/include/linux/pm.h: 1.4
	sys/external/bsd/drm2/include/linux/reboot.h: 1.2
	sys/external/bsd/drm2/include/linux/slab.h: 1.5
	sys/external/bsd/drm2/include/linux/string.h: 1.4
	sys/external/bsd/drm2/include/linux/vgaarb.h: 1.3
	sys/external/bsd/drm2/include/linux/ww_mutex.h: 1.10
	sys/external/bsd/drm2/linux/files.drmkms_linux: 1.8
	sys/external/bsd/drm2/linux/linux_i2c.c: 1.3
	sys/external/bsd/drm2/linux/linux_ww_mutex.c: 1.1
	sys/external/bsd/drm2/nouveau/files.nouveau: 1.5-1.8
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: 1.1-1.3
	sys/external/bsd/drm2/nouveau/nouveau_pci.h: 1.1
	sys/external/bsd/drm2/nouveau/nouveau_sysfs.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveau_vga.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveaufb.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveaufb.h: 1.1
	sys/external/bsd/drm2/pci/drm_pci.c: 1.10-1.12
	sys/external/bsd/drm2/pci/drm_pci_module.c: 1.4
	sys/external/bsd/drm2/pci/drmfb_pci.c: 1.1-1.3
	sys/external/bsd/drm2/pci/files.drmkms_pci: 1.5
	sys/external/bsd/drm2/radeon/radeon_pci.c: 1.5-1.7
	sys/modules/drmkms/Makefile: 1.8, 1.9
	sys/modules/drmkms_linux/Makefile: 1.6
	sys/modules/drmkms_pci/Makefile: 1.5
sync drm2 with HEAD.

Revision 1.3.4.1
Fri Mar 6 15:39:28 2015 UTC (9 years, 8 months ago) by skrll
Branches: nick-nhusb
FILE REMOVED
Changes since revision 1.3: +0 -249 lines
file nouveau_pci.c was added on branch nick-nhusb on 2015-04-06 15:18:17 +0000

Revision 1.3.2.1
Fri Mar 6 15:39:28 2015 UTC (9 years, 8 months ago) by snj
Branches: netbsd-7
FILE REMOVED
Changes since revision 1.3: +0 -249 lines
file nouveau_pci.c was added on branch netbsd-7 on 2015-03-06 21:39:11 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 6 15:39:28 2015 UTC (9 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406
Branch point for: nick-nhusb, netbsd-7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +28 -5 lines
Create the nouveau device object so the driver can start.

I get a lot of messages on the console and then it hangs.  Progress!

Next to try with a breakfast console.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 6 15:08:02 2015 UTC (9 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
Spurious blank line.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 6 01:43:07 2015 UTC (9 years, 8 months ago) by riastradh
Branches: MAIN
One last round for nouveau.  It links!

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>