2005-01-16 |
Dave Airlie | The patch makes drmAddBufs/drmMapBufs can handle buffer... |
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 | Remove after repocopy to Makefile, now that we don... |
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-04-09 |
Alan Hourihane | remove Imakefile |
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 | Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel... |
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-12 |
Alan Hourihane | bsd drm fixes |
tree | commitdiff |
2003-09-12 |
Alan Hourihane | resolve merge conflicts |
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-20 |
David Dawes | Support for building DRM module on OpenBSD (Wilbern... |
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 |
2003-04-26 |
Eric Anholt | Remove the map argument from DRM_*MEMORYBARRIER. Not... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | MFL: Don't install irq handler unless the driver has... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Add PCI DMA memory functions and make addbufs_pci and... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Missed files in the last commit: Remove memory debuggin... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Move the memory functions with debugging info to drm_me... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Remove #if 0'ed code. |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Replace the C atomic_cmpset_int compatibility function... |
tree | commitdiff |
2003-04-26 |
Eric Anholt | Disable MTRRs on FreeBSD-stable. Without this, it hangs... |
tree | commitdiff |
2003-04-25 |
Eric Anholt | Merge from FreeBSD-current. |
tree | commitdiff |
2003-04-25 |
Eric Anholt | Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Clean up the style of the linux-compat code and use... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Remove more gamma DMA infrastructure. Most of this... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Remove more gamma DMA code. This isn't all of it, but... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Move some common code from addbufs_<type> to addbufs... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Remove the ioctl_count variable from the device. A... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Remove a bunch of dead code and fix spelling of a coupl... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Move one definition to drm_drv.h and remove the rest... |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Remove DRM_DMA_HISTOGRAM and associated code. |
tree | commitdiff |
2003-04-24 |
Eric Anholt | Make DRM(read) and DRM(poll) stubs and remove DRM(write... |
tree | commitdiff |
2003-04-01 |
Eric Anholt | Whitespace and remove a dead commented line. |
tree | commitdiff |
2003-03-29 |
Eric Anholt | Remove dead vma code and remove the unused devstate... |
tree | commitdiff |
2003-03-29 |
Eric Anholt | Add DRMFILE definitions and supply filp for BSD in the |
tree | commitdiff |
2003-03-25 |
Alan Hourihane | XFree86 4.3.0 merge |
tree | commitdiff |
2003-03-11 |
Eric Anholt | Merge back from FreeBSD-current, adding FreeBSD ID... |
tree | commitdiff |
2003-03-08 |
Eric Anholt | Make dma_addr_t an unsigned long not a uint32, don... |
tree | commitdiff |
2003-03-06 |
Eric Anholt | Remove the vbl signal code because it's untested (and... |
tree | commitdiff |
next |