summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Refine tracepointsChris Wilson2011-02-0711-359/+330
| * | drm/i915: Fix infinite loop regression from 21dd3734Chris Wilson2011-02-071-5/+25
| * | drm/i915: the PCH reference clocks are global, so don't clobber unconditionallyJesse Barnes2011-02-071-46/+77
| * | drm/i915: add port assertion check when disabling transcodersJesse Barnes2011-02-071-0/+59
| * | drm/i915: don't check plane vs pipe enable on ILK+Jesse Barnes2011-02-071-0/+4
| * | drm/i915: Set the transcoder port to none when disabling DP.Eric Anholt2011-02-072-0/+2
| * | drm/i915: Use DEBUG_KMS for the self-refresh watermarksChris Wilson2011-02-071-5/+6
| * | drm/i915: Include 'i915_error_state' hint for when the GPU catches fireChris Wilson2011-02-071-1/+2
| * | drm/i915: Enable GMBUS for post-gen2 chipsetsChris Wilson2011-02-011-1/+2
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-02-015-30/+53
| |\ \
| * | | drm/i915: Remove unreachable conditionChris Wilson2011-02-011-2/+1
| * | | drm/i915: Override SDVO panel type in VBTChris Wilson2011-02-013-8/+18
| * | | drm/i915: Trivial spelling mistake 'assertiing'Chris Wilson2011-02-011-2/+2
| * | | drm/i915: Record all error ringbuffersChris Wilson2011-01-283-18/+29
| * | | drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson2011-01-274-28/+18
| * | | drm/i915: Check wedged status before throttlingChris Wilson2011-01-271-0/+3
| * | | drm/i915/sdvo: Add BUILD_BUG_ON to warn if the structs are ever miscompiledChris Wilson2011-01-261-0/+9
| * | | drm/i915/sdvo: Use a compact test for determining a multi-function deviceChris Wilson2011-01-261-27/+3
| * | | drm/i915: use VDD AUX override to make panel power sequencing look betterJesse Barnes2011-01-252-7/+59
| * | | drm/i915: remove now unnecessary delays in eDP panel power sequencingJesse Barnes2011-01-251-10/+0
| * | | drm/i915: Refactor self-refresh watermark calculationsChris Wilson2011-01-252-191/+200
| * | | drm/i915: Silence a few -Wunused-but-set-variableChris Wilson2011-01-253-5/+5
| * | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-01-2510-55/+134
| |\ \ \
| * | | | drm/i915: Remove unused code: i915_enable_interrupt()Chris Wilson2011-01-232-13/+0
| * | | | drm/i915/ringbuffer: Kill an annoyingly frequent debug messageChris Wilson2011-01-201-1/+0
| * | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-01-202-1/+30
| |\ \ \ \
| * | | | | drm/i915: Include TLB miss latency in g4x watermark computationsChris Wilson2011-01-192-65/+160
| * | | | | drm/i915: Disable SSC for outputs other than LVDS or DPChris Wilson2011-01-194-26/+36
| * | | | | drm/i915/bios: Change default clock source on PineView to use SSCBryan Freed2011-01-191-8/+23
| * | | | | drm/i915: Honour LVDS sync polarity from EDIDBryan Freed2011-01-192-0/+21
| * | | | | drm/i915: tune Sandy Bridge DRPS constantsJesse Barnes2011-01-193-8/+46
| * | | | | drm/i915: Trivial sparse fixesChris Wilson2011-01-198-36/+35
| * | | | | drm/i915: allow 945 to control self refresh (CxSR) automaticallyAlexander Lam2011-01-191-38/+24
| * | | | | drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPUChris Wilson2011-01-192-0/+38
| * | | | | drm/i915: skip FDI & PCH enabling for DP_AJesse Barnes2011-01-191-37/+60
| * | | | | drm/i915: set phase sync pointer override enable before setting phase sync po...Jesse Barnes2011-01-192-4/+11
| * | | | | drm/i915: factor out FDI disable and add FDI assertionsJesse Barnes2011-01-191-44/+60
| * | | | | drm/i915: add transcoder enable/disable functionsJesse Barnes2011-01-191-25/+170
| * | | | | drm/i915: assert panel is unlocked before writing transcoder timing regsJesse Barnes2011-01-191-1/+2
| * | | | | drm/i915: add PCH DPLL enable/disable functionsJesse Barnes2011-01-192-11/+75
| * | | | | drm/i915: add PLL enable/disable functionsJesse Barnes2011-01-191-46/+78
| * | | | | drm/i915: add panel lock assertion functionJesse Barnes2011-01-191-0/+29
| * | | | | drm/i915: add pipe/plane enable/disable functionsJesse Barnes2011-01-192-97/+216
| * | | | | drm/i915: don't enable plane, pipe and PLL prematurelyJesse Barnes2011-01-191-3/+5
| * | | | | drm/i915: Use ACPI OpRegion to determine lid statusChris Wilson2011-01-193-0/+10
* | | | | | drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-1/+1
* | | | | | drm: rework PCI/platform driver interface.Dave Airlie2011-02-071-10/+10
* | | | | | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-073-30/+83
| |_|_|_|/ |/| | | |
* | | | | drm/i915: Only bind to function 0 of the PCI deviceChris Wilson2011-02-011-0/+8
| |_|_|/ |/| | |
* | | | drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-311-4/+4