summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+3Star
* drm/i915/debug: Remove defunct WATCH_LRUChris Wilson2010-09-294-56/+0Star
* drm/i915/dvo: Fix panel and DDC i2c pinsChris Wilson2010-09-291-9/+3Star
* drm/i915: Tidy dvo_ch7017 and print out which chip we detectChris Wilson2010-09-291-36/+27Star
* 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/+10Star
|\
| * drm/i915: fix GMCH power reportingJesse Barnes2010-09-271-3/+3
| * drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson2010-09-231-5/+4Star
| * drm/i915/sdvo: Cleanup connector on error pathChris Wilson2010-09-231-4/+2Star
| * 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/+0Star
* | 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/+6Star
* | drm/i915: kill ring->get_active_headDaniel Vetter2010-09-252-21/+5Star
* | drm/i915: kill per-ring macrosDaniel Vetter2010-09-252-39/+21Star
* | 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/+2Star
* | 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
* | drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-248-92/+123
* | drm/i915/dp: Wait for PP_CONTROL to take effect.Hette Visser2010-09-241-0/+10
* | drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson2010-09-245-20/+42
* | drm/i915/lvds: Use the GMBUS pin if specified in VBTChris Wilson2010-09-241-8/+13
* | drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson2010-09-243-13/+21
* | drm/i915: Remove unused dev_priv->panel_wants_ditherChris Wilson2010-09-242-2/+1Star
* | drm/i915/ringbuffer: Fix sign of ring space.Chris Wilson2010-09-241-1/+1
* | drm/i915: Remove idle timer debugging messagesChris Wilson2010-09-241-4/+0Star
* | drm/i915/lvds: Probe DDC on creationChris Wilson2010-09-241-0/+21
* | drm/i915/tv: Sleep before checking for state changes.Chris Wilson2010-09-231-2/+5
* | drm/i915: Remove the broken flush_ring from page-flipChris Wilson2010-09-233-12/+2Star
* | drm/i915/crt: Use a DDC probe on 0xA0 before load-detectChris Wilson2010-09-221-4/+35
* | drm/i915: Disable "disabled FBC" message when a no-opChris Wilson2010-09-221-0/+3
* | drm/i915: Drop ring->lazy_requestChris Wilson2010-09-222-36/+6Star
* | drm/i915: Don't offset the pin used for crt_ddcChris Wilson2010-09-221-1/+1
* | drm/i915: Clear the gpu_write_list on resetting write_domain upon hangChris Wilson2010-09-223-28/+42
* | drm/i915: Don't overwrite the returned error-codeChris Wilson2010-09-211-3/+3
* | drm/i915/lvds: Unlock the PP register when panel-fittingChris Wilson2010-09-211-2/+6
* | drm/i915: Use the correct DPB GMBUS port for GPIOEChris Wilson2010-09-211-2/+2
* | drm/i915: Drop crtc->fb pin on disable.Chris Wilson2010-09-211-0/+15