summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2010-10-0641-4548/+5515
|\
| * drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson2010-10-043-7/+4
| * drm/i915: mark display port DPMS state as 'ON' when enabling outputKeith Packard2010-10-041-0/+1
| * drm/i915: Skip pread/pwrite if size to copy is 0.Chris Wilson2010-10-041-7/+13
| * Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-10-041-20/+24
| |\
| | * drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson2010-10-031-12/+4
| | * drm/i915: Sanity check pread/pwriteChris Wilson2010-10-031-8/+20
| * | drm/i915: avoid struct mutex output_poll mutex lock loop on unloadKeith Packard2010-10-041-1/+1
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-10-037-59/+74
| |\|
| | * drm/i915: Use pipe state to tell when pipe is offKeith Packard2010-10-032-25/+38
| | * drm/i915: vblank status not valid while training display portKeith Packard2010-10-031-10/+9
| | * drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall2010-10-021-0/+2
| | * drm/i915: Fix refleak during eviction.Chris Wilson2010-10-011-25/+20
| * | drm/i915: Don't mask the return code whilst relocating.Chris Wilson2010-10-021-1/+1
| * | drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.Chris Wilson2010-10-012-6/+11
| * | drm/i915: Only print 'generating error event' if we actually areChris Wilson2010-10-011-2/+3
| * | drm/i915: Try to reset gen2 devices.Chris Wilson2010-10-012-0/+44
| * | drm/i915: Clear fence registers on GPU resetChris Wilson2010-10-013-3/+15
| * | drm/i915: Force the domain to CPU on unbinding whilst wedged.Chris Wilson2010-10-011-0/+4
| * | drm: Move the GTT accounting to i915Chris Wilson2010-10-017-64/+111
| * | i915: Added function to initialize VBT settingsSimon Que2010-09-301-13/+23
| * | drm/i915: Remove redundant deletion of obj->gpu_write_listChris Wilson2010-09-301-2/+0
| * | drm/i915: Make get/put pages staticChris Wilson2010-09-303-20/+21
| * | drm/i915/debugfs: Include list totalsChris Wilson2010-09-301-2/+9
| * | drm/i915: Report the deferred free list in debugfsChris Wilson2010-09-301-1/+7
| * | drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson2010-09-304-39/+113
| * | drm/i915: Avoid blocking the kworker thread on a stuck mutexChris Wilson2010-09-291-1/+6
| * | drm/i915/debug: Remove default WATCH_BUFChris Wilson2010-09-293-53/+3
| * | drm/i915/debug: Remove defunct WATCH_LRUChris Wilson2010-09-294-56/+0
| * | drm/i915/dvo: Fix panel and DDC i2c pinsChris Wilson2010-09-291-9/+3
| * | drm/i915: Tidy dvo_ch7017 and print out which chip we detectChris Wilson2010-09-291-36/+27
| * | drm/i915: Disable LVDS i2c probing when using GPIO bit bangingChris Wilson2010-09-282-0/+7
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-09-283-13/+10
| |\|
| | * drm/i915: fix GMCH power reportingJesse Barnes2010-09-271-3/+3
| | * drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson2010-09-231-5/+4
| | * drm/i915/sdvo: Cleanup connector on error pathChris Wilson2010-09-231-4/+2
| | * drm/i915: Fix 945GM regression in e259befdChris Wilson2010-09-231-1/+1
| * | drm/i915: Use i2c bit banging instead of GMBUSChris Wilson2010-09-281-0/+3
| * | drm/i915/sdvo: Fix GMBUSificationChris Wilson2010-09-285-196/+339
| * | Revert "drm/i915: Drop ring->lazy_request"Chris Wilson2010-09-282-13/+35
| * | drm/i915: Ensure that the mode change flushing is currently uninterruptibleChris Wilson2010-09-261-1/+8
| * | drm/i915: fix debugging compilation error from previous commitChris Wilson2010-09-261-1/+0
| * | drm/i915: Convert the file mutex into a spinlockChris Wilson2010-09-263-15/+17
| * | drm/i915: kill ring->setup_status_pageDaniel Vetter2010-09-253-25/+6
| * | drm/i915: kill ring->get_active_headDaniel Vetter2010-09-252-21/+5
| * | drm/i915: kill per-ring macrosDaniel Vetter2010-09-252-39/+21
| * | drm/i915: fix ACTHD for gen <= 3Daniel Vetter2010-09-251-1/+1
| * | drm/i915: kill now unnecessary gtt defines from i915_reg.hDaniel Vetter2010-09-251-40/+2
| * | drm/i915: Make the mutex_lock interruptible on ioctl pathsChris Wilson2010-09-251-42/+84
| * | drm/i915: Adjust hangcheck EIO semanticsChris Wilson2010-09-254-8/+68