aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo3-6/+88
2014-08-20drm/i915/bdw: Disable semaphores for ExeclistsOscar Mateo1-0/+4
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo2-0/+13
2014-08-20drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo1-0/+6
2014-08-14drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter1-0/+4
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo1-4/+22
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo2-4/+27
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel4-17/+155
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry3-5/+77
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo1-0/+19
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky2-2/+115
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo3-23/+80
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo2-0/+9
2014-08-14drm/i915: Print captured bo for all VM in error stateChris Wilson2-24/+58
2014-08-14drm/i915: Sharing platform specific sequence between runtime and system suspe...Sagar Kamble1-20/+43
2014-08-14drm/i915: Created common handler for platform specific suspend/resumeSagar Kamble1-27/+49
2014-08-13drm/i915: Localise the fbdev console lock frobbingChris Wilson5-40/+48
2014-08-13drm/i915: Replace __I915__ with typesafe variantChris Wilson2-5/+10
2014-08-13drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä3-24/+91
2014-08-13drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä1-40/+1
2014-08-13drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä1-4/+1
2014-08-13drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä1-2/+2
2014-08-13drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter2-4/+7
2014-08-13drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter3-10/+15
2014-08-13drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter1-5/+3
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter1-6/+5
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter6-34/+30
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2-24/+31
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter4-58/+42
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter4-13/+5
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter3-9/+18
2014-08-13drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter2-6/+7
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter3-3/+13
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter4-23/+28
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter5-43/+33
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry4-20/+18
2014-08-11drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo2-1/+4
2014-08-11drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo3-5/+135
2014-08-11drm/i915/bdw: GEN-specific logical ring emit batchbuffer startOscar Mateo2-0/+29
2014-08-11drm/i915/bdw: Interrupts with logical ringsOscar Mateo4-3/+77
2014-08-11drm/i915/bdw: Ring idle and stop with logical ringsOscar Mateo1-2/+22
2014-08-11drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo3-7/+95
2014-08-11drm/i915/bdw: GEN-specific logical ring emit requestOscar Mateo3-0/+35
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo4-10/+217
2014-08-11drm/i915: Make hpd debug messages less crypticVille Syrjälä2-2/+5
2014-08-11drm/i915/bdw: GEN-specific logical ring set/get seqnoOscar Mateo1-0/+20
2014-08-11drm/i915/bdw: GEN-specific logical ring initOscar Mateo3-13/+78
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo4-11/+70
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo3-0/+168
2014-08-11drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo3-14/+44