aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAge
* drm/i915: GEM on PAE has problems - disable it for now.Dave Airlie2008-12-19
* drm/i915: Don't return busy for buffers left on the flushing list.Eric Anholt2008-12-19
* drm/i915: Disable the GM965 MSI errata workaround.Keith Packard2008-12-09
* drm/i915: Don't return error in evict_everything when we get to the end.Owain Ainsworth2008-12-09
* drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt2008-12-03
* drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard2008-12-03
* drm/i915: Move the execbuffer domain computations togetherKeith Packard2008-12-03
* drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard2008-12-03
* drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2008-12-03
* drm/i915: Make a single set-to-gtt-domain path.Eric Anholt2008-12-03
* drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt2008-12-03
* drm/i915: Move flushing list cleanup from flush request retire to request emit.Eric Anholt2008-12-03
* drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.Eric Anholt2008-12-03
* drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton2008-12-01
* drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.Eric Anholt2008-11-30
* drm/i915: Save/restore HWS_PGA on suspend/resumePeng Li2008-11-26
* drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-24
* drm/i915: execbuffer pins objects, no need to ensure they're still in the GTTKeith Packard2008-11-24
* drm/i915: Always read pipestat in irq_handlerKeith Packard2008-11-24
* drm/i915: Subtract total pinned bytes from available aperture sizeKeith Packard2008-11-24
* drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.Eric Anholt2008-11-24
* drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt2008-11-24
* drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard2008-11-24
* drm/i915: Move legacy breadcrumb out of the reserved status page areaKeith Packard2008-11-11
* i915: Remove racy delayed vblank swap ioctl.Eric Anholt2008-11-11
* i915: Don't whine when pci_enable_msi() fails.Eric Anholt2008-11-11
* i915: Don't attempt to short-circuit object_wait_rendering by checking domains.Owen Taylor2008-11-11
* i915: Clean up sarea pointers on leavevtKeith Packard2008-11-11
* i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45Keith Packard2008-11-11
* Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-03
|\
| * i915: use io-mapping interfaces instead of a variety of mapping kludgesKeith Packard2008-10-31
* | i915: Add GEM ioctl to get available aperture size.Eric Anholt2008-11-02
* | build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=nLen Brown2008-10-27
|/
* Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-10-23
|\
| * drm/i915: use pipes, not planes to label vblank dataKeith Packard2008-10-22
| * drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard2008-10-22
| * i915: Don't dereference HWS in /proc debug files when it isn't initialized.Eric Anholt2008-10-22
| * i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt2008-10-22
| * drm: Remove two leaks of vblank reference count in error paths.Eric Anholt2008-10-22
| * i915: Disable MSI on GM965 (errata says it doesn't work)Keith Packard2008-10-22
| * i915: Protect vblank IRQ reg access with spinlockKeith Packard2008-10-22
* | fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cThomas Gleixner2008-10-20
* | i915: cleanup coding horrors in i915_gem_gtt_pwrite()Linus Torvalds2008-10-20
|/
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)Matthias Hopf2008-10-17
* i915: GM45 has GM965-style MCH setup.Eric Anholt2008-10-17
* i915: Don't run retire work handler while suspendedKeith Packard2008-10-17
* i915: Map status page cached for chips with GTT-based HWS location.Keith Packard2008-10-17
* i915: Fix up ring initialization to cover G45 odditiesKeith Packard2008-10-17
* i915: Use non-reserved status page index for breadcrumbKeith Packard2008-10-17
* drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt2008-10-17