/external/bsd/libbind/dist/port/unknown/include/

ype='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/modules/drmkms/Makefile
AgeCommit message (Collapse)Author
2023-01-31sys/modules/drmkms: Remove GPU scheduler files.riastradh
These have been moved out to drmkms_sched.kmod. XXX pullup-10
2022-07-17drm: Include GPU scheduler in drmkms.kmod.riastradh
Could be split into a separate module, but whatever.
2022-07-17drm: Sync module/drmkms/Makefile with files.drmkms.riastradh
Unconditionally include legacy APIs for viadrmums.
2022-07-17drm: Dust off module build a little.riastradh
2021-12-19drm: Sync (device-independent) drmkms*.kmod makefiles.riastradh
2021-06-03build the drmkms modules with -fwrapv toonia
2020-02-14Carry new CWARNFLAGS over to module reachover makefiles.riastradh
Forgot these modules existed!
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
explicitly set WARNS for modules that fail with WARNS=5. Also, turn on -Wno-missing-noreturn for clang for some files. At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5 Discussed on tech-kern.
2018-08-28Rework PCI and AGP conditionalization.riastradh
- Push drm_pci_set_unique into driver callback. - Eliminate drm_pci_set_unique_hook. - Gather all drm_agp_* functions into struct drm_agp_hooks. - Replace the nonsensical old atomic garbage by serious locking. - Make drm_agpsupport.c its own module. - Eliminate NDRMKMS_PCI. - Use NAGP from "agp.h" only in drm_module.c for horrible hack. => See comment in file for rationale. - Always define CONFIG_PCI=1 and CONFIG_AGP=1. - Always go through the drm_agp_* function hooks. - Ifdef out nouveau agp stuff that doesn't go through drm_agp_* for reasons that I'm too frustrated to figure out tonight. - pci_iomap no longer automagically does agp_i810_borrow. => Use drm_agp_borrow instead.
2018-08-27Make drmkms.kmod build again on amd64.riastradh
2015-03-05Factor generic parts of intelfb out into a drmfb.riastradh
Adapting radeondrmkmsfb should not be hard. This will make nouveaufb easier too.
2015-03-05Rewrite drm_encoder_slave.c, as nouveau will need.riastradh
2014-11-22Move all PCI/AGP code back to drmkms_pci module where it belongs.riastradh
2014-11-12this module needs MKLDSCRIPT too nowchristos
2014-11-12make this work: add agpsupport and sysctl codechristos
2014-11-11fix build failure.nonaka
> /tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory
2014-07-16Make it build and boot on my test machines.riastradh
Screen blanks on boot on the Ivy Bridge system with DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun But after that everything is OK. Appears to be an upstream problem. To investigate... I think there's a cache flushing issue somewhere -- there are little display artefacts on my T60.
2014-03-18Merge riastradh-drm2 to HEAD.riastradh