summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-201/+253
|\
| * Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-2/+10
| |\
| | * drm: Protect dev->filelist with its own mutexDaniel Vetter2016-04-271-2/+10
| * | Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-37/+67
| |\ \ | | |/ | |/|
| | * drm/i915: Correct the i915_frequency_info debugfs outputAkash Goel2016-04-241-18/+18
| | * drm/i915: Show pin mapped counts and sizes in debugfsTvrtko Ursulin2016-04-151-0/+22
| | * drm/i915: Show pin mapped status in describe_objTvrtko Ursulin2016-04-151-13/+21
| | * drm/i915: Tighten reset_counter for reset statusChris Wilson2016-04-141-2/+2
| | * drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-2/+2
| | * drm/i915: Store and use edram capabilitiesMika Kuoppala2016-04-141-2/+3
| | * drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin2016-04-121-3/+2
| * | drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie2016-04-221-2/+2
| * | Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-221-27/+39
| |\ \ | | |/
| | * drm/i915: Harden detection of missed interruptsChris Wilson2016-04-091-4/+7
| | * drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson2016-04-091-3/+3
| | * drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson2016-04-081-2/+4
| | * drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen2016-04-071-2/+2
| | * drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-041-3/+2
| | * drm/i915: Show PCI power state under debugfs/i915_runtime_pm_statusChris Wilson2016-04-031-4/+5
| | * drm/i915: Add struct_mutex locking for debugs/i915_gem_framebufferChris Wilson2016-04-031-0/+8
| | * drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-10/+9
| * | drm/i915/dp/mst: Add source port info to debugfs outputJim Bride2016-04-151-1/+2
| |/
| * drm/i915: replace for_each_engine()Dave Gordon2016-03-241-28/+22
| * drm/i915: introduce for_each_engine_id()Dave Gordon2016-03-241-22/+26
| * drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-4/+4
| * drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.Maarten Lankhorst2016-03-171-2/+2
| * drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-1/+1
| * drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-26/+26
| * drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-1/+1
| * drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-8/+8
| * drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-99/+104
| * drm/i915/hangcheck: Prevent long walks across full-ppgttMika Kuoppala2016-03-041-2/+0
* | Revert "drm/i915: start adding dp mst audio"Lyude2016-05-041-16/+0
|/
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-7/+6
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-9/+8
* drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak2016-02-171-7/+21
* drm/i915: Add PSR main link standby support backRodrigo Vivi2016-02-011-0/+4
* drm/i915/gen9: Add framework to whitelist specific GPU registersArun Siluvery2016-01-251-5/+10
* drm/i915/guc: Decouple GuC engine id from ring idAlex Dai2016-01-251-6/+6
* drm/i915: tidy up a few leftoversDave Gordon2016-01-211-10/+5
* drm/i915: abolish separate per-ring default_context pointersDave Gordon2016-01-211-2/+2
* drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin2016-01-181-9/+6
* drm/i915: Inspect subunit states on hangcheckMika Kuoppala2016-01-081-1/+19
* drm/i915: Cleanup some of the CSB handlingBen Widawsky2016-01-071-3/+3
* drm/i915/debugfs: add a separate debugfs file for VBTJani Nikula2015-12-161-0/+14
* drm/i915: don't use a temp buffer for opregion debugfs fileJani Nikula2015-12-161-9/+2
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-34/+34
* drm/i915: start adding dp mst audioLibin Yang2015-12-101-0/+16
* drm/i915/guc: Clean up locks in GuCAlex Dai2015-12-031-6/+6
* drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni2015-12-031-1/+1
OpenPOWER on IntegriCloud