Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | drm/radeon/kms: balance asic_reset functions | Alex Deucher | 3 | -18/+20 |
2011-01-17 | drm/radeon/kms: remove duplicate card_posted() functions | Alex Deucher | 3 | -46/+3 |
2011-01-17 | drm/radeon/kms: add module option for pcie gen2 | Alex Deucher | 5 | -0/+14 |
2011-01-17 | drm/radeon/kms: fix typo in evergreen safe reg | Alex Deucher | 1 | -1/+1 |
2011-01-17 | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i... | Dave Airlie | 11 | -197/+86 |
2011-01-17 | drm/nouveau: fix gpu page faults triggered by plymouthd | Ben Skeggs | 1 | -2/+2 |
2011-01-17 | drm/nouveau: greatly simplify mm, killing some bugs in the process | Ben Skeggs | 3 | -160/+52 |
2011-01-17 | drm/nvc0: enable protection of system-use-only structures in vm | Ben Skeggs | 4 | -5/+10 |
2011-01-17 | drm/nv40: initialise 0x17xx on all chipsets that have it | Ben Skeggs | 1 | -12/+2 |
2011-01-17 | drm/nv40: make detection of 0x4097-ful chipsets available everywhere | Ben Skeggs | 3 | -18/+20 |
2011-01-15 | Revert "drm: Update fbdev fb_fix_screeninfo" | Dave Airlie | 4 | -21/+24 |
2011-01-14 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -31/+46 |
2011-01-14 | drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS | Knut Petersen | 1 | -0/+8 |
2011-01-14 | drm/i915: Disable GPU semaphores on SandyBridge mobile | Chris Wilson | 1 | -1/+2 |
2011-01-14 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2 | -2/+0 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 3 | -5/+5 |
2011-01-13 | drm/i915/execbuffer: Clear domains before beginning reloc processing | Chris Wilson | 1 | -4/+3 |
2011-01-13 | drm/i915/execbuffer: Reorder relocations to match new object order | Chris Wilson | 1 | -6/+9 |
2011-01-13 | drm/i915: Fix error handler to capture the first batch after the seqno | Chris Wilson | 1 | -1/+1 |
2011-01-13 | drm/i915: Add a module option to override the use of SSC | Chris Wilson | 4 | -17/+21 |
2011-01-12 | drm/i915/panel: The backlight is enabled if the current value is non-zero | Indan Zupancic | 1 | -1/+1 |
2011-01-12 | drm/i915/debugfs: Correct format after changing type of err object 'size' | Chris Wilson | 1 | -1/+1 |
2011-01-12 | Merge branch 'acpi-video' into release | Len Brown | 2 | -2/+0 |
2011-01-12 | drm/i915/execbuffer: Reorder binding of objects to favour restrictions | Chris Wilson | 2 | -26/+47 |
2011-01-12 | drm/i915: If we hit OOM when allocating GTT pages, clear the aperture | Chris Wilson | 1 | -8/+4 |
2011-01-12 | drm/i915/evict: Ensure we completely cleanup on failure | Chris Wilson | 1 | -1/+8 |
2011-01-12 | drm/i915/execbuffer: Correctly clear the current object list upon EFAULT | Chris Wilson | 1 | -3/+1 |
2011-01-12 | drm/i915/debugfs: Show all objects in the gtt | Chris Wilson | 1 | -10/+43 |
2011-01-12 | drm/i915: Record AGP memory type upon error | Chris Wilson | 3 | -4/+16 |
2011-01-12 | drm/i915: Periodically flush the active lists and requests | Chris Wilson | 1 | -4/+26 |
2011-01-11 | drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTT | Chris Wilson | 1 | -7/+3 |
2011-01-11 | drm/i915: Record the error batchbuffer on each ring | Chris Wilson | 3 | -120/+50 |
2011-01-11 | drm/i915: Include TLB miss overhead for computing WM | Chris Wilson | 1 | -2/+9 |
2011-01-11 | drm/i915: Propagate error from flushing the ring | Chris Wilson | 3 | -48/+90 |
2011-01-11 | drm/i915: detect & report PCH display error interrupts | Jesse Barnes | 2 | -2/+81 |
2011-01-11 | drm/i915: cleanup rc6 code | Jesse Barnes | 4 | -46/+75 |
2011-01-11 | drm/i915: fix rc6 enabling around suspend/resume | Jesse Barnes | 2 | -3/+3 |
2011-01-11 | drm/i915: re-enable rc6 support for Ironlake+ | Jesse Barnes | 4 | -21/+91 |
2011-01-11 | drm/i915: Make the ring IMR handling private | Chris Wilson | 2 | -12/+15 |
2011-01-11 | drm/i915/ringbuffer: Simplify the ring irq refcounting | Chris Wilson | 2 | -39/+25 |
2011-01-11 | drm/i915/debugfs: Show the per-ring IMR | Chris Wilson | 3 | -14/+24 |
2011-01-11 | drm/i915: Mask USER interrupts on gen6 (until required) | Chris Wilson | 5 | -62/+113 |
2011-01-11 | drm/i915: Handle ringbuffer stalls when flushing | Chris Wilson | 4 | -43/+65 |
2011-01-11 | drm/i915: Enforce write ordering through the GTT | Chris Wilson | 2 | -1/+16 |
2011-01-11 | drm/i915: Remove impossible test | Chris Wilson | 1 | -8/+0 |
2011-01-11 | drm/i915: avoid reading non-existent PLL reg on Ironlake+ | Jesse Barnes | 1 | -5/+7 |
2011-01-11 | drm/i915: add 'reset' parameter | Chris Wilson | 1 | -0/+6 |
2011-01-11 | drm/i915: fix the wrong latency value while computing wm0 | Yuanhan Liu | 1 | -5/+5 |
2011-01-11 | drm/i915: support low power watermarks on Ironlake | Jesse Barnes | 2 | -130/+133 |
2011-01-11 | drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelines | Chris Wilson | 2 | -3/+11 |