aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)Author
2020-11-01drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson
2020-07-06drm/i915: Skip stale object handle for debugfs per-file-statsChris Wilson
2020-05-20Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä
2020-05-14Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson
2020-04-30drm/i915/gt: Move rps.enabled/active to flagsChris Wilson
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-04-08drm/i915/debugfs: use struct drm_device based loggingJani Nikula
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson
2020-03-26drm/i915/uc: Move uC debugfs to its own folder under GTDaniele Ceraolo Spurio
2020-03-26drm/i915/debugfs: move uC printers and update debugfs file namesDaniele Ceraolo Spurio
2020-03-26drm/i915/guc: drop stage_pool debugfsDaniele Ceraolo Spurio
2020-03-26Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2020-03-18drm/i915: have *_debugfs_init() functions return void.Wambui Karuga
2020-03-11drm/i915: Remove debugfs i915_drpc_info and i915_forcewake_domainsTvrtko Ursulin
2020-02-20drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio
2020-02-20drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio
2020-02-20drm/i915/debugfs: Pass guc_log struct to i915_guc_log_infoDaniele Ceraolo Spurio
2020-02-14drm/i915: split out display debugfs to a separate fileJani Nikula
2020-02-14drm/i915: move intel_csr.[ch] under display/Jani Nikula
2020-02-08drm/i915/debugfs: Remove i915_energy_uJTvrtko Ursulin
2020-02-04drm/i915/debugfs: conversion to drm_device based logging macros.Wambui Karuga
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga
2020-02-01drm/i915/gt: Skip rmw for masked registersChris Wilson
2020-01-31drm/i915/guc: Introduce guc_is_readyMichal Wajdeczko
2020-01-31drm/i915/debugfs: remove VBT data about DRRSJani Nikula
2020-01-29drm/i915/debugfs: remove i915_dpcd fileJani Nikula
2020-01-21drm/i915: Use intel_attached_dp() instead of hand rolling itVille Syrjälä
2020-01-21drm/i915: Use intel_attached_encoder()Ville Syrjälä
2020-01-15drm/i915/params: add i915 parameters to debugfsJani Nikula
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä
2020-01-13drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson
2020-01-09drm/i915: use true,false for bool variable in i915_debugfs.cMa Feng
2020-01-09drm/i915: Pin the context as we work on itChris Wilson
2019-12-28drm/i915: prefer 3-letter acronym for broadwellLucas De Marchi
2019-12-28drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz
2019-12-13drm/i915/rps: Add frequency translation helpersAndi Shyti
2019-12-11drm/i915: remove redundant checks for a null fb pointerColin Ian King
2019-12-09drm/i915/guc: kill the GuC clientDaniele Ceraolo Spurio
2019-12-09drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio
2019-12-09drm/i915: Flesh out device_info pretty printerChris Wilson
2019-12-02drm/i915: Stop using connector->encoder and encoder->crtc links in i915_displ...Ville Syrjälä
2019-12-02drm/i915: Dump both the uapi and hw states for crtcs and planesVille Syrjälä
2019-12-02drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in i915_display_infoVille Syrjälä
2019-12-02drm/i915: Use drm_modeset_lock_all() in debugfs display infoVille Syrjälä