2005-05-27 |
Ian Romanick | Modify drm_driver::device_is_agp to return a tri-state... |
tree | commitdiff |
2005-05-21 |
Ian Romanick | Change the MGA initialization and cleanup a bit. The... |
tree | commitdiff |
2005-05-16 |
Ian Romanick | Added device_is_agp callback to drm_driver. This functi... |
tree | commitdiff |
2005-04-26 |
Eric Anholt | Convert NOMAN to the new preferred spelling NO_MAN... |
tree | commitdiff |
2005-04-26 |
Eric Anholt | Convert BSD code to mostly use bus_dma, the dma abstrac... |
tree | commitdiff |
2005-04-24 |
Eric Anholt | Fix a panic on startup with non-initmapping drivers... |
tree | commitdiff |
2005-04-16 |
Eric Anholt | Use /*- to begin license blocks in BSD code to reduce... |
tree | commitdiff |
2005-04-13 |
Eric Anholt | Fix build on FreeBSD-current, thanks to jhb@. |
tree | commitdiff |
2005-02-19 |
Eric Anholt | Merge r1.26 from FreeBSD: Now that mem(4) is a kernel... |
tree | commitdiff |
2005-02-14 |
Eric Anholt | Use fuword32 for DRM_GET_USER_UNCHECKED when available... |
tree | commitdiff |
2005-02-14 |
Eric Anholt | Use the proper API to get PCI vendor/device number... |
tree | commitdiff |
2005-02-13 |
Eric Anholt | Fix bad copy'n'pastage of copyrights -- don't disclaim... |
tree | commitdiff |
2005-02-13 |
Eric Anholt | Add the first bits necessary for a port of savage to... |
tree | commitdiff |
2005-02-08 |
Eric Anholt | Close a race which could allow for privilege escalation... |
tree | commitdiff |
2005-02-07 |
Eric Anholt | Restore a debugging message to DRM_DEBUG instead of... |
tree | commitdiff |
2005-02-07 |
Eric Anholt | Remove some annoying trailing whitespace. |
tree | commitdiff |
2005-02-05 |
Eric Anholt | - Implement drm_initmap, and extend it with the resourc... |
tree | commitdiff |
2005-01-17 |
Eric Anholt | Add detection of whether the device is AGP by walking... |
tree | commitdiff |
2004-12-15 |
Eric Anholt | Use SYSCTL_ADD_OID macro instead of calling function... |
tree | commitdiff |
2004-11-07 |
Eric Anholt | Refine the locking of the DRM. Most significant is... |
tree | commitdiff |
2004-11-07 |
Eric Anholt | Don't link in files which no longer exist. |
tree | commitdiff |
2004-11-07 |
Eric Anholt | Now that the memory debug code is gone, and all 3 BSDs... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Add the drm Makefile and update .cvsignores. |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Convert more drivers for bsd-core, moving the ioctl... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Remove some core stuff that ended up being unnecessary. |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Get r128 basically working: Hook up the driver's dma... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Move the lock/unlock ioctls to a more logical place... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Connect up r128_ioctls in driver config. |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Hook the debug output up to a sysctl, so you can choose... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Add file missed in last commit: Commit first pieces... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Commit first pieces of port to OpenBSD, done by Martin... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Remove the vestiges of the memory-debug code. |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Commit WIP of BSD conversion to core model. Compiles... |
tree | commitdiff |
2004-08-24 |
Erdi Chen | This patch adds three new ioctl's to the VIA Unichrome... |
tree | commitdiff |
2004-08-17 |
Dave Airlie | Merged drmfntbl-0-0-1 |
tree | commitdiff |
2004-08-14 |
Eric Anholt | Remove unused pcigart/sg header stuff from i915 driver. |
tree | commitdiff |
2004-08-14 |
Eric Anholt | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will... |
tree | commitdiff |
2004-08-14 |
Eric Anholt | Hopefully proper fix for corrupted driver name in memco... |
tree | commitdiff |
2004-08-13 |
Eric Anholt | Enable MTRR usage on AMD64, and use DELAY() instead... |
tree | commitdiff |
2004-08-03 |
Dave Airlie | bring over fix from i865-agp branch, it now probes... |
tree | commitdiff |
2004-07-29 |
Dave Airlie | add read/write 16 |
tree | commitdiff |
2004-07-29 |
Dave Airlie | change to agp not pci ... still not working |
tree | commitdiff |
2004-07-29 |
Dave Airlie | initial port of i915 to BSD, not finished doesn't work... |
tree | commitdiff |
2004-07-06 |
Eric Anholt | Fix module loading on alpha by not referencing MTRR... |
tree | commitdiff |
2004-07-06 |
Eric Anholt | MFC as of 20040705: dev_t -> struct cdev * change. |
tree | commitdiff |
2004-05-11 |
Eric Anholt | Merge from FreeBSD-current. Mostly 64-bit cleanliness... |
tree | commitdiff |
2004-05-09 |
Eric Anholt | Add mach64 DRM module for BSD (untested, but compiles). |
tree | commitdiff |
2004-05-09 |
Eric Anholt | Add .cvsignore files. |
tree | commitdiff |
2004-05-09 |
Eric Anholt | Warning fixes. |
tree | commitdiff |
2004-05-09 |
Eric Anholt | - Link in shared files as necessary and clean them up. |
tree | commitdiff |
2004-05-09 |
Eric Anholt | Catch up with sis's DRM tag change. |
tree | commitdiff |
2004-05-09 |
Eric Anholt | drm_hw_lock_t is now defined in drm.h, remove from... |
tree | commitdiff |
2004-05-09 |
Dave Airlie | Commit sysfs and drm PCI changes for 2.6 kernel |
tree | commitdiff |
2004-04-21 |
Dave Airlie | centralise pci ids into one place and use scripts to... |
tree | commitdiff |
2004-01-06 |
Eric Anholt | Fix some misuse of NULL where 0 is intended. |
tree | commitdiff |
2003-12-16 |
Eric Anholt | Don't ioremap the framebuffer area. The ioremapped... |
tree | commitdiff |
2003-11-12 |
Eric Anholt | Fix a locking nit, and add asserts in some things that... |
tree | commitdiff |
2003-11-06 |
Eric Anholt | Return EBUSY when attempting to addmap a DRM_SHM area... |
tree | commitdiff |
2003-11-06 |
Eric Anholt | Remove unused variable. |
tree | commitdiff |
2003-11-05 |
Eric Anholt | - Tie the DRM to a specific device: setunique no longer... |
tree | commitdiff |
2003-11-05 |
Eric Anholt | Args for the BSD DRM_PUT_USER_UNCHECKED were swapped. |
tree | commitdiff |
2003-11-05 |
Eric Anholt | Remove buf_alloc which is unused since the locking... |
tree | commitdiff |
2003-11-04 |
Michel Daenzer | Memory layout transition: |
tree | commitdiff |
2003-10-27 |
Eric Anholt | Add a DRM_PUT_USER_UNCHECKED, which will be used by... |
tree | commitdiff |
2003-10-24 |
Eric Anholt | Don't try to use dev->dma_lock unless dma is initialize... |
tree | commitdiff |
2003-10-24 |
Eric Anholt | Move the REALLY_HAVE_AGP endif above the mtrr functions... |
tree | commitdiff |
2003-10-23 |
Eric Anholt | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This... |
tree | commitdiff |
2003-10-22 |
Eric Anholt | - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used... |
tree | commitdiff |
2003-10-22 |
Eric Anholt | Fix warning about static DRM(bufs_info) defined but... |
tree | commitdiff |
2003-10-20 |
Eric Anholt | Fix the possibility of sleeping with locks held in... |
tree | commitdiff |
2003-10-20 |
Eric Anholt | Clean up BSD MTRR handling. The NetBSD code is untested... |
tree | commitdiff |
2003-10-19 |
Eric Anholt | - SMPng lock the DRM. This is only partial -- there... |
tree | commitdiff |
2003-10-19 |
Eric Anholt | Clean up extra zeroing of dev->dma, and use calloc... |
tree | commitdiff |
2003-10-17 |
Eric Anholt | - Move IRQ functions from drm_dma.h to new drm_irq... |
tree | commitdiff |
2003-10-17 |
Eric Anholt | - Converted Linux drivers to initialize DRM instances... |
tree | commitdiff |
2003-10-03 |
Eric Anholt | Some code cleanups done while working on locking. Reduc... |
tree | commitdiff |
2003-10-03 |
Eric Anholt | Stylistic preparation for SMPng locking work: DRM_LOCK... |
tree | commitdiff |
2003-10-02 |
Eric Anholt | Add an MIT-style copyright, assigned to myself, to... |
tree | commitdiff |
2003-10-02 |
Eric Anholt | Axe more old gamma DMA infrastructure. |
tree | commitdiff |
2003-10-02 |
Eric Anholt | Mostly whitespace cleanups and style(9) fixes focused... |
tree | commitdiff |
2003-10-02 |
Eric Anholt | Wrap sys/endian.h usage with __FreeBSD_version >= 480000. |
tree | commitdiff |
2003-10-02 |
Eric Anholt | Allow the DRM to attach to a "drmsub" device. This... |
tree | commitdiff |
2003-10-02 |
Eric Anholt | MTRR issue with SMP and -stable seems to be resolved... |
tree | commitdiff |
2003-09-09 |
Keith Whitwell | Use spldrm/splx around tsleep() in DRM_WAIT_ON |
tree | commitdiff |
2003-09-07 |
Eric Anholt | Fix for older -stable. |
tree | commitdiff |
2003-08-29 |
Eric Anholt | These files were missed in the SiS DRM commit. |
tree | commitdiff |
2003-08-29 |
Eric Anholt | Port the SiS DRM to FreeBSD. This includes the ability... |
tree | commitdiff |
2003-08-29 |
Eric Anholt | Add DRM(calloc), which is convenient, used by the new... |
tree | commitdiff |
2003-08-29 |
Eric Anholt | Update radeon PCI IDs. |
tree | commitdiff |
2003-08-29 |
Eric Anholt | This PCI header has been living in dev/pci/ for a while... |
tree | commitdiff |
2003-08-19 |
Eric Anholt | Fix the debug build. |
tree | commitdiff |
2003-08-19 |
Eric Anholt | - Remove $FreeBSD$ tags as they weren't too useful... |
tree | commitdiff |
2003-08-12 |
Eric Anholt | Merge from FreeBSD r1.11: We have memset in the kernel... |
tree | commitdiff |
2003-07-29 |
Michel Daenzer | IRQ code cleanup suggested by Linus Torvalds |
tree | commitdiff |
2003-07-26 |
Eric Anholt | Fix FreeBSD build after IRQ changes. |
tree | commitdiff |
2003-07-25 |
Michel Daenzer | Compile fixes for recent 2.5/2.6 Linux kernels. I hope... |
tree | commitdiff |
2003-05-16 |
Michel Daenzer | Support AGP bridges where the AGP aperture can't be... |
tree | commitdiff |
2003-04-28 |
Eric Anholt | Fix a typo: On takedown the mtrr operation is MEMRANGE_... |
tree | commitdiff |
2003-04-27 |
Eric Anholt | Use real endian conversion functions. |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Fix formatting of hw.dri sysctl. |
tree | commitdiff |
next |