aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds6-6/+17
2010-10-28drm/radeon/kms: enable unmappable vram for evergreenAlex Deucher1-0/+2
2010-10-28drm/radeon/kms: fix tiled db height calculation on 6xx/7xxAlex Deucher1-6/+8
2010-10-28drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xxAlex Deucher4-0/+7
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds193-10527/+17867
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra5-27/+24
2010-10-26drm/radeon/kms: properly compute group_size on 6xx/7xxAlex Deucher2-6/+10
2010-10-26drm/radeon/kms: fix 2D tile height alignment in the r600 CS checkerAlex Deucher1-2/+2
2010-10-26drm/radeon/kms/evergreen: set the clear state to the blit stateAlex Deucher4-54/+65
2010-10-26drm/radeon/kms: don't poll dac load detect.Dave Airlie1-0/+10
2010-10-26gpu: Add Intel GMA500(Poulsbo) Stub DriverLee, Chun-Yi4-1/+79
2010-10-26drm/radeon/kms: MC vram map needs to be >= pci aperture sizeAlex Deucher1-0/+3
2010-10-26drm/radeon/kms: implement display watermark support for evergreenAlex Deucher2-1/+449
2010-10-26drm/radeon/kms/evergreen: add some additional safe regs v2Alex Deucher2-1/+9
2010-10-26drm/radeon/r600: fix tiling issues in CS checker.Dave Airlie2-10/+22
2010-10-26Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie24-1362/+1966
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-5/+5
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson4-26/+29
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2-2/+0
2010-10-23drm/i915: Invalidate the to-ring, flush the old-ring when updating domainsChris Wilson1-3/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds17-1/+18
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+4
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2-16/+16
2010-10-22drm/i915: Fix flushing regression from 9af90d19fChris Wilson1-1/+1
2010-10-22drm/i915/sdvo: Remove unused encoding memberChris Wilson1-23/+22
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman4-105/+130
2010-10-21drm/i915: Fix current fb blocking for page flipChia-I Wu1-5/+8
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson8-22/+18
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson10-62/+170
2010-10-21drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson2-19/+0
2010-10-21drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2bChris Wilson1-1/+1
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-1/+4
2010-10-21drm/ttm: Optimize delayed buffer destructionThomas Hellstrom1-64/+107
2010-10-21drm/ttm: Avoid using the ttm_mem_type_manager::put_locked functionThomas Hellstrom2-36/+6
2010-10-20drm/i915: Copy the updated reloc->presumed_offset back to the userChris Wilson1-0/+13
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson5-96/+58
2010-10-20drm/i915: Simplify most HAS_BSD() checksChris Wilson3-37/+22
2010-10-20drm/i915: cache the last object lookup during pin_and_relocate()Chris Wilson1-171/+144
2010-10-19drm/i915: Do interrupible mutex lock first to avoid locking for unreferenceChris Wilson1-113/+93
2010-10-19drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini1-1/+1
2010-10-19drm/i915: rearrange mutex acquisition for preadChris Wilson1-56/+43
2010-10-19drm/i915: Rearrange acquisition of mutex during pwriteChris Wilson1-105/+65
2010-10-19drm/i915: Attempt to prefault user pages for pread/pwriteChris Wilson1-14/+19
2010-10-19drm/i915: Avoid taking the mutex for dropping the refcnt upon creationChris Wilson1-4/+7
2010-10-19drm/i915: Perform relocations in CPU domain [if in CPU domain]Chris Wilson1-26/+29
2010-10-19drm/i915: Avoid vmallocing a buffer for the relocationsChris Wilson1-149/+75
2010-10-19drm/i915/hdmi: Add 'force_audio' propertyChris Wilson1-0/+64
2010-10-19drm/i915/sdvo: Add 'force_audio' propertyChris Wilson1-2/+46