summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Start passing around i915_vma from execbufferChris Wilson2016-08-045-207/+149
| * | drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-048-31/+58
| * | drm/i915: Record allocated vma sizeChris Wilson2016-08-043-112/+63
| * | drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_privateChris Wilson2016-08-043-20/+23
| * | drm/i915: Update the GGTT size/alignment query functionsChris Wilson2016-08-043-41/+51
| * | drm/i915: Convert 4096 alignment request to 0 for drm_mm allocationsChris Wilson2016-08-041-0/+9
| * | drm/i915: Split insertion/binding of an object into the VMChris Wilson2016-08-041-20/+15
| * | drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only checkChris Wilson2016-08-041-4/+1
| * | drm/i915: Pad GTT views of exec objects up to user specified sizeChris Wilson2016-08-043-45/+58
| * | drm/i915: Fix up vma alignment to be u64Chris Wilson2016-08-043-21/+20
| * | drm/i915: Remove i915_gem_execbuffer_retire_commands()Chris Wilson2016-08-041-8/+1
| * | drm/i915: Remove request retirement before each batchChris Wilson2016-08-043-5/+2
| * | drm/i915: Double check the active status on the batch poolChris Wilson2016-08-043-10/+13
| * | drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()Chris Wilson2016-08-045-15/+15
| * | drm/i915: Combine loops within i915_gem_evict_somethingChris Wilson2016-08-041-73/+70
| * | drm/i915: Acquire audio powerwell for HD-Audio registersChris Wilson2016-08-041-0/+6
| * | drm/i915: Don't try to ack sink irqs when there are noneVille Syrjälä2016-08-041-4/+6
| * | drm/i915: Remove useless rate_to_index() usageVille Syrjälä2016-08-041-1/+1
| * | drm/i915: Allow MST sinks to work even if drm_probe_ddc() failsVille Syrjälä2016-08-041-15/+30
| * | drm/i915: Track active streams also for DP SSTVille Syrjälä2016-08-044-10/+26
| * | drm/i915: Reject mixing MST and SST/HDMI on the same digital portVille Syrjälä2016-08-041-0/+10
| * | drm/i915: Avoid mixing up SST and MST in DDI setupVille Syrjälä2016-08-043-18/+5
| * | drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDPVille Syrjälä2016-08-041-71/+84
| * | drm/i915: Add missing rpm wakelock to GGTT preadChris Wilson2016-08-041-1/+4
| * | drm/i915/fbc: FBC causes display flicker when VT-d is enabled on SkylakeChris Wilson2016-08-041-0/+20
| * | drm/i915: Fix use of engine->index for register offsetChris Wilson2016-08-041-1/+1
| * | Revert "drm/i915: Clean up associated VMAs on context destruction"Chris Wilson2016-08-044-40/+3
| * | drm/i915: Mark the context and address space as closedChris Wilson2016-08-046-16/+63
| * | drm/i915: Release vma when the handle is closedChris Wilson2016-08-046-50/+77
| * | drm/i915: Track active vma requestsChris Wilson2016-08-045-24/+91
| * | drm/i915: i915_vma_move_to_active prep patchChris Wilson2016-08-045-46/+51
| * | drm/i915: Move request list retirement to i915_gem_request.cChris Wilson2016-08-042-44/+35
| * | drm/i915: Double check activity before relocationsChris Wilson2016-08-041-1/+15
| * | drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson2016-08-046-35/+35
| * | drm/i915: Disable waitboosting for a saturated engineChris Wilson2016-08-041-1/+1
| * | drm/i915: Move the special case wait-request handling to its one callerChris Wilson2016-08-043-34/+13
| * | drm/i915: Convert intel_overlay to request trackingChris Wilson2016-08-041-48/+34
| * | drm/i915: Track requests inside each intel_ringChris Wilson2016-08-044-11/+11
| * | drm/i915: Refactor activity tracking for requestsChris Wilson2016-08-049-243/+138
| * | drm/i915: Remove obsolete i915_gem_object_flush_active()Chris Wilson2016-08-041-56/+3
| * | drm/i915: Rename request->list to link for consistencyChris Wilson2016-08-046-20/+20
| * | drm/i915: Refactor blocking waitsChris Wilson2016-08-041-83/+75
| * | drm/i915: Mark up i915_gem_active for locking annotationChris Wilson2016-08-048-46/+101
| * | drm/i915: Prepare i915_gem_active for annotationsChris Wilson2016-08-048-66/+204
| * | drm/i915: Introduce i915_gem_active for request trackingChris Wilson2016-08-0410-55/+93
| * | drm/i915: Kill drop_pages()Chris Wilson2016-08-041-15/+5
| * | drm/i915: Be more careful when unbinding vmaChris Wilson2016-08-044-25/+46
| * | drm/i915: Count how many VMA are bound for an objectChris Wilson2016-08-045-37/+26
| * | drm/i915: Store owning file on the i915_address_spaceChris Wilson2016-08-045-24/+29
| * | drm/i915: Rearrange GGTT probing to avoid needing a vfuncChris Wilson2016-08-042-62/+50