History log of /netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/nouveau_nvkm_engine_device_user.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.8 19-Dec-2021 riastradh

Get nouveau compiling.


# 1.7 18-Dec-2021 riastradh

Merge linux-drm-v5-6-rc3


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 27-Aug-2018 riastradh

branches: 1.6.2; 1.6.6;
Mark some NetBSDisms as such.


# 1.5 27-Aug-2018 riastradh

Don't pass zero to __ffs64 -- it finds zero indigestible.


# 1.4 27-Aug-2018 riastradh

Sprinkle static on local functions with no prior prototypes.


# 1.3 27-Aug-2018 riastradh

Kludge to pass bus_space_tag through nvif mappings.

- New `ioctl' NVIF_IOCTL_V0_MAP_NETBSD returns bus_space_tag_t too.
. Blocked from userland. (Would only disclose a kernel virtual
address, so not terribly serious.)
- struct nvif_driver::map function takes bus_sapce_tag, returns
bus_space_handle in addition to kva pointer.
- struct nvif_driver::unmap function takes bus_space_tag and
bus_space_handle rather than kva pointer.
- Teach various nvkm object types to return bus space tags too.
- Map them all with BUS_SPACE_MAP_LINEAR so the vaddr works.

XXX The fifo channel might need to be mapped with a subregion.
XXX What to do?


# 1.2 27-Aug-2018 riastradh

merge linux-drm-v4-4-143


# 1.1 27-Aug-2018 riastradh

branches: 1.1.1;
Initial revision


Revision tags: isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 27-Aug-2018 riastradh

branches: 1.6.2;
Mark some NetBSDisms as such.


# 1.5 27-Aug-2018 riastradh

Don't pass zero to __ffs64 -- it finds zero indigestible.


# 1.4 27-Aug-2018 riastradh

Sprinkle static on local functions with no prior prototypes.


# 1.3 27-Aug-2018 riastradh

Kludge to pass bus_space_tag through nvif mappings.

- New `ioctl' NVIF_IOCTL_V0_MAP_NETBSD returns bus_space_tag_t too.
. Blocked from userland. (Would only disclose a kernel virtual
address, so not terribly serious.)
- struct nvif_driver::map function takes bus_sapce_tag, returns
bus_space_handle in addition to kva pointer.
- struct nvif_driver::unmap function takes bus_space_tag and
bus_space_handle rather than kva pointer.
- Teach various nvkm object types to return bus space tags too.
- Map them all with BUS_SPACE_MAP_LINEAR so the vaddr works.

XXX The fifo channel might need to be mapped with a subregion.
XXX What to do?


# 1.2 27-Aug-2018 riastradh

merge linux-drm-v4-4-143


# 1.1 27-Aug-2018 riastradh

branches: 1.1.1;
Initial revision