summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2014-08-18drm/i915: Skip load detect when intel_crtc->new_enable==trueVille Syrjälä
2014-08-18drm/i915: Fix locking for intel_enable_pipe_a()Ville Syrjälä
2014-08-14drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo
2014-08-14drm/i915: Print captured bo for all VM in error stateChris Wilson
2014-08-14drm/i915: Sharing platform specific sequence between runtime and system suspe...Sagar Kamble
2014-08-14drm/i915: Created common handler for platform specific suspend/resumeSagar Kamble
2014-08-13drm/i915: Localise the fbdev console lock frobbingChris Wilson
2014-08-13drm/i915: Replace __I915__ with typesafe variantChris Wilson
2014-08-13drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä
2014-08-13drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä
2014-08-13drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä
2014-08-13drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä
2014-08-13drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter
2014-08-13drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter
2014-08-13drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter
2014-08-13drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry
2014-08-11drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo
2014-08-11drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring emit batchbuffer startOscar Mateo
2014-08-11drm/i915/bdw: Interrupts with logical ringsOscar Mateo
2014-08-11drm/i915/bdw: Ring idle and stop with logical ringsOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring emit requestOscar Mateo
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo
2014-08-11drm/i915: Make hpd debug messages less crypticVille Syrjälä
2014-08-11drm/i915/bdw: GEN-specific logical ring set/get seqnoOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring initOscar Mateo
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo
2014-08-11drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo
2014-08-11drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo
2014-08-11drm/i915/bdw: Populate LR contexts (somewhat)Oscar Mateo