summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-032-3/+2
| * | drm: fix EDID backward compat checkJesse Barnes2009-04-031-4/+2
| * | drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao2009-04-031-0/+28
| * | drm: fix typo in edid vendor parsing.Dave Airlie2009-04-031-1/+1
| |/
| * drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-291-0/+62
| * drm: drm_fops.c unlock missing on error pathDan Carpenter2009-03-291-0/+1
| * drm: read EDID extensions from monitorMa Ling2009-03-291-28/+93
| * drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt2009-03-291-5/+10
| * drm/radeon: add regs required for occlusion queries supportMaciej Cencora2009-03-294-2/+11
| * drm/i915: check the return value from the copy from userDave Airlie2009-03-281-1/+4
| * drm: merge Linux master into HEADDave Airlie2009-03-2814-353/+1375
| |\
| | * Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-2820-1300/+2335
| | |\
| | | * i915: fix wrong 'size_t' format stringLinus Torvalds2009-03-271-1/+1
| | | * drm/i915: Fix LVDS dither settingLi Peng2009-03-272-7/+7
| | | * drm/i915: Check for dev->primary->master before dereference.Chris Wilson2009-03-271-3/+6
| | | * drm/i915: TV detection fixZhenyu Wang2009-03-271-1/+4
| | | * drm/i915: TV mode_set sync up with 2D driverZhenyu Wang2009-03-272-4/+9
| | | * drm/i915: Fix TV get_modes to return modes countZhenyu Wang2009-03-271-8/+12
| | | * drm/i915: Sync crt hotplug detection with intel video driverZhao Yakui2009-03-272-13/+48
| | | * drm/i915: Sync mode_valid/mode_set with intel video driverZhao Yakui2009-03-271-4/+17
| | | * drm/i915: TV modes' parameters sync up with 2D driverZhenyu Wang2009-03-271-56/+56
| | | * agp/intel: Add support for new intel chipset.Shaohua Li2009-03-273-19/+108
| | | * i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth2009-03-271-4/+0
| | | * drm/i915: Display fence register state in debugfs i915_gem_fence_regs node.Chris Wilson2009-03-271-9/+57
| | | * drm/i915: Add information on pinning and fencing to the i915 list debug.Eric Anholt2009-03-271-11/+20
| | | * drm/i915: Consolidate gem object list dumpingBen Gamari2009-03-271-58/+28
| | | * drm/i915: Convert i915 proc files to seq_file and move to debugfs.Ben Gamari2009-03-275-339/+239
| | | * drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-276-614/+700
| | | * drm/i915: Fix lock order reversal in GEM relocation entry copying.Eric Anholt2009-03-271-54/+133
| | | * drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths.Eric Anholt2009-03-273-39/+97
| | | * drm/i915: Fix lock order reversal in shmem pread path.Eric Anholt2009-03-271-26/+195
| | | * drm/i915: Fix lock order reversal in shmem pwrite path.Eric Anholt2009-03-271-20/+205
| | | * drm/i915: Make GEM object's page lists refcounted instead of get/free.Eric Anholt2009-03-272-35/+38
| | | * drm/i915: Fix lock order reversal in GTT pwrite path.Eric Anholt2009-03-271-27/+139
| | | * drm/i915: Read the right SDVO register when detecting SVDO/HDMI.Kristian Høgsberg2009-03-271-1/+9
| | | * drm/i915: Use a different PLL timing search function on G4X.Ma Ling2009-03-271-12/+88
| | | * drm/i915: Use documented PLL timing limits for G4X platformMa Ling2009-03-271-1/+186
| | | * drm/i915: Change DCC tiling detection case to cover only mobile parts.Eric Anholt2009-03-271-16/+15
| | * | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-2/+2
| | |\ \ | | | |/ | | |/|
| | | *-------. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-0412-27/+115
| | | |\ \ \ \ \
| | | | | | * \ \ Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-017-14/+94
| | | | | | |\ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | | * | | | x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2009-03-021-1/+1
| | | | | | | | |
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | *-------. \ \ \ \ \ Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-262-4/+11
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|/ / / / | | | | | | | |/| | | | |
| | | | | | | * | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar2009-02-251-1/+1
| | | * | | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-261-1/+8
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / | | | |/| | | | | | | | |
| | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \ \ \
| | | *-----. \ \ \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-2424-392/+1766
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / | | | | |/| | | | | / / / / / / | | | | | | | |_|_|/ / / / / / | | | | | | |/| | | | / / / / | | | | | | |_|_|_|_|/ / / / | | | | | |/| | | | | | | |
| | | | | | * | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-201-7/+6
| | | | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / /
| | | | * | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2216-174/+277
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | |/| | | | | | | | |
| | | | | | | | | | | | | |
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | *---------. \ \ \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-2/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | / / / / / | | | | | |_|_|_|_|_|_|_|_|/ / / / / | | | | |/| | | | | | | | | | | / / | | | | | | |_|_|_|_|_|_|_|_|_|/ / | | | | | |/| | | | | | | | | | |
| | | | | | | | * | | | | | | | | drm_proc.c fix compilation warningJaswinder Singh Rajput2009-02-111-2/+2
| | | | |_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | |
OpenPOWER on IntegriCloud