aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-14drm/i915/dg1: add support for the master unit interruptLucas De Marchi1-0/+4
2020-07-08drm/i915: Move sseu debugfs under gt/Daniele Ceraolo Spurio1-267/+2
2020-07-08drm/i915: gt-fy sseu debugfsDaniele Ceraolo Spurio1-44/+51
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-5/+5
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio1-1/+1
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-0/+2
2020-07-03drm/i915: do not read swizzle info if unavailableLucas De Marchi1-5/+9
2020-06-30drm/i915: Skip stale object handle for debugfs per-file-statsChris Wilson1-1/+1
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-4/+4
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula1-1/+1
2020-05-20Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-4/+7
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä1-2/+1
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä1-3/+3
2020-05-14Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-14/+25
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-0/+4
2020-04-30drm/i915/gt: Move rps.enabled/active to flagsChris Wilson1-2/+3
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson1-12/+22
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2020-04-08drm/i915/debugfs: use struct drm_device based loggingJani Nikula1-1/+1
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-5/+2
2020-03-26drm/i915/uc: Move uC debugfs to its own folder under GTDaniele Ceraolo Spurio1-137/+0
2020-03-26drm/i915/debugfs: move uC printers and update debugfs file namesDaniele Ceraolo Spurio1-115/+16
2020-03-26drm/i915/guc: drop stage_pool debugfsDaniele Ceraolo Spurio1-53/+0
2020-03-26Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-216/+0
2020-03-18drm/i915: have *_debugfs_init() functions return void.Wambui Karuga1-4/+4
2020-03-11drm/i915: Remove debugfs i915_drpc_info and i915_forcewake_domainsTvrtko Ursulin1-216/+0
2020-02-20drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio1-3/+3
2020-02-20drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio1-6/+9
2020-02-20drm/i915/debugfs: Pass guc_log struct to i915_guc_log_infoDaniele Ceraolo Spurio1-4/+2
2020-02-14drm/i915: split out display debugfs to a separate fileJani Nikula1-2082/+4
2020-02-14drm/i915: move intel_csr.[ch] under display/Jani Nikula1-1/+1
2020-02-08drm/i915/debugfs: Remove i915_energy_uJTvrtko Ursulin1-24/+0
2020-02-04drm/i915/debugfs: conversion to drm_device based logging macros.Wambui Karuga1-8/+13
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is present.Wambui Karuga1-10/+13
2020-02-01drm/i915/gt: Skip rmw for masked registersChris Wilson1-1/+1
2020-01-31drm/i915/guc: Introduce guc_is_readyMichal Wajdeczko1-1/+1
2020-01-31drm/i915/debugfs: remove VBT data about DRRSJani Nikula1-10/+1
2020-01-29drm/i915/debugfs: remove i915_dpcd fileJani Nikula1-64/+0
2020-01-21drm/i915: Use intel_attached_dp() instead of hand rolling itVille Syrjälä1-4/+4
2020-01-21drm/i915: Use intel_attached_encoder()Ville Syrjälä1-3/+3
2020-01-15drm/i915/params: add i915 parameters to debugfsJani Nikula1-1/+3
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä1-14/+14
2020-01-13drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä1-7/+7
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson1-7/+7
2020-01-09drm/i915: use true,false for bool variable in i915_debugfs.cMa Feng1-2/+2
2020-01-09drm/i915: Pin the context as we work on itChris Wilson1-6/+4
2019-12-28drm/i915: prefer 3-letter acronym for broadwellLucas De Marchi1-3/+3
2019-12-28drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi1-2/+2
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz1-1/+5
2019-12-13drm/i915/rps: Add frequency translation helpersAndi Shyti1-17/+2