aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard3-15/+21
2008-10-18i915: Fix up ring initialization to cover G45 odditiesKeith Packard1-2/+35
2008-10-18i915: Use non-reserved status page index for breadcrumbKeith Packard1-6/+8
2008-10-18drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt1-0/+2
2008-10-18drm: kill drm_device->irqJesse Barnes7-14/+6
2008-10-18drm: wbinvd is cache coherent.Dave Airlie1-9/+2
2008-10-18i915: add missing return in error path.Dave Airlie1-0/+1
2008-10-18i915: fixup permissions on gem ioctls.Dave Airlie1-3/+3
2008-10-18drm: Clean up many sparse warnings in i915.Eric Anholt3-29/+32
2008-10-18drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC.Eric Anholt1-6/+9
2008-10-18drm: G33-class hardware has a newer 965-style MCH (no DCC register).Eric Anholt1-1/+1
2008-10-18drm: Avoid oops in GEM execbuffers with bad arguments.Eric Anholt1-0/+4
2008-10-18DRM: Return -EBADF on bad object in flink, and return curent name if it exists.Eric Anholt1-2/+3
2008-10-18i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg1-0/+5
2008-10-18i915: Make use of sarea_priv conditional.Kristian Høgsberg2-15/+31
2008-10-18i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt4-10/+63
2008-10-18i915: Add chip set ID param.Kristian Høgsberg1-0/+3
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt20-62/+4318
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes19-462/+1095
2008-10-18drm/cred: wrap task credential accesses in the drm driver.David Howells1-1/+1
2008-10-18new chip name is GM45Jesse Barnes2-4/+4
2008-10-18separate i915 suspend/resume functions into their own fileJesse Barnes4-461/+524
2008-10-18radeon: fix writeback across suspend/resume.Dave Airlie1-2/+3
2008-10-18drm: fix sysfs error path.Dave Airlie1-1/+1
2008-10-18FB_SIS=m, DRM_SIS=y is not a legal configuration.Adrian Bunk1-0/+1
2008-10-18Add Intel ACPI IGD OpRegion supportMatthew Garrett7-9/+415
2008-10-18i915: Initialize hardware status page at device load when possible.Keith Packard1-29/+57
2008-10-18i915: Track progress inside of batchbuffers for determining wedgedness.Keith Packard1-1/+10
2008-10-18i915: Add support for MSI and interrupt mitigation.Eric Anholt4-55/+145
2008-10-18i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes5-892/+1508
2008-10-18i915: Ignore X server provided mmio addressKeith Packard1-12/+0
2008-10-18i915: remove settable use_mi_batchbuffer_startKeith Packard2-11/+1
2008-10-18SiS DRM: fix a pointer cast warningDavid Howells1-1/+1
2008-10-18SiS DRM: fix the memory allocator if the SIS FB is built as a moduleDavid Howells1-4/+4
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-09-01drm/radeon: downgrade debug message from info to debug.Dave Airlie1-2/+2
2008-08-27Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds6-86/+225
2008-08-25drm: don't set the signal blocker on the master process.Dave Airlie1-8/+13
2008-08-25drm: don't call the vblank tasklet with irqs disabled.Thomas Hellstrom2-15/+17
2008-08-25r300: Fix cliprect emitNicolai Haehnle1-1/+4
2008-08-25drm/radeon: r300_cmdbuf: Always emit INDX_BUFFER immediately after DRAW_INDEXNicolai Haehnle1-16/+64
2008-08-25radeon: fix some hard lockups on r3/4/500sJerome Glisse4-49/+130
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-26drm: make drm_minors_cleanup() staticAdrian Bunk1-1/+1
2008-07-15drm/radeon: fixup issue with radeon and PAT support.Dave Airlie2-1/+6
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-2/+7
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie95-0/+57899