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 |
2003-01-06 |
Rik Faith | [TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Keith Whitwell | more cleanups, free mem heap data on last client exit |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Keith Whitwell | Bump radeon drm version nr on recent interface relaxation |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Keith Whitwell | Remove printk |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Keith Whitwell | Make the radeon drm module better at cleaning up after... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
David Dawes | file i830_irq.c was initially added on branch mesa... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
David Dawes | enums should be ints |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Keith Whitwell | bring in jantorial changes from 2.5.51 |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Keith Whitwell | remove agpgart informational |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Keith Whitwell | Rewrite radeon_cp_dispatch_texture() to avoid pingpongi... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Eric Anholt | Add vblank signal code for BSD DRM. Untested so far... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Michel Daenzer | further vertical blank interrupt cleanups: remove unuse... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Michel Daenzer | vertical blank interrupt cleanups: use spinlock instead... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Michel Daenzer | vertical blank ioctl can send signal instead of blocking |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Brian Paul | added missing return fd (Alexander Stohr) |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Keith Whitwell | Silence the radeon_freelist_get 'returning NULL' messag... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Michel Daenzer | allow unprivileged clients to use the GETPARAM ioctl... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Eric Anholt | Kernel support for vblank syncing on Rage 128 and Matrox. |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Jens Owen | updated e-mail addresses for Keith, Alan and Jens |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Michel Daenzer | preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Eric Anholt | Use bus_alloc_resource/bus_release_resource more proper... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Brian Paul | merge from mesa-4-1-branch to get cube-map registers... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Eric Anholt | s/udelay/DRM_UDELAY/ |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Eric Anholt | Catch up to -current. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Alan Hourihane | final part of XFree86 4.2.99.2 merge |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Alan Hourihane | Import of XFree86 4.2.99.2 |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Eric Anholt | Fix reversed test that broke vblank waiting on FreeBSD. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Keith Whitwell | Jonny Strom's mga_dma.c patch |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Brian Paul | replaced max() macro with conditional expression |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Keith Whitwell | Fix error condition... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Keith Whitwell | Call pci_enable_device() in DRM(irq_busid). |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Keith Whitwell | Free correct block in free_block (K. Rasche) |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Michel Daenzer | fix wait condition for vertical blank IRQs |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Eric Anholt | Remove some noise being spit to the console. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Eric Anholt | Make our set_bit and friends match linux better (cleans... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Eric Anholt | warnings cleanup |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Eric Anholt | Fix some of my silliness in DRM_WAIT_ON (not returning... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Keith Whitwell | Turn boxes off again |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Keith Whitwell | Move os-dependent stuff out of radeon_irq.c |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Eric Anholt | Fix up BSD irq handling. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Michel Daenzer | add support for 16K and 64K page sizes (Bjorn Helgaas) |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Michel Daenzer | make SW interrupts more robust: write sequence number... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Michel Daenzer | DRM(vblank_wait) is driver specific |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Eric Anholt | BSD vblank framework. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Eric Anholt | Fix one warning. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Michel Daenzer | change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Michel Daenzer | common ioctl to wait for vertical blank IRQs |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Keith Whitwell | merged r200-0-2-branch to trunk |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Michel Daenzer | make sure we never oops because the hardware lock point... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
David Dawes | - Fix various bugs in the DRI support for the i830... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Eric Anholt | Remove some extra symlinking for kernel module building... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Eric Anholt | Remove this one too: it'll be used from the linux versi... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Eric Anholt | Remove compat functions for FreeBSD for drivers which... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Keith Whitwell | file radeon_irq.c was initially added on branch r200... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Keith Whitwell | standardize use of __FUNCTION__ (Linus) |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Keith Whitwell | Turn boxes off. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Eric Anholt | Remove i8x0 files from the BSD side. These were not... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Keith Whitwell | file radeon_mem.c was initially added on branch r200... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Eric Anholt | Remove drm_linux.h, it's no longer used. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Eric Anholt | Include non-radeon modules in the build. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Keith Whitwell | merged r200-0-1-branch |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Leif Delgass | Don't (re)define vmalloc_to_page for kernel >= 2.4... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Leif Delgass | SetPageLocked only defined in 2.5.x (x=?), use LockPage... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Jose Fonseca | Change the linux kernel version condition in the i810... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Eric Anholt | Remove drm_linux.h, move the two useful defines into... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Leif Delgass | add missing include (for udelay), remove unused counter. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Michel Daenzer | TRUE and FALSE don't seem to be defined everywhere... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Keith Whitwell | zero-cliprect case patch from Jacek |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Michel Daenzer | test scratch register writeback before using it |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Eric Anholt | Try to open the /dev/dri/cardX device once, then only... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Rik Faith | Updates from Rusty Russell to: |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Michel Daenzer | fix off-by-one error for right bottom corner in radeon_... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Smith | Workaround for Radeon lockups on fast machines |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Michel Daenzer | bump DRM minor and check it before using the GETPARAM... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Michel Daenzer | Don't read scratch registers directly, obtain the value... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Eric Anholt | Increase the linux-compatibility max ioctl. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Alan Hourihane | remove obsolete files |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alan Hourihane | remove files missed by merge |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Alan Hourihane | merged bsd-3-0-0-branch |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Keith Whitwell | Fix some more pageflipping issues -- existing code... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Keith Whitwell | Revert SET_SCISSORS change. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Smith | Fix lockup on faster machines when drawing in multiple... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Keith Whitwell | Set pfCurrentPage on cleanup_pageflip |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Alan Hourihane | gamma_alloc -> DRM(alloc) |
commit | commitdiff | tree | snapshot |
next |