2004-02-18 |
Michel Daenzer | Fix sisfb header location for 2.6 kernels |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Michel Daenzer | Adapt to nopage() prototype change in Linux 2.6.1. |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Michel Daenzer | Make sure that all state packets are handled in |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Michel Daenzer | R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contai... |
commit | commitdiff | tree | snapshot |
2004-01-06 |
Eric Anholt | Fix some misuse of NULL where 0 is intended. |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Eric Anholt | Don't ioremap the framebuffer area. The ioremapped... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Eric Anholt | Add a collection of Radeon and R128 PCI IDs, including... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Keith Whitwell | Add i865 pci id |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Eric Anholt | Fix a locking nit, and add asserts in some things that... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Eric Anholt | Return EBUSY when attempting to addmap a DRM_SHM area... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Eric Anholt | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Alan Hourihane | Changes to DRM(irq_install)...... wrap dev->dma usage... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | - Tie the DRM to a specific device: setunique no longer... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | Use int64_t instead of s64 -- fixes FreeBSD compile... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | Args for the BSD DRM_PUT_USER_UNCHECKED were swapped. |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | __linux__ is spelled with a lowercase 'l' |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | Repo-copy linux/drm/kernel/drm.h to shared/drm/kernel... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Eric Anholt | Remove buf_alloc which is unused since the locking... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Michel Daenzer | build fix |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Michel Daenzer | Memory layout transition: |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Eric Anholt | Add i852/i855 PCI ID. Also fix whitespace in the other... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Eric Anholt | Add a DRM_PUT_USER_UNCHECKED, which will be used by... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Eric Anholt | Don't try to use dev->dma_lock unless dma is initialize... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Jon Smirl | Switch pci enumeration call to work on both 2.4 and... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Eric Anholt | Move the REALLY_HAVE_AGP endif above the mtrr functions... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Eric Anholt | Move to "old-style" probing as documented in linux... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Eric Anholt | Missed the sis.h header in Makefile.linux in the move... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Eric Anholt | The SiS300 pci id also covers the 305, so make the... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Eric Anholt | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Eric Anholt | - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Eric Anholt | Fix warning about static DRM(bufs_info) defined but... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Eric Anholt | Fix the possibility of sleeping with locks held in... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Eric Anholt | Clean up BSD MTRR handling. The NetBSD code is untested... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Eric Anholt | - SMPng lock the DRM. This is only partial -- there... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Eric Anholt | Clean up extra zeroing of dev->dma, and use calloc... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Eric Anholt | Fix probing on 2.5+ kernels, which require that drivers... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Eric Anholt | - Move IRQ functions from drm_dma.h to new drm_irq... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Eric Anholt | - Converted Linux drivers to initialize DRM instances... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Michel Daenzer | Introduce COMMIT_RING() as in radeon DRM, stop using... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Eric Anholt | Try that again. It's a long. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Eric Anholt | Debug printf format fix. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Eric Anholt | Some code cleanups done while working on locking. Reduc... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Eric Anholt | Stylistic preparation for SMPng locking work: DRM_LOCK... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | Add an MIT-style copyright, assigned to myself, to... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | Axe more old gamma DMA infrastructure. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | Mostly whitespace cleanups and style(9) fixes focused... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | Wrap sys/endian.h usage with __FreeBSD_version >= 480000. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | Allow the DRM to attach to a "drmsub" device. This... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Eric Anholt | MTRR issue with SMP and -stable seems to be resolved... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_drm.h was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via.h was initially added on branch cle266-0-0... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_drv.c was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_drv.h was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_ds.c was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_ds.h was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_map.c was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_mm.c was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jose Fonseca | file via_mm.h was initially added on branch cle266... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Leif Delgass | Fix typo in SiS help message (and testing cvs commit to |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Eric Anholt | Whitespace cleanup (spaces before tabs or instead of... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Eric Anholt | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Eric Anholt | Fix Kconfig for SiS DRM now that it doesn't require... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Alan Hourihane | post merge fix |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Alan Hourihane | compatibility layer still uses agp (not gart) |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Alan Hourihane | bsd drm fixes |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Alan Hourihane | linux drm fixes |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Alan Hourihane | resolve merge conflicts |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Keith Whitwell | Use spldrm/splx around tsleep() in DRM_WAIT_ON |
commit | commitdiff | tree | snapshot |
2003-09-07 |
Eric Anholt | Correct format in debug printfs (free is a pointer... |
commit | commitdiff | tree | snapshot |
2003-09-07 |
Eric Anholt | Fix for older -stable. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | Update to reflect renaming of SIS ioctls. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | These files were missed in the SiS DRM commit. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | Port the SiS DRM to FreeBSD. This includes the ability... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | Add DRM(calloc), which is convenient, used by the new... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | Update radeon PCI IDs. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Eric Anholt | This PCI header has been living in dev/pci/ for a while... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Michel Daenzer | Remove superfluous TLB flush |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Michel Daenzer | Rename agp to gart for radeon |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Michel Daenzer | Remove artificial PCI GART limitations, rename AGP... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Eric Anholt | Fix the debug build. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Eric Anholt | - Remove $FreeBSD$ tags as they weren't too useful... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Michel Daenzer | Clean up Radeon DRI resume code |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Eric Anholt | Make r128_do_wait_for_idle static, as it's only used... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Eric Anholt | Remove an unnecessary #define __NO_VERSION__ |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michel Daenzer | Merge from 2.6 kernel (Linus Torvalds) |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Dave Airlie | DA: loads of whitespace .. some from Linus, some from me |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Dave Airlie | DA: patch from Matthew upgraded to latest DRI head... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Eric Anholt | Whitespace cleanup from the pageflipping commit. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Eric Anholt | Document change in interface version 1.9. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Eric Anholt | Document the changes in interface version 2.5. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Eric Anholt | Merge from FreeBSD r1.11: We have memset in the kernel... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Dave Airlie | DA: code cleanups for i810_dma.c from 2.4 kernel |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Ian Romanick | Added some information as to when (which DRM version... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Michel Daenzer | build fix for kernels >= 2.6 |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Michel Daenzer | Fix maplist entries being used after they were freed... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Michel Daenzer | IRQ code cleanup suggested by Linus Torvalds |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Michel Daenzer | Degrade uninformative error message to debug message... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Eric Anholt | Add Rage 128 pageflipping support, defaults to off... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Eric Anholt | Fix FreeBSD build after IRQ changes. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Michel Daenzer | Compile fixes for recent 2.5/2.6 Linux kernels. I hope... |
commit | commitdiff | tree | snapshot |
next |