summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dg1: add support for the master unit interruptLucas De Marchi2020-07-141-0/+4
* drm/i915: Move sseu debugfs under gt/Daniele Ceraolo Spurio2020-07-081-267/+2
* drm/i915: gt-fy sseu debugfsDaniele Ceraolo Spurio2020-07-081-44/+51
* drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-5/+5
* drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-0/+2
* drm/i915: do not read swizzle info if unavailableLucas De Marchi2020-07-031-5/+9
* drm/i915: Skip stale object handle for debugfs per-file-statsChris Wilson2020-06-301-1/+1
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-251-4/+4
|\
| * Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-201-4/+7
| |\
| * \ Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-141-14/+25
| |\ \
| * \ \ Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-4/+4
| |\ \ \
| | * \ \ Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-03-261-216/+0
| | |\ \ \
| | * | | | drm/i915: have *_debugfs_init() functions return void.Wambui Karuga2020-03-181-4/+4
* | | | | | drm/i915/params: switch to device specific parametersJani Nikula2020-06-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä2020-05-141-2/+1
* | | | | drm/i915: Store CS timestamp frequency in HzVille Syrjälä2020-05-141-3/+3
* | | | | drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson2020-04-301-0/+4
| |_|_|/ |/| | |
* | | | drm/i915/gt: Move rps.enabled/active to flagsChris Wilson2020-04-301-2/+3
* | | | drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson2020-04-241-12/+22
|/ / /
* | | drm/i915/debugfs: use struct drm_device based loggingJani Nikula2020-04-081-1/+1
* | | drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-5/+2
* | | drm/i915/uc: Move uC debugfs to its own folder under GTDaniele Ceraolo Spurio2020-03-261-137/+0
* | | drm/i915/debugfs: move uC printers and update debugfs file namesDaniele Ceraolo Spurio2020-03-261-115/+16
* | | drm/i915/guc: drop stage_pool debugfsDaniele Ceraolo Spurio2020-03-261-53/+0
| |/ |/|
* | drm/i915: Remove debugfs i915_drpc_info and i915_forcewake_domainsTvrtko Ursulin2020-03-111-216/+0
|/
* drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio2020-02-201-3/+3
* drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio2020-02-201-6/+9
* drm/i915/debugfs: Pass guc_log struct to i915_guc_log_infoDaniele Ceraolo Spurio2020-02-201-4/+2
* drm/i915: split out display debugfs to a separate fileJani Nikula2020-02-141-2082/+4
* drm/i915: move intel_csr.[ch] under display/Jani Nikula2020-02-141-1/+1
* drm/i915/debugfs: Remove i915_energy_uJTvrtko Ursulin2020-02-081-24/+0
* drm/i915/debugfs: conversion to drm_device based logging macros.Wambui Karuga2020-02-041-8/+13
* drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga2020-02-041-10/+13
* drm/i915/gt: Skip rmw for masked registersChris Wilson2020-02-011-1/+1
* drm/i915/guc: Introduce guc_is_readyMichal Wajdeczko2020-01-311-1/+1
* drm/i915/debugfs: remove VBT data about DRRSJani Nikula2020-01-311-10/+1
* drm/i915/debugfs: remove i915_dpcd fileJani Nikula2020-01-291-64/+0
* drm/i915: Use intel_attached_dp() instead of hand rolling itVille Syrjälä2020-01-211-4/+4
* drm/i915: Use intel_attached_encoder()Ville Syrjälä2020-01-211-3/+3
* drm/i915/params: add i915 parameters to debugfsJani Nikula2020-01-151-1/+3
* drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä2020-01-131-14/+14
* drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä2020-01-131-7/+7
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-7/+7
* drm/i915: use true,false for bool variable in i915_debugfs.cMa Feng2020-01-091-2/+2
* drm/i915: Pin the context as we work on itChris Wilson2020-01-091-6/+4
* drm/i915: prefer 3-letter acronym for broadwellLucas De Marchi2019-12-281-3/+3
* drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi2019-12-281-2/+2
* drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz2019-12-281-1/+5
* drm/i915/rps: Add frequency translation helpersAndi Shyti2019-12-131-17/+2