summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm
Commit message (Collapse)AuthorAgeFilesLines
* Extend dim's hack from r228978: not only clang but gcc on non-x86 platformsnwhitehorn2012-10-283-6/+6
| | | | | | warns about unused variables in this code, so always add -Wno-unused to the warning flags. Why gcc on x86 *doesn't* warn about this, I will never know. The code itself should probably be fixed at some point.
* Don't try to build Linux compatibility stuff on platforms withoutnwhitehorn2012-10-271-1/+2
| | | | COMPAT_LINUX.
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disablermh2012-02-041-3/+14
| | | | | | | | | | | kernel modules that include binary-only code. More fine-grained control is provided via MK_SOURCELESS_HOST (for native code that runs on host CPU) and MK_SOURCELESS_UCODE (for microcode). Reviewed by: julian, delphij, freebsd-arch Approved by: kib (mentor) MFC after: 2 weeks
* For several files in sys/dev/drm, disable -Wunused-value when buildingdim2011-12-303-0/+12
| | | | | | | | | with clang. There are several macros in these files that return values, and in some cases nothing is done with them, but it is completely harmless. For some other files, also disable -Wconstant-conversion, since that triggers a false positive with the DMA_BIT_MASK() macro. MFC after: 1 week
* Welcome drm support for VIA unichrome chips.rnoland2010-01-312-1/+24
| | | | MFC after: 2 weeks
* Import simple drm memory manager.rnoland2010-01-311-0/+3
| | | | | | | This is required for the VIA driver and at least some parts are needed for GEM. MFC after: 2 weeks
* Add kernel support for Radeon R6/7xx 3D.rnoland2009-08-231-2/+2
| | | | | | | You will still need Mesa from git and possibly an updated DDX driver, but this is working fairly well now. MFC after: 2 weeks
* Import support for ATI Radeon R600 and R700 series chips.rnoland2009-03-071-1/+1
| | | | | | | | | | | | | | Tested on an HD3850 (RV670) on loan from Warren Block. Currently, you need one of the following for this to be useful: x11-drivers/xf86-video-radeonhd-devel (not tested) xf86-video-ati from git (EXA works, xv is too fast) xf86-video-radeonhd from git (EXA works, xv works) There is no 3d support available from dri just yet. MFC after: 2 weeks
* Update drm kernel drivers.rnoland2008-08-231-1/+1
| | | | | | | | | | This is a sync to mesa/drm pre-gem, with a few fixes on top of that. It also contains one local patch supplied by kib@ that I can't apply to git.master shared code. Approved by: flz Obtained from: mesa/drm git.master MFC after: 2 weeks
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-031-0/+1
| | | | and a new r300 PCI ID.
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-283-0/+18
| | | | | | | | | | | | | - S3 Savage driver ported. - Added support for ATI_fragment_shader registers for r200. - Improved r300 support, needed for latest r300 DRI driver. - (possibly) r300 PCIE support, needs X.Org server from CVS. - Added support for PCI Matrox cards. - Software fallbacks fixed for Rage 128, which used to render badly or hang. - Some issues reported by WITNESS are fixed. - i915 module Makefile added, as the driver may now be working, but is untested. - Added scripts for copying and preprocessing DRM CVS for inclusion in the kernel. Thanks to Daniel Stone for getting me started on that.
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-1/+1
| | | | | | by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-163-1/+42
| | | | | | | | | | | | | | | | | | | | - Split core DRM routines back into their own module, rather than using the nasty templated system like before. - Development-class R300 support in radeon driver (requires userland pieces, of course). - Mach64 driver (haven't tested in a while -- my mach64s no longer fit in the testbox). Covers Rage Pros, Rage Mobility P/M, Rage XL, and some others. - i915 driver files, which just need to get drm_drv.c fixed to allow attachment to the drmsub device. Covers i830 through i915 integrated graphics. - savage driver files, which should require minimal changes to work. Covers the Savage3D, Savage IX/MX, Savage 4, ProSavage. - Support for color and texture tiling and HyperZ features of Radeon. Thanks to: scottl (much p4 handholding) Jung-uk Kim (helpful prodding) PR: [1] kern/76879, [2] kern/72548 Submitted by: [1] Alex, lesha at intercaf dot ru [2] Shaun Jurrens, shaun at shamz dot net
* bsd.kmod.mk does not deal with manpages anymore.ru2004-01-135-5/+0
|
* Hook the SiS DRM up to the buildanholt2003-09-092-1/+10
| | | | Sponsored by: LinuxFund
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-095-13/+6
| | | | | | | included in XFree86 4.3, but includes some fixes. Notable changes include Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting support for Radeons, and vblank syncing support for r128, radeon, and mga. The gamma driver was removed due to lack of any users.
* Include "../Makefile.inc".nyan2002-11-061-0/+3
|
* Zap KMODDEPS entries so that people do not wonder why it isn't working onpeter2002-05-013-3/+0
| | | | | | -current. Apolgies to: anhold
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-285-5/+5
| | | | Approved by: des
* Add makefiles for DRM modulesanholt2002-04-276-0/+53
Approved by: des
OpenPOWER on IntegriCloud