summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-1814-99/+131
|\
| * drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter2013-12-111-0/+8
| * drm/i915: Repeat eviction search after idling the GPUChris Wilson2013-12-101-3/+11
| * drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-061-2/+12
| * drm/i915: fix pm init orderingDaniel Vetter2013-12-064-12/+12
| * drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-042-2/+2
| * drm/i915: Skip clock checks on BDWVille Syrjälä2013-12-031-1/+1
| * drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2013-12-032-2/+2
| * drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä2013-12-031-0/+2
| * drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson2013-11-291-5/+8
| * drm/i915: MI_PREDICATE_RESULT_2 is HSW onlyVille Syrjälä2013-11-291-4/+3Star
| * drm/i915: Make the DERRMR SRM target global GTTVille Syrjälä2013-11-292-1/+3
| * drm/i915: use the correct force_wake function at the PC8 codePaulo Zanoni2013-11-291-2/+2
| * drm/i915: Fix pipe CSC post offset calculationVille Syrjälä2013-11-281-1/+1
| * drm/i915: Simplify DP vs. eDP detectionVille Syrjälä2013-11-281-20/+6Star
| * drm/i915: Check VBT for eDP ports on VLVVille Syrjälä2013-11-284-9/+14
| * drm/i915: use crtc_htotal in watermark calculations to match fastboot v2Jesse Barnes2013-11-271-7/+8
| * drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson2013-11-271-28/+32
| * drm/i915: take mode config lock around crtc disable at suspendJesse Barnes2013-11-261-0/+2
| * drm/i915: Prefer setting PTE cache age to 3Chris Wilson2013-11-251-2/+4
| * drm/i915/ddi: set sink to power down mode on dp disableJani Nikula2013-11-211-1/+2
* | drm/i915: Do not allow buffers at offset 0Ben Widawsky2013-12-181-1/+3
* | drm/i915: Clean up VMAs before freeingBen Widawsky2013-12-181-12/+40
* | drm/i915: Defer request freeingBen Widawsky2013-12-181-3/+10
* | drm/i915: Get context early in execbufBen Widawsky2013-12-185-53/+41Star
* | drm/i915: Piggy back hangstats off of contextsBen Widawsky2013-12-183-16/+19
* | drm/i915: Create a per file_priv default contextBen Widawsky2013-12-182-26/+38
* | drm/i915: Do aliasing PPGTT init with contextsBen Widawsky2013-12-185-63/+87
* | drm/i915: Restore PDEs for all VMsBen Widawsky2013-12-181-2/+15
* | drm/i915: Write PDEs at init instead of enableBen Widawsky2013-12-181-4/+5
* | drm/i915: Add VM to contextBen Widawsky2013-12-183-3/+24
* | drm/i915: Reorganize intel_enable_ppgttBen Widawsky2013-12-182-19/+23
* | drm/i915: Generalize PPGTT initBen Widawsky2013-12-181-15/+19
* | drm/i915: Flush TLBs after !RCS PP_DIR_BASEBen Widawsky2013-12-181-0/+54
* | drm/i915: Use LRI for switching PP_DIR_BASEBen Widawsky2013-12-181-4/+52
* | drm/i915: Extract mm switching to functionBen Widawsky2013-12-182-27/+61
* | drm/i915: Use platform specific ppgtt enableBen Widawsky2013-12-181-38/+55
* | drm/i915: One hopeful eviction on PPGTT allocBen Widawsky2013-12-181-2/+12
* | drm/i915: Use drm_mm for PPGTT PDEsBen Widawsky2013-12-182-25/+32
* | drm/i915: PPGTT vfuncs should take a ppgtt argumentBen Widawsky2013-12-183-6/+9
* | drm/i915: Generalize default context setupBen Widawsky2013-12-181-13/+12Star
* | drm/i915: Split context enabling from initBen Widawsky2013-12-183-16/+44
* | drm/i915: Better reset handling for contextsBen Widawsky2013-12-183-0/+46
* | drm/i915: Track which ring a context ran onBen Widawsky2013-12-182-8/+6Star
* | drm/i915: Permit contexts on all ringsBen Widawsky2013-12-182-15/+42
* | drm/i915: Simplify ring handling in execbufBen Widawsky2013-12-181-31/+10Star
* | drm/i915: relax context alignmentBen Widawsky2013-12-181-7/+19
* | drm/i915: Add a context open functionBen Widawsky2013-12-183-2/+21
* | drm/i915: Remove vm arg from relocate entryBen Widawsky2013-12-181-7/+6Star
* | drm/i915: Create bind/unbind abstraction for VMAsBen Widawsky2013-12-185-162/+245