summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson1-5/+1
2017-03-28drm/i915: Take rpm wakelock around debugfs/i915_gpu_infoChris Wilson1-1/+4
2017-03-27drm/i915: Mark manually wedged engines as guiltyChris Wilson1-5/+11
2017-03-23drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...Oscar Mateo1-2/+2
2017-03-23drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen1-2/+2
2017-03-23drm/i915: Drop uncore spinlock for reading debugfs forcewake countersChris Wilson1-6/+3
2017-03-23drm/i915: Skip unused fw_domainsChris Wilson1-1/+2
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson1-3/+2
2017-03-17drm/i915: Stop using obj->obj_exec_link outside of execbufChris Wilson1-25/+35
2017-03-16drm/i915: Wait for reset to complete before returning from debugfs/i915_wedgedChris Wilson1-0/+4
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson1-7/+9
2017-03-16drm/i915: Convert debugfs to use generic residency calculatorMika Kuoppala1-12/+18
2017-03-14drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter1-0/+2
2017-03-13drm/i915: Extend rpm wakelock for debugfs/i915_drpc_infoChris Wilson1-25/+13
2017-03-12drm/i915: s/pm_intr_keep/pm_intrmsk_mbzSagar Arun Kamble1-1/+2
2017-03-10drm/i915: Extend debugfs/i915_drop_caches to call i915_gem_shrink_all()Chris Wilson1-1/+6
2017-03-10drm/i915: Ignore skl+ for debugfs/i915_sr_statusChris Wilson1-1/+3
2017-03-09drm/i915: Use drm_connector_list_iter in debugfsDaniel Vetter1-20/+39
2017-03-08Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-85/+12
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-117/+247
2017-03-07drm/i915: Flush idle work when changing missed-irq fault injectionChris Wilson1-15/+40
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-6/+6
2017-03-03drm/i915: Differentiate between hangcheck waiting for timer or schedulerChris Wilson1-4/+6
2017-03-03drm/i915: Drop spinlocks around adding to the client request listChris Wilson1-1/+1
2017-03-02drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson1-4/+13
2017-03-01drm/i915: Remove i915_debugfs_unregister()Noralf Trønnes1-85/+12
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson1-10/+1
2017-02-22drm/i915: Add i915_param charp macro magicChris Wilson1-0/+2
2017-02-20drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_infoChris Wilson1-2/+2
2017-02-20drm/i915: Remove unneeded struct_mutex around rpmChris Wilson1-7/+0
2017-02-16drm/i915: Do RPM Wake during GuC/HuC status readsagar.a.kamble@intel.com1-0/+6
2017-02-15drm/i915: Remove i915_address_space.startChris Wilson1-1/+1
2017-02-15drm/i915: The return of i915_gpu_info to debugfsChris Wilson1-54/+59
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude1-1/+77
2017-02-10drm/i915/byt: Take powerwell for reading PIPESTAT in debugfsChris Wilson1-1/+13
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä1-1/+1
2017-02-08drm/i915: Use for_each_power_domain() in i915_power_domain_info()Joonas Lahtinen1-6/+1
2017-02-07drm/i915: Show the current i915_params in debugfs/i915_capabilitesChris Wilson1-0/+22
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson1-2/+4
2017-01-26drm/i915: Add support for DP Video pattern compliance testsManasi Navare1-0/+9
2017-01-26drm/i915: Fixes to support DP Compliance EDID testsManasi Navare1-1/+4
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi1-10/+7
2017-01-24drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson1-6/+12
2017-01-19drm/i915/huc: Add debugfs for HuC loading status checkAnusha Srivatsa1-0/+31
2017-01-18drm/i915: Fix compiler warnings for i915_edp_psr_status()Chris Wilson1-22/+27
2017-01-18drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa1-6/+6
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson1-10/+10
2017-01-13drm/i915/psr: report live PSR2 StateNagaraju, Vathsala1-0/+24
2017-01-12drm/i915: Expand ggtt_view parameters for debugfsChris Wilson1-2/+29
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter1-5/+6