summaryrefslogtreecommitdiff
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | drm/ttm: kill fence_lockMaarten Lankhorst2014-09-01
| | * | | | | | drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-01
| | * | | | | | drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst2014-09-01
| | * | | | | | drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prepMaarten Lankhorst2014-09-01
| * | | | | | | Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-03
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak2014-08-26
| | * | | | | | drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter2014-08-22
| | * | | | | | drm: fix plane rotation when restoring fbdev configurationThomas Wood2014-08-20
| | * | | | | | drm/i915/bdw: Disable execlists by defaultDamien Lespiau2014-08-20
| | * | | | | | drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)Oscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Print context state in debugfsBen Widawsky2014-08-20
| | * | | | | | drm/i915/bdw: Display context backing obj & ringbuffer info in debugfsOscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Display execlists info in debugfsOscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Disable semaphores for ExeclistsOscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo2014-08-20
| | * | | | | | drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo2014-08-20
| | * | | | | | drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter2014-08-14
| | * | | | | | drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo2014-08-14
| | * | | | | | drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo2014-08-14
| | * | | | | | drm/i915/bdw: Handle context switch eventsThomas Daniel2014-08-14
| | * | | | | | drm/i915/bdw: Two-stage execlist submit processMichel Thierry2014-08-14
| | * | | | | | drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo2014-08-14
| | * | | | | | drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky2014-08-14
| | * | | | | | drm/i915/bdw: Emission of requests with logical ringsOscar Mateo2014-08-14
| | * | | | | | drm/i915: Add temporary ring->ctx backpointerOscar Mateo2014-08-14
| | * | | | | | drm/i915: Print captured bo for all VM in error stateChris Wilson2014-08-14
| | * | | | | | drm/i915: Sharing platform specific sequence between runtime and system suspe...Sagar Kamble2014-08-14
| | * | | | | | drm/i915: Created common handler for platform specific suspend/resumeSagar Kamble2014-08-14
| | * | | | | | drm/i915: Localise the fbdev console lock frobbingChris Wilson2014-08-13
| | * | | | | | drm/i915: Replace __I915__ with typesafe variantChris Wilson2014-08-13
| | * | | | | | drm/i915: Add support for variable cursor size on 845/865Ville Syrjälä2014-08-13
| | * | | | | | drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()Ville Syrjälä2014-08-13
| | * | | | | | drm/i915: Move CURSIZE setup to i845_update_cursor()Ville Syrjälä2014-08-13
| | * | | | | | drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä2014-08-13
| | * | | | | | drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Fix up checks for aliasing ppgttDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-13
| | * | | | | | drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-12
| | * | | | | | drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-12
| | * | | | | | drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo2014-08-11