aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-2/+2
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-2/+2
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-4/+4
2016-05-03Revert "drm/i915: start adding dp mst audio"Lyude1-16/+0
2016-04-28drm/i915: Refactor execlists default context pinningChris Wilson1-3/+2
2016-04-28drm/i915: Replace the pinned context address with its unique IDChris Wilson1-7/+5
2016-04-28drm/i915: Assign every HW context a unique IDChris Wilson1-1/+1
2016-04-24drm/i915: Correct the i915_frequency_info debugfs outputAkash Goel1-18/+18
2016-04-15drm/i915: Show pin mapped counts and sizes in debugfsTvrtko Ursulin1-0/+22
2016-04-15drm/i915: Show pin mapped status in describe_objTvrtko Ursulin1-13/+21
2016-04-14drm/i915: Tighten reset_counter for reset statusChris Wilson1-2/+2
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson1-2/+2
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala1-2/+3
2016-04-12drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin1-3/+2
2016-04-09drm/i915: Harden detection of missed interruptsChris Wilson1-4/+7
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson1-3/+3
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson1-2/+4
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-2/+2
2016-04-04drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin1-3/+2
2016-04-03drm/i915: Show PCI power state under debugfs/i915_runtime_pm_statusChris Wilson1-4/+5
2016-04-03drm/i915: Add struct_mutex locking for debugs/i915_gem_framebufferChris Wilson1-0/+8
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-10/+9
2016-03-24drm/i915: replace for_each_engine()Dave Gordon1-28/+22
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon1-22/+26
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-4/+4
2016-03-17drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.Maarten Lankhorst1-2/+2
2016-03-16drm/i915: More renaming of rings to enginesTvrtko Ursulin1-1/+1
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-26/+26
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-1/+1
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-8/+8
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-99/+104
2016-03-04drm/i915/hangcheck: Prevent long walks across full-ppgttMika Kuoppala1-2/+0
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-7/+6
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-9/+8
2016-02-17drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak1-7/+21
2016-02-01drm/i915: Add PSR main link standby support backRodrigo Vivi1-0/+4
2016-01-25drm/i915/gen9: Add framework to whitelist specific GPU registersArun Siluvery1-5/+10
2016-01-25drm/i915/guc: Decouple GuC engine id from ring idAlex Dai1-6/+6
2016-01-21drm/i915: tidy up a few leftoversDave Gordon1-10/+5
2016-01-21drm/i915: abolish separate per-ring default_context pointersDave Gordon1-2/+2
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin1-9/+6
2016-01-08drm/i915: Inspect subunit states on hangcheckMika Kuoppala1-1/+19
2016-01-07drm/i915: Cleanup some of the CSB handlingBen Widawsky1-3/+3
2015-12-16drm/i915/debugfs: add a separate debugfs file for VBTJani Nikula1-0/+14
2015-12-16drm/i915: don't use a temp buffer for opregion debugfs fileJani Nikula1-9/+2
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-34/+34
2015-12-10drm/i915: start adding dp mst audioLibin Yang1-0/+16
2015-12-03drm/i915/guc: Clean up locks in GuCAlex Dai1-6/+6
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni1-1/+1
2015-11-30drm/i915: Fix possible null dereference in framebuffer_info debugfs functionNamrta Salonie1-20/+16