Age | Commit message (Expand) | Author |
2009-04-04 | Remove the three inline functions from drmP.h. | Owain Ainsworth |
2009-04-03 | detypedef drm_local_map. | Owain Ainsworth |
2009-04-03 | detypedef drm_device_dma_t. | Owain Ainsworth |
2009-04-03 | detypedef drm_buf_entry_t too. | Owain Ainsworth |
2009-04-03 | detypedef struct drm_buf from the dma_buffers api. Just because it's | Owain Ainsworth |
2009-04-03 | Change a bunch of "printk" in commented out debug code into "printf" and | Owain Ainsworth |
2009-04-03 | More dead typdefs and defines. | Owain Ainsworth |
2009-04-03 | dead function. | Owain Ainsworth |
2009-04-03 | Dead prototype | Owain Ainsworth |
2009-04-03 | unused type. | Owain Ainsworth |
2009-04-03 | detypedef drm_pci_id_list_t. | Owain Ainsworth |
2009-04-03 | Sprinkle some const correctness for the pciid lists. From mickey ages | Owain Ainsworth |
2009-04-03 | ${XORGNAME}_driver_irq_handler() is a stupid name for an interrupt | Owain Ainsworth |
2009-04-03 | More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLED | Owain Ainsworth |
2009-04-03 | kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch to | Owain Ainsworth |
2009-04-03 | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove | Owain Ainsworth |
2009-04-03 | Final irq_lock piece. Switch inteldrm over like radeomdrm and the rest. | Owain Ainsworth |
2009-04-03 | Same as just done for machdrm, just convert us over to using our irq | Owain Ainsworth |
2009-04-03 | Convert machdrm to not have to user drm_irq_handler. Since the only | Owain Ainsworth |
2009-04-03 | Same as just done for radeon. Add and use a lock for procecting against | Owain Ainsworth |
2009-04-03 | Add a lock to protect races for the software interrupt on radeon chips | Owain Ainsworth |
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 |