Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core Fix...
details: https://anonhg.NetBSD.org/src/rev/74cc29cdff5d
branches: trunk
changeset: 365992:74cc29cdff5d
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 07:30:56 2018 +0000
description:
Fix tpoy.
diffstat:
sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 65ecddba6ca7 -r 74cc29cdff5d sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h
--- a/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h Mon Aug 27 07:30:47 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h Mon Aug 27 07:30:56 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.2 2018/08/27 04:58:30 riastradh Exp $ */
+/* $NetBSD: device.h,v 1.3 2018/08/27 07:30:56 riastradh Exp $ */
#ifndef __NVKM_DEVICE_H__
#define __NVKM_DEVICE_H__
@@ -254,7 +254,7 @@
return bus_space_write_stream_2(d->mmiot, d->mmioh, a, v);
}
static inline void
-nvkm_wr16(struct nvkm_device *d, bus_size_t a, uint32_t v)
+nvkm_wr32(struct nvkm_device *d, bus_size_t a, uint32_t v)
{
return bus_space_write_stream_4(d->mmiot, d->mmioh, a, v);
}
Home |
Main Index |
Thread Index |
Old Index