Age | Commit message (Expand) | Author |
2009-04-03 | use i915_pipe_enabled() to test to see if the pipe is lit up, instead of | Owain Ainsworth |
2009-04-03 | Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep, | Owain Ainsworth |
2009-04-03 | Cleanup. These definitions should have died when I removed the lock_time | Owain Ainsworth |
2009-04-02 | Correct the writing to RING_RPTR_ADDR in the non agp case, should be a | Owain Ainsworth |
2009-03-31 | These flags are bitmasks, not booleans. | Owain Ainsworth |
2009-03-31 | remove the drm_read and drm_write functions. instead just do the | Owain Ainsworth |
2009-03-30 | Zap a superfluous newline in the drmprint function, it messes up output | Owain Ainsworth |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth |
2009-03-29 | Correct a couple of ioctl definitions (GEM ioctls, not used yet). and | Owain Ainsworth |
2009-03-29 | Remove the lock_time member from the hardware lock. It's not that | Owain Ainsworth |
2009-03-27 | Push the per-driver dma hook a little further down. | Owain Ainsworth |
2009-03-27 | Rework the dma buffer api a bit to make it smaller and to have less | Owain Ainsworth |
2009-03-27 | Remove a bunch of compat macros, just expand them to the openbsd | Owain Ainsworth |
2009-03-26 | Rework how we deal with the list of per-open datastructures, and the | Owain Ainsworth |
2009-03-26 | The drm_* allocation functions have been #defined to not use most of | Owain Ainsworth |
2009-03-20 | Minor style nit; rnoland (freebsd). | Owain Ainsworth |
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth |
2009-03-05 | De-macro the ring manipulation macros in favour of functions. Saves a | Owain Ainsworth |
2009-03-05 | Additional paranoia for the indirect buffer checking. | Owain Ainsworth |
2009-03-05 | Do a similar thing to inteldrm re removing the old vblank crtc | Owain Ainsworth |
2009-03-05 | Kill a bunch of (long long long) dead ioctls. | Owain Ainsworth |
2009-03-05 | Remove the stats_boxes counters and associated code from radeondrm. | Owain Ainsworth |
2009-03-01 | Switch more info printfs to debug. The average user doesn't want to see | Owain Ainsworth |
2009-02-18 | Disable all IGPGART chipsets in radeondrm for release. | Owain Ainsworth |
2009-02-16 | Kill ring.high_mark. it's unused. | Owain Ainsworth |
2009-02-15 | The core drm code calls drm_irq_uninstall() when needed at lastclose. | Owain Ainsworth |
2009-02-15 | dev_priv->irq_enabled is only set to zero and then ignored. kill it. | Owain Ainsworth |
2009-02-15 | radeon_do_cp_resume was only called in one place (and that function just | Owain Ainsworth |
2009-02-15 | the body of radeon_do_cp_flush() has been if 0ed out forever. so remove | Owain Ainsworth |
2009-02-15 | Some knf nits. | Owain Ainsworth |
2009-02-15 | destatic and deinline. return type on line before rest of function | Owain Ainsworth |
2009-02-15 | on IGPGART chipsets, map the pcigart table uncached. This fixes some bugs for | Owain Ainsworth |
2009-02-15 | for the sake of correctness bus_dmamap_sync when necessary for the | Owain Ainsworth |
2009-02-15 | Remove some ifdeffed out debugging code that I'm not so fond of. | Owain Ainsworth |
2009-02-15 | Remove some dead and unneeded defines, types and prototypes. | Owain Ainsworth |
2009-02-15 | Make the pcigart functions return 0 on success and an errno on failure, | Owain Ainsworth |
2009-02-15 | Split out the switch statement that writes the pcigart table entry into | Owain Ainsworth |
2009-02-15 | Remove drm_pci_alloc and associated definitions. | Owain Ainsworth |
2009-02-15 | Convert intel hardware-status-page allocation over to new dmamem api. | Owain Ainsworth |
2009-02-15 | convert drm_scatter code over to using the new dmamem api. | Owain Ainsworth |
2009-02-15 | convert the pcigart case where the gart table is in system memory over | Owain Ainsworth |
2009-02-15 | Convert CONSISTENT maps over to dmamem api. | Owain Ainsworth |
2009-02-15 | convert drm_addbufs_pci over to new dmamem api. | Owain Ainsworth |
2009-02-15 | Convert machdrm over to new dmamem api. | Owain Ainsworth |
2009-02-15 | introduce drm_dmamem_alloc() to allocate dma memory with bus_dma. | Owain Ainsworth |
2009-02-12 | Change microcode loaded messages to debug, this was printed | Jonathan Gray |
2009-02-09 | Remove an unused define. | Owain Ainsworth |
2009-02-09 | Only print information on the writeback test if it fails. Otherwise only | Owain Ainsworth |
2009-02-09 | Remove the inteldrm pageflipping code. | Owain Ainsworth |
2009-02-09 | Don't enable vblank if the pipe is disabled. | Owain Ainsworth |