2004-11-06 |
Eric Anholt | Connect up r128_ioctls in driver config.
|
commit | commitdiff | tree |
2004-11-06 |
Eric Anholt | Hook the debug output up to a sysctl, so you can choose...
|
commit | commitdiff | tree |
2004-11-06 |
Eric Anholt | Add file missed in last commit: Commit first pieces...
|
commit | commitdiff | tree |
2004-11-06 |
Eric Anholt | Commit first pieces of port to OpenBSD, done by Martin...
|
commit | commitdiff | tree |
2004-11-06 |
Eric Anholt | Remove the vestiges of the memory-debug code.
|
commit | commitdiff | tree |
2004-11-06 |
Eric Anholt | Commit WIP of BSD conversion to core model. Compiles...
|
commit | commitdiff | tree |
2004-09-22 |
Eric Anholt | Add *.flags to cvsignore.
|
commit | commitdiff | tree |
2004-08-14 |
Eric Anholt | Remove unused pcigart/sg header stuff from i915 driver.
|
commit | commitdiff | tree |
2004-08-14 |
Eric Anholt | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
|
commit | commitdiff | tree |
2004-08-14 |
Eric Anholt | Hopefully proper fix for corrupted driver name in memcontrol...
|
commit | commitdiff | tree |
2004-08-13 |
Eric Anholt | Fix apparent copy'n'paste-o of the card attributes...
|
commit | commitdiff | tree |
2004-08-13 |
Eric Anholt | Enable MTRR usage on AMD64, and use DELAY() instead...
|
commit | commitdiff | tree |
2004-07-06 |
Eric Anholt | Fix module loading on alpha by not referencing MTRR...
|
commit | commitdiff | tree |
2004-07-06 |
Eric Anholt | MFC as of 20040705: dev_t -> struct cdev * change.
|
commit | commitdiff | tree |
2004-05-11 |
Eric Anholt | Merge from FreeBSD-current. Mostly 64-bit cleanliness...
|
commit | commitdiff | tree |
2004-05-11 |
Eric Anholt | Add missing DRM_ERR()s.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | Add mach64 DRM module for BSD (untested, but compiles).
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | Add .cvsignore files.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | Warning fixes.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | - Link in shared files as necessary and clean them up.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | Catch up with sis's DRM tag change.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | Remove after repocopy to Makefile, now that we don...
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | No /bin/bash on BSD.
|
commit | commitdiff | tree |
2004-05-09 |
Eric Anholt | drm_hw_lock_t is now defined in drm.h, remove from...
|
commit | commitdiff | tree |
2004-01-06 |
Eric Anholt | Fix some misuse of NULL where 0 is intended.
|
commit | commitdiff | tree |
2003-12-16 |
Eric Anholt | Don't ioremap the framebuffer area. The ioremapped...
|
commit | commitdiff | tree |
2003-12-16 |
Eric Anholt | Add a collection of Radeon and R128 PCI IDs, including...
|
commit | commitdiff | tree |
2003-11-12 |
Eric Anholt | Fix a locking nit, and add asserts in some things that...
|
commit | commitdiff | tree |
2003-11-06 |
Eric Anholt | Return EBUSY when attempting to addmap a DRM_SHM area...
|
commit | commitdiff | tree |
2003-11-06 |
Eric Anholt | Remove unused variable.
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | - Tie the DRM to a specific device: setunique no longer...
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | Use int64_t instead of s64 -- fixes FreeBSD compile...
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | Args for the BSD DRM_PUT_USER_UNCHECKED were swapped.
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | __linux__ is spelled with a lowercase 'l'
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel...
|
commit | commitdiff | tree |
2003-11-05 |
Eric Anholt | Remove buf_alloc which is unused since the locking...
|
commit | commitdiff | tree |
2003-11-03 |
Eric Anholt | Add i852/i855 PCI ID. Also fix whitespace in the other...
|
commit | commitdiff | tree |
2003-10-27 |
Eric Anholt | Add a DRM_PUT_USER_UNCHECKED, which will be used by...
|
commit | commitdiff | tree |
2003-10-24 |
Eric Anholt | Don't try to use dev->dma_lock unless dma is initialized...
|
commit | commitdiff | tree |
2003-10-24 |
Eric Anholt | Move the REALLY_HAVE_AGP endif above the mtrr functions...
|
commit | commitdiff | tree |
2003-10-23 |
Eric Anholt | Move to "old-style" probing as documented in linux...
|
commit | commitdiff | tree |
2003-10-23 |
Eric Anholt | Missed the sis.h header in Makefile.linux in the move...
|
commit | commitdiff | tree |
2003-10-23 |
Eric Anholt | The SiS300 pci id also covers the 305, so make the...
|
commit | commitdiff | tree |
2003-10-23 |
Eric Anholt | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
|
commit | commitdiff | tree |
2003-10-22 |
Eric Anholt | - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used...
|
commit | commitdiff | tree |
2003-10-22 |
Eric Anholt | Fix warning about static DRM(bufs_info) defined but...
|
commit | commitdiff | tree |
2003-10-20 |
Eric Anholt | Fix the possibility of sleeping with locks held in...
|
commit | commitdiff | tree |
2003-10-20 |
Eric Anholt | Clean up BSD MTRR handling. The NetBSD code is untested...
|
commit | commitdiff | tree |
2003-10-19 |
Eric Anholt | - SMPng lock the DRM. This is only partial -- there...
|
commit | commitdiff | tree |
2003-10-19 |
Eric Anholt | Clean up extra zeroing of dev->dma, and use calloc...
|
commit | commitdiff | tree |
2003-10-19 |
Eric Anholt | Fix probing on 2.5+ kernels, which require that drivers...
|
commit | commitdiff | tree |
2003-10-17 |
Eric Anholt | - Move IRQ functions from drm_dma.h to new drm_irq...
|
commit | commitdiff | tree |
2003-10-17 |
Eric Anholt | - Converted Linux drivers to initialize DRM instances...
|
commit | commitdiff | tree |
2003-10-16 |
Eric Anholt | Try that again. It's a long.
|
commit | commitdiff | tree |
2003-10-16 |
Eric Anholt | Debug printf format fix.
|
commit | commitdiff | tree |
2003-10-03 |
Eric Anholt | Some code cleanups done while working on locking. Reduces...
|
commit | commitdiff | tree |
2003-10-03 |
Eric Anholt | Stylistic preparation for SMPng locking work: DRM_LOCK...
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | Add an MIT-style copyright, assigned to myself, to...
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | Axe more old gamma DMA infrastructure.
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | Mostly whitespace cleanups and style(9) fixes focused...
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | Wrap sys/endian.h usage with __FreeBSD_version >= 480000.
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | Allow the DRM to attach to a "drmsub" device. This...
|
commit | commitdiff | tree |
2003-10-02 |
Eric Anholt | MTRR issue with SMP and -stable seems to be resolved...
|
commit | commitdiff | tree |
2003-09-25 |
Eric Anholt | Whitespace cleanup (spaces before tabs or instead of...
|
commit | commitdiff | tree |
2003-09-25 |
Eric Anholt | Whitespace cleanup.
|
commit | commitdiff | tree |
2003-09-25 |
Eric Anholt | Fix Kconfig for SiS DRM now that it doesn't require...
|
commit | commitdiff | tree |
2003-09-07 |
Eric Anholt | Correct format in debug printfs (free is a pointer...
|
commit | commitdiff | tree |
2003-09-07 |
Eric Anholt | Fix for older -stable.
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | Update to reflect renaming of SIS ioctls.
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | These files were missed in the SiS DRM commit.
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | Port the SiS DRM to FreeBSD. This includes the ability...
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | Add DRM(calloc), which is convenient, used by the new...
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | Update radeon PCI IDs.
|
commit | commitdiff | tree |
2003-08-29 |
Eric Anholt | This PCI header has been living in dev/pci/ for a while...
|
commit | commitdiff | tree |
2003-08-19 |
Eric Anholt | Fix the debug build.
|
commit | commitdiff | tree |
2003-08-19 |
Eric Anholt | - Remove $FreeBSD$ tags as they weren't too useful...
|
commit | commitdiff | tree |
2003-08-18 |
Eric Anholt | Make r128_do_wait_for_idle static, as it's only used...
|
commit | commitdiff | tree |
2003-08-18 |
Eric Anholt | Remove an unnecessary #define __NO_VERSION__
|
commit | commitdiff | tree |
2003-08-12 |
Eric Anholt | Whitespace cleanup from the pageflipping commit.
|
commit | commitdiff | tree |
2003-08-12 |
Eric Anholt | Document change in interface version 1.9.
|
commit | commitdiff | tree |
2003-08-12 |
Eric Anholt | Document the changes in interface version 2.5.
|
commit | commitdiff | tree |
2003-08-12 |
Eric Anholt | Merge from FreeBSD r1.11: We have memset in the kernel...
|
commit | commitdiff | tree |
2003-07-26 |
Eric Anholt | Add Rage 128 pageflipping support, defaults to off...
|
commit | commitdiff | tree |
2003-07-26 |
Eric Anholt | Fix FreeBSD build after IRQ changes.
|
commit | commitdiff | tree |
2003-04-28 |
Eric Anholt | Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_R...
|
commit | commitdiff | tree |
2003-04-27 |
Eric Anholt | Use real endian conversion functions.
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Fix formatting of hw.dri sysctl.
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Remove the map argument from DRM_*MEMORYBARRIER. Not...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | MFL: Don't install irq handler unless the driver has...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Add PCI DMA memory functions and make addbufs_pci and...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Missed files in the last commit: Remove memory debugging...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Move the memory functions with debugging info to drm_memory_...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Remove #if 0'ed code.
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Replace the C atomic_cmpset_int compatibility function...
|
commit | commitdiff | tree |
2003-04-26 |
Eric Anholt | Disable MTRRs on FreeBSD-stable. Without this, it hangs...
|
commit | commitdiff | tree |
2003-04-25 |
Eric Anholt | Merge from FreeBSD-current.
|
commit | commitdiff | tree |
2003-04-25 |
Eric Anholt | Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs...
|
commit | commitdiff | tree |
2003-04-24 |
Eric Anholt | Clean up the style of the linux-compat code and use...
|
commit | commitdiff | tree |
2003-04-24 |
Eric Anholt | Remove more gamma DMA infrastructure. Most of this...
|
commit | commitdiff | tree |
2003-04-24 |
Eric Anholt | Remove more gamma DMA code. This isn't all of it, but...
|
commit | commitdiff | tree |
next |