Age | Commit message (Expand) | Author |
2011-09-14 | Initial kernel support for sandybridge intel chipsets in intagp and inteldrm. | Owain Ainsworth |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-04-24 | do not need that proto | Theo de Raadt |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-06-30 | Add mostly working support for ironlake (integrated graphics on core i5 and i3 | Owain Ainsworth |
2010-05-25 | rename struct drm_i915_private to struct inteldrm_softc, to be more in | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-10 | unifdef INTELDRM_GEM. | Owain Ainsworth |
2010-04-08 | DRM memory management for inteldrm(4) using the Graphics Execution | Owain Ainsworth |
2009-11-23 | G4X chipsets actually have a slightly larger vblank counter register, | Owain Ainsworth |
2009-11-23 | Make it so that instead of grabbing and ungrabbing the spinlock one line apart, | Owain Ainsworth |
2009-11-23 | Suspend/resume goop for inteldrm, essentially a big pile of save/restore | Owain Ainsworth |
2009-09-08 | Something i should have commited months ago. | Owain Ainsworth |
2009-05-12 | Cleanup: knf, typos. | Owain Ainsworth |
2009-04-19 | The G4X and GM45 just /had/ to have a different counter register. | Owain Ainsworth |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |
2009-04-06 | Don't bother to keep a count of irqs recieved, the os does that for us. | Owain Ainsworth |
2009-04-05 | Rework the vblank subsystem so that instead of having various bits in | 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 | 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-03-27 | Remove a bunch of compat macros, just expand them to the openbsd | Owain Ainsworth |
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth |
2009-02-09 | Remove an unused define. | Owain Ainsworth |
2009-02-09 | Don't enable vblank if the pipe is disabled. | Owain Ainsworth |
2008-11-24 | Fixup wakeup pointers. interrupts work properly again. | Owain Ainsworth |
2008-11-23 | Map device interrupts in the attach routine. and remove more need for | Owain Ainsworth |
2008-11-23 | Move vblank data allocation to happening at attach, not at irq enable. | Owain Ainsworth |
2008-11-22 | using ``wait queues' for sleep is a linuxism. Kill them and just sleep | Owain Ainsworth |
2008-11-22 | Slightly fix up previous | Owain Ainsworth |
2008-11-17 | garbage collect i915_vblank_swap. | Owain Ainsworth |
2008-11-17 | Manage vblank interrupts using the PIPESTAT register. | Owain Ainsworth |
2008-11-17 | Conditionalise the use of the SAREA in inteldrm. In DRI2 setups (which we don't | Owain Ainsworth |
2008-11-06 | The i915 vblank swap ioctl is fundamentally racy. | Owain Ainsworth |
2008-11-04 | Enable IMR passthrough of vblank events before enabling it in the | Owain Ainsworth |
2008-11-04 | Hold the drm lock around all things that touch the ringbuffer. | Owain Ainsworth |
2008-11-04 | revert the pageflipping and vblank sync code to the older style that | Owain Ainsworth |
2008-10-31 | Remove the vblank_pipe member of the softc and noop the ioctl that sets | Owain Ainsworth |
2008-10-30 | Bunch of cleanup. Kill some dead variables and some stupid code. | Owain Ainsworth |
2008-10-07 | Kill the linux-ready negative return codes in ``shared'' code. We handle | Owain Ainsworth |
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-08-28 | Kill the ifdefed out ttm interface stuff. The intel driver has | Owain Ainsworth |
2008-07-29 | Update to DRM git. | Owain Ainsworth |
2008-07-03 | Update the inteldrm driver to drm git. | Owain Ainsworth |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |