summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05drm/i915: Convert read modify write access to use I915_SET|CLEARsetclearMika Kuoppala10-118/+89
2014-03-05drm/i915/bdw: Add FBC supportBen Widawsky2-1/+3
2014-03-05drm/i915: Accurately track when we mark the hardware as idle/busyChris Wilson3-9/+22
2014-03-05drm/i915: Fix forcewake counts for gen8Mika Kuoppala1-9/+10
2014-03-05drm/i915: move hsw power domain comment to its right placeImre Deak1-6/+6
2014-03-05drm/i915: use power domain api to check vga power stateImre Deak2-7/+14
2014-03-05drm/i915: switch order of power domain init wrt. irq installImre Deak1-2/+2
2014-03-05drm/i915: use drm_i915_private everywhere in the power domain apiImre Deak6-73/+58
2014-03-04drm/i915: ignore bios output config if not all outputs are onDaniel Vetter1-0/+23
2014-03-04drm/i915: s/any_enabled/!fallback/ in fbdev_initial_configDaniel Vetter1-4/+4
2014-03-04drm/i915: Reject changes of fb base when we have a flip pendingChris Wilson1-19/+24
2014-03-04Revert "drm/i915: enable HiZ Raw Stall Optimization on IVB"Chris Wilson1-3/+5
2014-03-04drm/i915: re-add locking around hw state readoutJesse Barnes1-0/+2
2014-03-04drm/i915: honor forced connector modes v2Jesse Barnes1-0/+18
2014-03-04drm/i915: Revert workaround for disabling L3 cache aging on IVBChris Wilson1-1/+1
2014-03-04drm/i915: Revert workaround for disabling L3 cache aging on BYTSinclair Yeh1-3/+0
2014-03-04drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky3-13/+6
2014-03-04drm/i915: Split GEN6 PPGTT initialization upBen Widawsky1-50/+91
2014-03-04drm/i915: Split GEN6 PPGTT cleanupBen Widawsky1-7/+19
2014-03-04drm/i915: Update i915_gem_gtt.c copyrightBen Widawsky1-0/+1
2014-03-04Revert "drm/i915/bdw: Limit GTT to 2GB"Ben Widawsky1-5/+0
2014-03-04drm/i915/bdw: Reorganize PT allocationsBen Widawsky2-29/+108
2014-03-04drm/i915: Make clear/insert vfuncs args absoluteBen Widawsky2-42/+54
2014-03-04drm/i915/bdw: Split ppgtt initialization upBen Widawsky1-48/+116
2014-03-04drm/i915/bdw: Reorganize PPGTT initBen Widawsky1-50/+60
2014-03-04drm/i915/bdw: Free PPGTT structBen Widawsky2-3/+10
2014-03-04drm/i915: Move ppgtt_release out of the headerBen Widawsky2-36/+36
2014-03-04drm/i915: Add a comment about WIZ hashing vs. thread countsVille Syrjälä1-0/+16
2014-03-04drm/i915: Change BDW WIZ hashing mode to 16x4Ville Syrjälä1-0/+7
2014-03-04drm/i915: Change HSW WIZ hashing mode to 16x4Ville Syrjälä1-0/+7
2014-03-04drm/i915: Change IVB WIZ hashing mode to 16x4Ville Syrjälä2-0/+8
2014-03-04drm/i915: There's no need to mask all 3D_CHICKEN bits on SNBVille Syrjälä1-3/+2
2014-03-04drm/i915: Assume we implement WaStripsFansDisableFastClipPerformanceFix:snbVille Syrjälä1-0/+1
2014-03-04drm/i915: Fix SNB GT_MODE register setupVille Syrjälä2-6/+12
2014-03-04drm/i915: get/put runtime PM without holding rps.hw_lockPaulo Zanoni1-5/+7
2014-03-04drm/i915: rename modeset_update_power_wellsPaulo Zanoni1-2/+2
2014-03-04drm/i915: Remove dead codeThierry Reding1-6/+0
2014-03-02drm/i915: sprinkle staticDaniel Vetter2-7/+7
2014-02-14drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay codeDaniel Vetter2-6/+6
2014-02-14drm/i915: fix NULL deref in the load detect codeDaniel Vetter1-3/+5
2014-02-14drm/i915: Only bind each object rather than for every execbufferDaniel Vetter2-13/+12
2014-02-14drm/i915: Directly return the vma from bind_to_vmDaniel Vetter1-12/+11
2014-02-14drm/i915: Simplify i915_gem_object_ggtt_unpinDaniel Vetter2-22/+8
2014-02-14drm/i915: Allow blocking in the PDE alloc when running low on gtt spaceDaniel Vetter1-1/+1
2014-02-14drm/i915: Don't allocate context pages as mappableDaniel Vetter1-1/+1
2014-02-14drm/i915: Handle set_cache_level errors in the status page setupDaniel Vetter1-1/+3
2014-02-14drm/i915: Don't pin the status page as mappableDaniel Vetter1-1/+1
2014-02-14drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffersDaniel Vetter1-1/+1
2014-02-14drm/i915: Handle set_cache_level errors in the pipe control scratch setupDaniel Vetter1-1/+3
2014-02-14drm/i915: split PIN_GLOBAL out from PIN_MAPPABLEDaniel Vetter3-4/+5