aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter13-54/+92
2012-05-03drm/i915: enable dip before writing data on gen4Paulo Zanoni1-1/+1
2012-05-02fixing dmi match for hp t5745 and hp st5747 thin clientMarc Gariepy1-2/+2
2012-05-02drm/i915: Only enable IPS polling for gen5Chris Wilson2-5/+13
2012-05-02drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson1-4/+5
2012-04-28drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke2-0/+9
2012-04-26drm/i915: handle input/output sdvo timings separately in mode_setDaniel Vetter1-16/+18
2012-04-23drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang1-0/+5
2012-04-23drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang1-1/+2
2012-04-23drm/i915: rc6 residency (fix the fix)Ben Widawsky1-2/+2
2012-04-22drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter1-18/+11
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-20drm/i915/tv: fix open-coded ARRAY_SIZE.Dave Airlie1-1/+1
2012-04-20drm/i915: invalidate render cache on gen2Daniel Vetter1-1/+1
2012-04-18drm/i915: Silence the change of LVDS sync polarityChris Wilson1-30/+7
2012-04-18drm/i915: add generic power management initializationEugeni Dodonov3-202/+180
2012-04-18drm/i915: move clock gating functionality into intel_pm moduleEugeni Dodonov3-354/+370
2012-04-18drm/i915: move emon functionality into intel_pm moduleEugeni Dodonov2-86/+86
2012-04-18drm/i915: move drps, rps and rc6-related functions to intel_pmEugeni Dodonov3-513/+514
2012-04-18drm/i915: fix line breaks in intel_pmEugeni Dodonov1-3/+7
2012-04-18drm/i915: move watermarks settings into intel_pm moduleEugeni Dodonov3-1476/+1496
2012-04-18drm/i915: move fbc-related functionality into intel_pm moduleEugeni Dodonov4-484/+537
2012-04-18drm/i915: Refactor get_fence() to use the common fence writing routineChris Wilson1-43/+27
2012-04-18drm/i915: Refactor fence clearing to use the common fence writing routineChris Wilson1-53/+9
2012-04-18drm/i915: Refactor put_fence() to use the common fence writing routineChris Wilson1-11/+51
2012-04-18drm/i915: Prepare to consolidate fence writingChris Wilson1-103/+108
2012-04-18drm/i915: Remove the unsightly "optimisation" from flush_fence()Chris Wilson1-13/+5
2012-04-18drm/i915: Simplify fence findingChris Wilson1-13/+3
2012-04-18drm/i915: Discard the unused obj->last_fenced_ringChris Wilson2-14/+7
2012-04-18drm/i915: Remove unused ring->setup_seqnoChris Wilson2-18/+0
2012-04-18drm/i915: Remove fence pipeliningChris Wilson1-119/+36
2012-04-18drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson4-8/+6
2012-04-18drm/i915: Wait for all pending operations to the fb before disabling the pipeChris Wilson1-23/+4
2012-04-18drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSHChris Wilson1-16/+39
2012-04-18drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomicChris Wilson1-9/+6
2012-04-18drm/i915: Unpin the flip target if we fail to queue the flipChris Wilson1-15/+35
2012-04-18drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky2-0/+29
2012-04-18drm/i915: Replace open coded MI_BATCH_GTTChris Wilson2-2/+4
2012-04-18drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson1-1/+5
2012-04-18drm/i915: [sparse] don't use variable size arraysBen Widawsky1-6/+18
2012-04-18drm/i915: [sparse] trivial sparse fixesBen Widawsky9-7/+15
2012-04-18drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DACJesse Barnes1-11/+43
2012-04-18drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson1-1/+7
2012-04-17drm/i915: Mask reserved bits in display/sprite address registersArmin Reese4-7/+15
2012-04-17drm/i915: disable rc6 on haswell for nowEugeni Dodonov1-0/+4
2012-04-17drm/i915: share IVB cursor routine with HaswellEugeni Dodonov1-1/+1
2012-04-17drm/i915: haswell has 3 pipes as wellEugeni Dodonov1-1/+1
2012-04-17drm/i915: share forcewaking code between IVB and HSWEugeni Dodonov1-1/+1
2012-04-17drm/i915: add WRPLL divider programming bitsEugeni Dodonov1-0/+4
2012-04-17drm/i915: add definition of LPT FDI port width registersEugeni Dodonov1-0/+3