summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2011-03-02drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2-7/+0
2011-03-02drm/i915: don't store the reg value for HWS_PGAChris Wilson2-7/+13
2011-03-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson8-21/+53
2011-03-01drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann1-0/+11
2011-03-01drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson1-2/+1
2011-03-01drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson2-1/+13
2011-03-01Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson2-38/+0
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson2-10/+3
2011-03-01drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson1-1/+0
2011-03-01drm/radeon: add new getparam for number of backends.Dave Airlie2-1/+12
2011-03-01drm/radeon: fix up dereferencing of busy objects.Dave Airlie1-1/+1
2011-03-01drm/radeon: bump version to 2.9Dave Airlie1-1/+2
2011-03-01drm/r600: parse the set predication command. (v2)Dave Airlie2-0/+63
2011-02-28Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie1-1/+4
2011-02-28drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie1-1/+2
2011-02-28drm/nv50-nvc0: make sure vma is definitely unmapped when destroying boBen Skeggs1-1/+4
2011-02-28drm/radeon: make sure ib reads are in-order.Dave Airlie1-7/+9
2011-02-28drm/radeon/r600_cs: off by one errorsDan Carpenter1-6/+9
2011-02-25Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie1-1/+1
2011-02-25drm/nv50: flesh out ZCULL init and match nvidia on later chipsetsBen Skeggs1-5/+34
2011-02-25drm/nv50: support for compressionBen Skeggs9-27/+78
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs9-87/+184
2011-02-25drm/nouveau: rename nouveau_vram to nouveau_memBen Skeggs11-70/+70
2011-02-25drm/nvc0: allow creation of buffers with any non-compressed memtypeBen Skeggs1-11/+25
2011-02-25drm/nv50-nvc0: unmap buffers from the vm when they're evictedBen Skeggs3-7/+36
2011-02-25drm/nv50-nvc0: move vm bind/unbind to move_notify hookBen Skeggs1-22/+37
2011-02-25drm/nv50-nvc0: restrict memtype to those specified at creation timeBen Skeggs3-5/+16
2011-02-25drm/nouveau: pass domain rather than ttm flags to gem_new()Ben Skeggs4-16/+17
2011-02-25drm/nv50: simplify bo moves now that they're all through the vmBen Skeggs2-21/+15
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs14-109/+56
2011-02-25drm/nouveau: Fix pageflip eventBenjamin Franzke1-1/+1
2011-02-25drm/nouveau/vbios: parse more gpio tag bits from connector tableBen Skeggs1-17/+8
2011-02-25drm/nouveau: decode PFIFO DMA_PUSHER error codesMarcin Slusarz1-3/+14
2011-02-25drm/nv50: fix typos in CCACHE error reportingMarcin Slusarz1-4/+4
2011-02-25drm/nvc0: support for sw methods + enable page flippingBen Skeggs3-7/+23
2011-02-25drm/nv50: enable page flippingBen Skeggs3-8/+12
2011-02-25drm/nv50-nvc0: activate/update ds channel's framebuffer on modesetsBen Skeggs1-1/+9
2011-02-25drm/nv50-nvc0: initialise display sync channelsBen Skeggs6-6/+246
2011-02-25drm/nv50-nvc0: precalculate some fb state when creating themBen Skeggs3-55/+61
2011-02-25drm/nv50-nvc0: tidy evo object creation some moreBen Skeggs3-59/+62
2011-02-25drm/nv50-nvc0: request and wait on notification of modeset completionBen Skeggs5-26/+77
2011-02-25drm/nv50-nvc0: switch to tasklet for display isr bhBen Skeggs3-13/+8
2011-02-25drm/nouveau: make vbios parser runnable from an atomic contextBen Skeggs2-9/+9
2011-02-25drm/nv50-nvc0: include nv50_display in evo debuggingBen Skeggs1-0/+1
2011-02-25drm/nv50-nvc0: tidy evo init failure pathsBen Skeggs1-42/+33
2011-02-25drm/nv50-nvc0: fix ramht entries for multiple evo channelsBen Skeggs1-1/+3
2011-02-25drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" themBen Skeggs2-20/+4
2011-02-25drm/nv50-nvc0: rename disp->evo to disp->masterBen Skeggs7-36/+36
2011-02-25drm/nv50-nvc0: move non-sharable display state into private structureBen Skeggs9-79/+96
2011-02-25drm/nouveau: use system_wq instead of dev_priv->wqTejun Heo4-14/+13