summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use connector_type for printing in intel_connector_info, v2.Maarten Lankhorst2016-06-211-7/+19
* drm/i915: Use atomic state and connector_type in i915_sink_srcMaarten Lankhorst2016-06-211-6/+6
* drm/i915: Use connector_type instead of intel_encoder->type for DP.Maarten Lankhorst2016-06-211-6/+12
* drm/i915: Use connector->name in drrs debugfs.Maarten Lankhorst2016-06-211-25/+8
* drm/i915/guc: index host arrays by i915 engine ID, not guc_idDave Gordon2016-06-211-5/+5
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-161-2/+2
|\
| * drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun2016-06-141-2/+2
* | drm/i915/guc: add doorbell map to debugfs/i915_guc_infoDave Gordon2016-06-141-0/+4
* | drm/i915:bxt: Enable Pooled EU supportarun.siluvery@linux.intel.com2016-06-141-0/+4
|/
* drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble2016-05-311-0/+1
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-05-251-50/+39
* drm/i915/debugfs: Show context objects in i915_gem_objectsChris Wilson2016-05-241-1/+37
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-241-30/+12
* drm/i915: Show i915_gem_context owner in debugfsChris Wilson2016-05-241-2/+16
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-5/+5
* drm/i915/guc: don't spinwait if the GuC's workqueue is fullDave Gordon2016-05-231-0/+1
* drm/i915: Remove cs based page flip support.Maarten Lankhorst2016-05-191-17/+2
* drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst2016-05-191-11/+25
* drm/i915: Convert flip_work to a list.Maarten Lankhorst2016-05-191-39/+51
* drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst2016-05-191-3/+3
* drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst2016-05-191-4/+1
* drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst2016-05-191-5/+6
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-171-5/+14
|\
| * 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/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/dp/mst: Add source port info to debugfs outputJim Bride2016-04-151-1/+2
* | | | drm/i915: Remove redundant const from function return typeImre Deak2016-05-131-5/+5
* | | | drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-2/+2
* | | | drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-2/+2
* | | | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-4/+4
* | | | Revert "drm/i915: start adding dp mst audio"Lyude2016-05-031-16/+0
* | | | drm/i915: Refactor execlists default context pinningChris Wilson2016-04-281-3/+2
* | | | drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-281-7/+5
* | | | drm/i915: Assign every HW context a unique IDChris Wilson2016-04-281-1/+1
| |_|/ |/| |
* | | 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/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
OpenPOWER on IntegriCloud