#
230c41e4 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of the older style more complex expressions.
|
#
3673c703 |
| 19-Jul-2022 |
riastradh <riastradh@NetBSD.org> |
drm: Propagate CPPFLAGS.drmkms into all the drm drivers.
|
#
76f86168 |
| 17-Jul-2022 |
riastradh <riastradh@NetBSD.org> |
drm: Modularize ttm.
|
#
cd37c4b3 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
Revert part of previous: no separate CPPFLAGS.drmkms.
There are too many drms users outside sys/external/bsd/drm2 for now; will hold off on this until we find a better way to keep the drm includes m
Revert part of previous: no separate CPPFLAGS.drmkms.
There are too many drms users outside sys/external/bsd/drm2 for now; will hold off on this until we find a better way to keep the drm includes modularized.
show more ...
|
#
4fca3d37 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
Narrow the CPPFLAGS for drm subsystems.
No need for the whole kernel to be built with -I flags for the drm header files.
|
#
cd64efc2 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
Fix up ttm agp.
|
#
5cd7c9ff |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
Build ttm with -Wno-missing-field-initializers, -Wno-shadow.
|
#
90bf43e9 |
| 30-Sep-2019 |
mrg <mrg@NetBSD.org> |
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
|
#
9f985909 |
| 04-Feb-2019 |
mrg <mrg@NetBSD.org> |
add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthrough for various drm files that would be best ignored or upstream fixed. (could fix savagedrm, no one upstream is that any more.)
|
#
1a497622 |
| 14-Sep-2014 |
riastradh <riastradh@NetBSD.org> |
Split drm ttm config into a separate file.
|