Age | Commit message (Expand) | Author |
2008-09-02 | drm: fix sysfs error path. | Dave Airlie |
2008-08-29 | Fix drm_realloc when you're reallocing into something smaller. | Tomas Carnecky |
2008-08-27 | Change git-describe into git describe. | Stephane Marchesin |
2008-08-17 | nouveau: make it compile under 2.6.27 | Maarten Maathuis |
2008-08-17 | linux: on_each_cpu has 3 args on 2.6.27 | Maarten Maathuis |
2008-08-13 | Don't call the vblank tasklet with irqs disabled. | Thomas Hellstrom |
2008-08-11 | drm_vm: fix for build on 2.6.22 | Dave Airlie |
2008-08-11 | drm: add OS_HAS_GEM option. | Dave Airlie |
2008-08-09 | drm: TRUE/true | Dave Airlie |
2008-08-08 | Merge branch 'drm-gem' | Eric Anholt |
2008-08-06 | Switch from shmem_getpage to read_mapping_page | Keith Packard |
2008-08-05 | [gem-intel] Retiring flush requests should clear flushed write_domains | Keith Packard |
2008-08-05 | [gem-intel] Don't clear write_domain until flush completes | Keith Packard |
2008-07-31 | drm: add fault handler support so as to be more like possible upstream | Dave Airlie |
2008-07-30 | intel-gem: Remove dead field from reverted changes. | Eric Anholt |
2008-07-30 | Revert "Rename drm_mm.c and its fuctions to drm_memrange." | Eric Anholt |
2008-07-30 | i915: more version checks | Dave Airlie |
2008-07-30 | i915: add version checks for opregion on old kernels | Dave Airlie |
2008-07-29 | intel-gem: actually add i915_gem_debug.c. | Eric Anholt |
2008-07-29 | intel-gem: Check return value of pci_read_base. | Eric Anholt |
2008-07-28 | intel-gem: checkpatch.pl on drm_proc.c new contents. | Eric Anholt |
2008-07-28 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-07-28 | intel-gem: Another checkpatch.pl pass. | Eric Anholt |
2008-07-28 | intel-gem: Fix regression tests. | Eric Anholt |
2008-07-28 | intel-gem: Speed up tiled readpixels by tracking which pages have been flushed. | Eric Anholt |
2008-07-26 | intel-gem: Move debug-only functions to a separate file. | Eric Anholt |
2008-07-26 | radeon: Add suspend/resume hooks for saving/clearing/restoring interrupts. | Stefan Becker |
2008-07-25 | drm: don't set the signal blocker on the master process. | Dave Airlie |
2008-07-23 | intel-gem: Fix pread math and logic errors. | Eric Anholt |
2008-07-23 | intel-gem: Add a quick hack to reduce clflushing on pread. | Eric Anholt |
2008-07-23 | intel-gem: Don't do the GTT-pwrite shortcut on tiled buffers. | Eric Anholt |
2008-07-23 | intel-gem: Move /proc debugging to a separate file. | Eric Anholt |
2008-07-21 | intel-gem: Remove recently added pci_read_base prototype. | Eric Anholt |
2008-07-21 | intel-gem: Set up HWS when it needs a vaddr during GEM init. | Eric Anholt |
2008-07-21 | Reinstate dev->vblank_enabled[]. | Michel Dänzer |
2008-07-21 | Drop workaround for driver vblank counter going backwards. | Michel Dänzer |
2008-07-21 | vblank-rework rework cleanups. | Michel Dänzer |
2008-07-21 | Remove obsolete dev->vblank_suspend[crtc] tests. | Michel Dänzer |
2008-07-19 | Update vblank code to new API | Jesse Barnes |
2008-07-18 | drm-gem: Fix build | Ian Romanick |
2008-07-18 | intel-gem: Leave 8xx tiling on until we find any issues. | Eric Anholt |
2008-07-17 | Avoid incorrect vblank wakeups | Jesse Barnes |
2008-07-15 | This is a modified version of Hong's patch from last month, with a few | Hong Liu |
2008-07-15 | drm: fix missing symbol export | Dave Airlie |
2008-07-15 | drm: add fix for PAT on radeon with 2.6.26 | Dave Airlie |
2008-07-15 | drm/pcigart: fix warning | Dave Airlie |
2008-07-14 | intel-gem: Disable tiling if we get junk from the MCHBAR read. | Eric Anholt |
2008-07-11 | intel-gem: Add two new ioctls for managing tiling on objects. | Eric Anholt |
2008-07-08 | xgi: use true/false instead of TRUE/FALSE | martin capitanio |
2008-07-07 | [intel-gem] typo fix in DRM_ERROR | Eric Anholt |