summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Replace __I915__ with typesafe variantChris Wilson2014-08-132-5/+10
* drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä2014-08-133-24/+91
* drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä2014-08-131-40/+1
* drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä2014-08-131-4/+1
* drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä2014-08-131-2/+2
* drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter2014-08-132-4/+7
* drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter2014-08-133-10/+15
* drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter2014-08-131-5/+3
* drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter2014-08-131-6/+5
* drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-136-34/+30
* drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-132-24/+31
* drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-134-58/+42
* drm/i915: Fix up checks for aliasing ppgttDaniel Vetter2014-08-134-13/+5
* drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter2014-08-133-9/+18
* drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter2014-08-132-6/+7
* drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter2014-08-133-3/+13
* drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-134-23/+28
* drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-125-43/+33
* drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-124-20/+18
* drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo2014-08-112-1/+4
* drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo2014-08-113-5/+135
* drm/i915/bdw: GEN-specific logical ring emit batchbuffer startOscar Mateo2014-08-112-0/+29
* drm/i915/bdw: Interrupts with logical ringsOscar Mateo2014-08-114-3/+77
* drm/i915/bdw: Ring idle and stop with logical ringsOscar Mateo2014-08-111-2/+22
* drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo2014-08-113-7/+95
* drm/i915/bdw: GEN-specific logical ring emit requestOscar Mateo2014-08-113-0/+35
* drm/i915/bdw: New logical ring submission mechanismOscar Mateo2014-08-114-10/+217
* drm/i915: Make hpd debug messages less crypticVille Syrjälä2014-08-112-2/+5
* drm/i915/bdw: GEN-specific logical ring set/get seqnoOscar Mateo2014-08-111-0/+20
* drm/i915/bdw: GEN-specific logical ring initOscar Mateo2014-08-113-13/+78
* drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo2014-08-114-11/+70
* drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo2014-08-113-0/+168
* drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo2014-08-113-14/+44
* drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo2014-08-112-4/+11
* drm/i915/bdw: Populate LR contexts (somewhat)Oscar Mateo2014-08-112-4/+156
* drm/i915/bdw: Add a context and an engine pointers to the ringbufferDaniel Vetter2014-08-113-0/+4
* drm/i915/bdw: Allocate ringbuffers for Logical Ring ContextsOscar Mateo2014-08-114-3/+46
* drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo2014-08-113-3/+60
* drm/i915/bdw: Introduce one context backing object per engineOscar Mateo2014-08-111-0/+6
* drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo2014-08-113-6/+43
* drm/i915: WARN if module opt sanitization goes out of orderDaniel Vetter2014-08-111-0/+2
* drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo2014-08-115-0/+25
* drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo2014-08-114-0/+71
* drm/i915: Simplify relocate_entry_gtt() and make 64-bit safeChris Wilson2014-08-111-13/+12
* drm/i915: Remove redundant list_empty(eb->vmas) tests in execbufferChris Wilson2014-08-111-6/+0
* drm/i915: Pre-validate the NEED_GTTS flag for execbufferChris Wilson2014-08-111-10/+10
* drm/i915: Fix secure dispatch with full ppgttDaniel Vetter2014-08-111-23/+25
* drm/i915: Agnostic INTEL_INFOChris Wilson2014-08-112-1/+7
* drm/i915: Double check ring is idle before declaring the GPU wedgedChris Wilson2014-08-111-1/+6
* drm/i915: Remove set but unused 'gt_perf_status'Damien Lespiau2014-08-111-2/+0
OpenPOWER on IntegriCloud