aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/radeon/kms: Convert R100 to new init path (V2)Jerome Glisse2009-10-028-189/+586
| * | drm/radeon/kms: Convert R300 to new init pathJerome Glisse2009-10-024-146/+345
| * | drm/radeon/kms: Convert RS400/RS480 to new init path & fix legacy VGA (V3)Jerome Glisse2009-10-0211-144/+582
* | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-3033-688/+2076
|\ \ \ | |/ / | | / | |/ |/|
| * drm/radeon/kms: Convert R520 to new init path and associated cleanupJerome Glisse2009-09-295-128/+376
| * drm/radeon/kms: Convert RV515 to new init path and associated cleanupJerome Glisse2009-09-2911-158/+712
| * drm: fix radeon DRM warnings when !CONFIG_DEBUG_FSMikael Pettersson2009-09-291-4/+3
| * drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQMikael Pettersson2009-09-291-0/+2
| * drm/r600: fix memory leak introduced with 64k malloc avoidance fix.Dave Airlie2009-09-281-0/+2
| * drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-282-25/+40
| * drm/radeon/r600: fix offset handling in CS parserAlex Deucher2009-09-261-5/+5
| * drm/radeon/kms/r600: fix forcing pci mode on agp cardsAlex Deucher2009-09-261-4/+7
| * drm/radeon/kms: fix for the extra pages copying.Dave Airlie2009-09-261-3/+1
| * drm/radeon/kms/r600: add support for vline relocsAlex Deucher2009-09-263-1/+128
| * drm/radeon/kms: fix some bugs in vline relocAlex Deucher2009-09-261-6/+5
| * drm/radeon/kms/r600: clamp vram to aperture sizeAlex Deucher2009-09-262-0/+14
| * drm/kms: protect against fb helper not being created.Dave Airlie2009-09-262-4/+23
| * drm/r600: get values from the passed in IB not the copy.Dave Airlie2009-09-251-11/+13
| * drm: create gitignore file for radeonAmerigo Wang2009-09-251-0/+3
| * drm/radeon/kms: remove unneeded master create/destroy functions.Dave Airlie2009-09-252-54/+0
| * drm/kms: start adding command line interface using fb.Dave Airlie2009-09-258-20/+349
| * drm/radeon/kms: don't require up to 64k allocations. (v2)Dave Airlie2009-09-257-271/+370
| * drm/radeon/kms: enable dac load detection by default.Dave Airlie2009-09-251-0/+8
| * drm/radeon/kms: enable r600 tv outputs.Dave Airlie2009-09-251-6/+3
| * drm/edid: Fix standard timing parse for EDID <= 1.2Adam Jackson2009-09-241-5/+12
| * drm/edid: Detailed standard timing blocks have six timings, not five.Adam Jackson2009-09-241-2/+1
| * drm/edid: Ignore bad standard timings.Adam Jackson2009-09-241-0/+16
| * drm/edid: const cleanupAdam Jackson2009-09-241-1/+3
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-273-6/+6
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-2420-451/+2692
|\ \
| * | drm/i915: Handle ERESTARTSYS during page faultChris Wilson2009-09-221-17/+12
| * | drm/i915: Warn before mmaping a purgeable buffer.Chris Wilson2009-09-231-0/+8
| * | drm/i915: Track purged state.Chris Wilson2009-09-231-9/+15
| * | drm/i915: Remove eviction debug spamChris Wilson2009-09-231-33/+7
| * | drm/i915: Immediately discard any backing storage for uneeded objectsChris Wilson2009-09-231-0/+5
| * | drm/i915: Do not mis-classify clean objects as purgeableChris Wilson2009-09-231-29/+26
| * | drm/i915: Whitespace correction for madvChris Wilson2009-09-231-2/+2
| * | drm/i915: BUG_ON page refleak during unbindChris Wilson2009-09-231-0/+1
| * | drm/i915: Search harder for a reusable objectChris Wilson2009-09-231-21/+22
| * | drm/i915: Clean up evict from list.Chris Wilson2009-09-231-25/+14
| * | drm/i915: Add tracepointsChris Wilson2009-09-236-16/+447
| * | drm/i915: framebuffer compression for GM45+Jesse Barnes2009-09-214-26/+132
| * | drm/i915: split display functions by chip typeJesse Barnes2009-09-212-98/+231
| * | drm/i915: Skip the sanity checks if the current relocation is validChris Wilson2009-09-181-45/+47
| * | drm/i915: Check that the relocation points to within the targetChris Wilson2009-09-181-0/+10
| * | drm/i915: correct FBC update when pipe base update occursJesse Barnes2009-09-171-3/+3
| * | drm/i915: blacklist Acer AspireOne lid statusJesse Barnes2009-09-171-1/+13
| * | drm/i915: prevent FIFO calculation overflows on 32 bits with high dotclocksJesse Barnes2009-09-171-1/+8
| * | drm/i915: intel_display.c handle latency variable efficientlyJaswinder Singh Rajput2009-09-171-7/+6
| * | drm/i915: remove restore in resumeZhenyu Wang2009-09-171-2/+0