summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-0713-54/+92
|\
| * drm/i915: enable dip before writing data on gen4Paulo Zanoni2012-05-031-1/+1
| * fixing dmi match for hp t5745 and hp st5747 thin clientMarc Gariepy2012-05-021-2/+2
| * drm/i915: Only enable IPS polling for gen5Chris Wilson2012-05-022-5/+13
| * drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson2012-05-021-4/+5
| * drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke2012-04-282-0/+9
| * drm/i915: handle input/output sdvo timings separately in mode_setDaniel Vetter2012-04-261-16/+18
| * drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang2012-04-231-0/+5
| * drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang2012-04-231-1/+2
| * drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter2012-04-221-18/+11
| * VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-3/+1
| * drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson2012-04-181-1/+7
| * drm/i915: Hold mode_config lock whilst changing mode for lastclose()Chris Wilson2012-04-161-0/+4
| * drm/i915: don't clobber the special upscaling lvds timingsDaniel Vetter2012-04-164-4/+15
* | drm/i915: rc6 residency (fix the fix)Ben Widawsky2012-04-231-2/+2
* | drm/i915/tv: fix open-coded ARRAY_SIZE.Dave Airlie2012-04-201-1/+1
* | drm/i915: invalidate render cache on gen2Daniel Vetter2012-04-201-1/+1
* | drm/i915: Silence the change of LVDS sync polarityChris Wilson2012-04-181-30/+7
* | drm/i915: add generic power management initializationEugeni Dodonov2012-04-183-202/+180
* | drm/i915: move clock gating functionality into intel_pm moduleEugeni Dodonov2012-04-183-354/+370
* | drm/i915: move emon functionality into intel_pm moduleEugeni Dodonov2012-04-182-86/+86
* | drm/i915: move drps, rps and rc6-related functions to intel_pmEugeni Dodonov2012-04-183-513/+514
* | drm/i915: fix line breaks in intel_pmEugeni Dodonov2012-04-181-3/+7
* | drm/i915: move watermarks settings into intel_pm moduleEugeni Dodonov2012-04-183-1476/+1496
* | drm/i915: move fbc-related functionality into intel_pm moduleEugeni Dodonov2012-04-184-484/+537
* | drm/i915: Refactor get_fence() to use the common fence writing routineChris Wilson2012-04-181-43/+27
* | drm/i915: Refactor fence clearing to use the common fence writing routineChris Wilson2012-04-181-53/+9
* | drm/i915: Refactor put_fence() to use the common fence writing routineChris Wilson2012-04-181-11/+51
* | drm/i915: Prepare to consolidate fence writingChris Wilson2012-04-181-103/+108
* | drm/i915: Remove the unsightly "optimisation" from flush_fence()Chris Wilson2012-04-181-13/+5
* | drm/i915: Simplify fence findingChris Wilson2012-04-181-13/+3
* | drm/i915: Discard the unused obj->last_fenced_ringChris Wilson2012-04-182-14/+7
* | drm/i915: Remove unused ring->setup_seqnoChris Wilson2012-04-182-18/+0
* | drm/i915: Remove fence pipeliningChris Wilson2012-04-181-119/+36
* | drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson2012-04-184-8/+6
* | drm/i915: Wait for all pending operations to the fb before disabling the pipeChris Wilson2012-04-181-23/+4
* | drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSHChris Wilson2012-04-181-16/+39
* | drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomicChris Wilson2012-04-181-9/+6
* | drm/i915: Unpin the flip target if we fail to queue the flipChris Wilson2012-04-181-15/+35
* | drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky2012-04-182-0/+29
* | drm/i915: Replace open coded MI_BATCH_GTTChris Wilson2012-04-182-2/+4
* | drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson2012-04-181-1/+5
* | drm/i915: [sparse] don't use variable size arraysBen Widawsky2012-04-181-6/+18
* | drm/i915: [sparse] trivial sparse fixesBen Widawsky2012-04-189-7/+15
* | drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DACJesse Barnes2012-04-181-11/+43
* | drm/i915: Mask reserved bits in display/sprite address registersArmin Reese2012-04-174-7/+15
* | drm/i915: disable rc6 on haswell for nowEugeni Dodonov2012-04-171-0/+4
* | drm/i915: share IVB cursor routine with HaswellEugeni Dodonov2012-04-171-1/+1
* | drm/i915: haswell has 3 pipes as wellEugeni Dodonov2012-04-171-1/+1
* | drm/i915: share forcewaking code between IVB and HSWEugeni Dodonov2012-04-171-1/+1