Age | Commit message (Expand) | Author |
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 |
2008-11-22 | Remove the driver->load callback and just do all the initialization in | Owain Ainsworth |
2008-11-22 | Slightly fix up previous | Owain Ainsworth |
2008-11-22 | inteldrm currently checks the pcidev of the device every time it needs to check | Owain Ainsworth |
2008-11-18 | instead of going through the drm_map interface, just map the mmio | 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 | Don't put the buffer counter in a reserved part of the status page. | 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 | 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-31 | Remove another interface (this one for ARB_Occlusion_Query) that we've | Owain Ainsworth |
2008-10-30 | Bunch of cleanup. Kill some dead variables and some stupid code. | Owain Ainsworth |
2008-10-07 | Move dev->driver over to being a pointer to a const struct, instead of stupidly | Owain Ainsworth |
2008-09-02 | Track progress inside of batchbuffers so we know the hardware isn't | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-08-28 | Ignore userland provided batchbuffer start parameter, we can determine | Owain Ainsworth |
2008-08-28 | Kill the ifdefed out ttm interface stuff. The intel driver has | Owain Ainsworth |