2003-04-26 |
Eric Anholt | Remove #if 0'ed code. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Keith Whitwell | 2.5.x sync patch from Linus Torvalds |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Keith Whitwell | move prototypes for gamma functions to gamma_drv.h |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Keith Whitwell | Remove #if 0'd code |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Eric Anholt | Replace the C atomic_cmpset_int compatibility function... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Eric Anholt | Disable MTRRs on FreeBSD-stable. Without this, it hangs... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Leif Delgass | Fix potential oops and memory leaks when allocations... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Eric Anholt | Merge from FreeBSD-current. |
commit | commitdiff | tree | snapshot |
2003-04-25 |
David Dawes | Targets for building dristat and drmstat. |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Eric Anholt | Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Clean up the style of the linux-compat code and use... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Leif Delgass | Pass dma handle from pci_alloc_consistent to the card... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Remove more gamma DMA infrastructure. Most of this... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Leif Delgass | Remove unused dev->map_count. We always iterate the... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Leif Delgass | Minor cleanups for dri/drmstat test progs (Both still... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Leif Delgass | Remove unused variables |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Keith Whitwell | Move the debug versions of the DRM memory functions... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Keith Whitwell | Remove #if 0'd code and some unused string functions |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Remove more gamma DMA code. This isn't all of it, but... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Move some common code from addbufs_<type> to addbufs... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Remove the ioctl_count variable from the device. A... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Remove a bunch of dead code and fix spelling of a coupl... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
David Dawes | Single/dual rasterizer quiescence patch for the glint... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
David Dawes | break long line |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Move one definition to drm_drv.h and remove the rest... |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Remove DRM_DMA_HISTOGRAM and associated code. |
commit | commitdiff | tree | snapshot |
2003-04-24 |
Eric Anholt | Make DRM(read) and DRM(poll) stubs and remove DRM(write... |
commit | commitdiff | tree | snapshot |
2003-04-23 |
Keith Whitwell | Install dummy/noop read & poll fops unless the driver... |
commit | commitdiff | tree | snapshot |
2003-04-23 |
Michel Daenzer | deal correctly with read() from the DRM failing |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Michel Daenzer | get rid of superfluous fields in struct drm_radeon_ring... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Leif Delgass | Remove AGP dependency in kernel config for radeon,... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Leif Delgass | Only mga, i810, i830 require AGP (should mga define... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Alan Hourihane | change PREINSTALL/POSTINSTALL/UNINSTALL irq code to... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Alan Hourihane | remove unused variable |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Alan Hourihane | fix gamma headers |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | Rename drm_lists.h to gamma_lists.h |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | new file |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | Move the excitingly named DRM(flush_block_and_flush... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | remove unused __HAVE_KERNEL_CTX_SWITCH code |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | Move a chunk of gamma-specific code out of drm_dma... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | remove unused dma histogram code |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | Move a bunch of gamma-specific code into a gamma-specif... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | add more get_param queries for embedded project |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Keith Whitwell | remove DRM read, poll and write_string |
commit | commitdiff | tree | snapshot |
2003-04-21 |
Leif Delgass | Check for NULL map before calling DRM(ioremapfree)... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
David Dawes | Add a Kconfig file as used in recent 2.5.x kernels. |
commit | commitdiff | tree | snapshot |
2003-04-17 |
David Dawes | Make Config.in look more like a recent 2.4.x kernel... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
David Dawes | Rework the Linux drm kernel module build to leverage... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
David Dawes | Bring some drm module changes over from the XFree86... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
David Dawes | Fix DRM module build on 2.5.41 and later kernels (tqueu... |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Jose Fonseca | file drm_pci.h was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Eric Anholt | file mach64_drv.c was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Eric Anholt | file Makefile was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Eric Anholt | file drm_linux_list.h was initially added on branch... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Leif Delgass | Use list_entry() to get container struct from struct... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
Leif Delgass | add 'SG' map type identifier string (pci scatter/gather... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Eric Anholt | Whitespace and remove a dead commented line. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Leif Delgass | Warning fix (use %p format for filp) |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Eric Anholt | Spelling fixes in comments. |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Eric Anholt | Remove dead vma code and remove the unused devstate... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Eric Anholt | Add DRMFILE definitions and supply filp for BSD in the |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Eric Anholt | buf->filp is a pointer, so make printf format args... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Keith Whitwell | merged drm-filp-0-1-branch |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Keith Whitwell | Add 2nd arg for DRM_FREE |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Alan Hourihane | linux merge for drm |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Alan Hourihane | XFree86 4.3.0 merge |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Eric Anholt | Merge back from FreeBSD-current, adding FreeBSD ID... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Eric Anholt | Make dma_addr_t an unsigned long not a uint32, don... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Eric Anholt | Remove the vbl signal code because it's untested (and... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Eric Anholt | Put cdevsw initialization in line with FreeBSD-current... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Eric Anholt | Update mmap handling for FreeBSD-current (Based on... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Eric Anholt | Remove a paste-o in DRM_SPINUNINIT and add a volatile... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Keith Whitwell | DRM_FREE/2 patch from Philip Brown |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jose Fonseca | file savage_drv.h was initially added on branch savage... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jose Fonseca | file savage_drm.h was initially added on branch savage... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jose Fonseca | file savage_bci.c was initially added on branch savage... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Leif Delgass | Update object targets |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jose Fonseca | file savage_drv.c was initially added on branch savage... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jose Fonseca | file savage.h was initially added on branch savage... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Leif Delgass | file mach64_irq.c was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Eric Anholt | Fix build on NetBSD. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Eric Anholt | Merge from bsd-4-0-0-branch. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Eric Anholt | file mach64_drm.h was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Eric Anholt | file mach64_state.c was initially added on branch mach6... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Eric Anholt | file mach64_drv.h was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Eric Anholt | file mach64_dma.c was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Eric Anholt | file mach64.h was initially added on branch mach64... |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Michel Daenzer | reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling) |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Michel Daenzer | fix EAGAIN handling in radeon_cp_dispatch_texture(... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Michel Daenzer | disable strict aliasing for building the DRM |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Michel Daenzer | fix PCI and AGP posting problems (based on testing... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Michel Daenzer | only acknowledge interrupts we handle - others could... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Keith Whitwell | Fix size of VERTEX2 ioctl struct (Egbert Eich) |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Michel Daenzer | don't inflate relative vblank sequence numbers on repea... |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Leif Delgass | Add cast to avoid void * arithmetic warning |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Eric Anholt | Fix build on -current: Provide M_WAITOK define. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Eric Anholt | Fix radeon for BSD. |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Michel Daenzer | limit number of pending vblank signals to 100 to preven... |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Jeff Hartmann | file agp_30_symbols.h was initially added on branch... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Keith Whitwell | Note that radeon_do_cp_idle() can fail, cope with it. |
commit | commitdiff | tree | snapshot |
next |