Age | Commit message (Expand) | Author |
2012-09-25 | Add minimal support for gen7/ivy bridge in inteldrm. | Jonathan Gray |
2012-05-26 | Split out the register definitions into its own file to make it possible to | Mark Kettenis |
2012-05-19 | Split out the suspend/resume code into its own file to make it possible to | Mark Kettenis |
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 |
2010-09-21 | Use RING_WAIT state for the ringbuffer and the instdone debug register | Owain Ainsworth |
2010-09-21 | On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit | Owain Ainsworth |
2010-09-21 | Enable error interrupts on ironlake, as we do on all other chips. | Owain Ainsworth |
2010-09-06 | Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem | Owain Ainsworth |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-08-06 | save/restore the *correct* clock gating registers on suspend/resume | Owain Ainsworth |
2010-08-03 | Save/restore BLC_HIST_CTL as well at suspend/resume time; which allows | Theo de Raadt |
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 | Use the new agp mapping api (introduced in previous commit) to allow | Owain Ainsworth |
2010-05-09 | Attach pineview graphics in inteldrm. | Owain Ainsworth |
2010-05-08 | A little bit of a hack. | Owain Ainsworth |
2010-04-25 | A nice little performance speedup. | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |
2010-04-19 | Enable VS timer dispatch, from Eric Anholt upstream. | Owain Ainsworth |
2010-04-19 | Add flags for chipset generation in with the other chipset type flags | Owain Ainsworth |
2010-04-19 | Correct fence pitch checking code and fence register writing on 9{1,4}x. | Owain Ainsworth |
2010-04-08 | DRM memory management for inteldrm(4) using the Graphics Execution | Owain Ainsworth |
2009-11-23 | move the lastclose function into i915_drv.c where it belongs. | Owain Ainsworth |
2009-11-23 | Pad the ringbuffer with NOOPs before wrapping around, instead of | Owain Ainsworth |
2009-11-23 | Make it so that instead of grabbing and ungrabbing the spinlock one line apart, | Owain Ainsworth |
2009-11-23 | nuke some prototypes from functions that died a fair while ago. | Owain Ainsworth |
2009-11-23 | Suspend/resume goop for inteldrm, essentially a big pile of save/restore | Owain Ainsworth |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-04-19 | The G4X and GM45 just /had/ to have a different counter register. | Owain Ainsworth |
2009-04-06 | Actually remove the file this time... | Owain Ainsworth |
2009-04-06 | Turns out that the intel version of the heap interface isn't used | Owain Ainsworth |
2009-04-06 | Don't bother to keep a count of irqs recieved, the os does that for us. | Owain Ainsworth |
2009-04-03 | detypedef drm_local_map. | Owain Ainsworth |
2009-04-03 | Dead prototype | Owain Ainsworth |
2009-04-03 | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove | Owain Ainsworth |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth |
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth |
2009-02-15 | for the sake of correctness bus_dmamap_sync when necessary for the | Owain Ainsworth |
2009-02-15 | Convert intel hardware-status-page allocation over to new dmamem api. | Owain Ainsworth |
2009-02-09 | Remove the inteldrm pageflipping code. | Owain Ainsworth |
2009-02-05 | Merge the static block allocation code from {i915,radeon}_mem.c into | Owain Ainsworth |
2008-11-24 | do the same for struct drm_file (file_priv) as previously done for | Owain Ainsworth |
2008-11-23 | Map device interrupts in the attach routine. and remove more need for | Owain Ainsworth |
2008-11-22 | using ``wait queues' for sleep is a linuxism. Kill them and just sleep | Owain Ainsworth |
2008-11-22 | drm_device_is_pcie is only needed in one place: radeondrm_attach | Owain Ainsworth |
2008-11-22 | Move the drm drivers over from: | Owain Ainsworth |