summaryrefslogtreecommitdiff
path: root/sys/dev/drm
AgeCommit message (Expand)Author
2007-08-21Properly initialize the dev_priv before calling the i915_dma_cleanup().Konstantin Belousov
2007-07-12bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with aKonstantin Belousov
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-28Update __FreeBSD_version check for pci_find_extcap() now that it isJohn Baldwin
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-09-07Merge from DRM upstream:Eric Anholt
2006-05-17Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenEric Anholt
2006-05-17Merge from DRM CVS:Eric Anholt
2006-04-18Reorder the DRM_*_AGP enums to match linux and what our code expects, fixingEric Anholt
2006-04-13Re-apply changes to make this compile with -Wundef:Ruslan Ermilov
2006-04-09Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedEric Anholt
2005-12-20- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin
2005-12-04Use compile-time detection of 64-bit addressing.Ruslan Ermilov
2005-12-04Fix -Wundef warnings and properly check the size of long, FWIW.Ruslan Ermilov
2005-12-03Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,Eric Anholt
2005-12-03Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backEric Anholt
2005-12-02Restore the enabling of debugging by default by the DRM_DEBUG kernel option.Eric Anholt
2005-11-28Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt
2005-08-01Fix a buffer aging problem in new r300 code that could lead to hangs with someEric Anholt
2005-07-20Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt
2005-06-28Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperEric Anholt
2005-06-24Mark the permanent map for radeon registers read-only. Failure to set this flagEric Anholt
2005-04-24Fix a panic on X startup for drivers that don't init maps themselves by storingEric Anholt
2005-04-16Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt
2005-04-01- Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin
2005-02-26move ptr deref's to after null checksSam Leffler
2005-02-22Neuter DRM(mapbufs) until somebody finds time to try to fix it.Poul-Henning Kamp
2005-01-07Fix typo from previous commit.Scott Long
2005-01-06Unbreak the tinderbox, make this compile.Maxim Konovalov
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-15Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().Suleiman Souhlal
2004-12-02Specifically use the 32-bit version of fuword/suword since that's whatDavid E. O'Brien
2004-08-29Fixed the module name (macros don't work here).Ruslan Ermilov
2004-08-05Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-11Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-03Prefer uintptr_t to intptr_t.David E. O'Brien
2004-03-03Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien
2004-03-03Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien
2004-03-03Add memory barrier routines for AMD64.David E. O'Brien
2004-03-03Cast thru intptr_t on the way to void* for success on 64-bit platforms.David E. O'Brien
2004-02-23Limit the amount of memory userspace processes can cause the kernel toRobert Watson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2004-02-14This is not a D_TTY driver.Poul-Henning Kamp
2004-01-06Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt
2003-12-23Fix a few more places where NULL was used instead of 0.Stefan Eßer
2003-11-12Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt
2003-11-03Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sEric Anholt