summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04drm/i915: Track active vma requestsChris Wilson1-1/+1
2016-08-04drm/i915: Rename request->list to link for consistencyChris Wilson1-2/+2
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson1-4/+8
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson1-5/+8
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson1-6/+5
2016-08-04drm/i915: Count how many VMA are bound for an objectChris Wilson1-7/+5
2016-08-04drm/i915: Store owning file on the i915_address_spaceChris Wilson1-1/+1
2016-08-04drm/i915: Amalgamate GGTT/ppGTT vma debug list walkersChris Wilson1-27/+15
2016-08-03drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson1-6/+5
2016-08-03drm/i915: Rename intel_context[engine].ringbufChris Wilson1-4/+4
2016-08-02drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake infoAkash Goel1-1/+20
2016-08-01drm/i915/debugfs: Take runtime_pm ref for sseuDavid Weinehall1-1/+8
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson1-1/+1
2016-07-20drm/i915: Disable waitboosting for mmioflips/semaphoresChris Wilson1-7/+1
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson1-1/+1
2016-07-14drm/i915: Remove superfluous powersave work flushingChris Wilson1-28/+2
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson1-0/+2
2016-07-07drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä1-1/+1
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson1-4/+4
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-8/+8
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-86/+86
2016-07-04drm/i915: Limit i915_ring_test_irq debugfs to actual ringsChris Wilson1-8/+1
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson1-35/+0
2016-07-04drm/i915: Only start retire worker when idleChris Wilson1-2/+3
2016-07-02drm/i915: Fix indentation in i915_gem_framebuffer_info()Chris Wilson1-13/+13
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-3/+3
2016-07-01drm/i915: Spin after waking up for an interruptChris Wilson1-1/+1
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-1/+15
2016-06-24drm/i915: Split idling from forcing context switchChris Wilson1-1/+1
2016-06-24drm/i915: Register debugfs interface lastChris Wilson1-2/+4
2016-06-21drm/i915: Use connector_type for printing in intel_connector_info, v2.Maarten Lankhorst1-7/+19
2016-06-21drm/i915: Use atomic state and connector_type in i915_sink_srcMaarten Lankhorst1-6/+6
2016-06-21drm/i915: Use connector_type instead of intel_encoder->type for DP.Maarten Lankhorst1-6/+12
2016-06-21drm/i915: Use connector->name in drrs debugfs.Maarten Lankhorst1-25/+8
2016-06-21drm/i915/guc: index host arrays by i915 engine ID, not guc_idDave Gordon1-5/+5
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-2/+2
2016-06-14drm/i915/guc: add doorbell map to debugfs/i915_guc_infoDave Gordon1-0/+4
2016-06-14drm/i915:bxt: Enable Pooled EU supportarun.siluvery@linux.intel.com1-0/+4
2016-06-14drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun1-2/+2
2016-06-01drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble1-0/+1
2016-05-25drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter1-50/+39
2016-05-24drm/i915/debugfs: Show context objects in i915_gem_objectsChris Wilson1-1/+37
2016-05-24drm/i915: Merge legacy+execlists context structsChris Wilson1-30/+12
2016-05-24drm/i915: Show i915_gem_context owner in debugfsChris Wilson1-2/+16
2016-05-24drm/i915: Rename struct intel_contextChris Wilson1-5/+5
2016-05-23drm/i915/guc: don't spinwait if the GuC's workqueue is fullDave Gordon1-0/+1
2016-05-19drm/i915: Remove cs based page flip support.Maarten Lankhorst1-17/+2
2016-05-19drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst1-11/+25
2016-05-19drm/i915: Convert flip_work to a list.Maarten Lankhorst1-39/+51
2016-05-19drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst1-3/+3