summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-36/+37
* drm/i915/display/psr: Print in debugfs if PSR is not enabled because of sinkJosé Roberto de Souza2019-10-251-1/+5
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-241-87/+0
* drm/i915/guc: Enable guc logging on guc log relay writeRobert M. Fosha2019-10-241-4/+18
* drm/i915/dsc: rename crtc state dsc_params member to dscJani Nikula2019-10-231-1/+1
* drm/i915: Split drop caches into GT and i915 partsTvrtko Ursulin2019-10-221-7/+17
* drm/i915: Move swizzle_bit under i915_ggttChris Wilson2019-10-161-2/+2
* drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin2019-10-121-0/+32
* drm/i915: Add an rcu_barrier option to i915_drop_cachesChris Wilson2019-10-111-1/+6
* drm/i915/tgl: Add DC3CO counter in i915_dmc_infoAnshuman Gupta2019-10-081-0/+7
* drm/i915: Remove struct_mutex guard for debugfs/opregionChris Wilson2019-10-041-11/+1
* drm/i915: Drop struct_mutex guard from debugfs/framebuffer_infoChris Wilson2019-10-041-6/+0
* drm/i915: Move context management under GEMChris Wilson2019-10-041-20/+30
* drm/i915: Remove logical HW IDChris Wilson2019-10-041-3/+0
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-8/+9
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-3/+1
* drm/i915: Remove the GEM idle workerChris Wilson2019-10-041-5/+0
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-30/+12
* drm/i915: Extract GT render sleep (rc6) managementAndi Shyti2019-09-271-4/+7
* drm/i915/tgl: s/ss/eu fuse reading supportDaniele Ceraolo Spurio2019-09-211-1/+2
* drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al.Arkadiusz Hiler2019-09-121-1/+4
* drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson2019-09-121-12/+10
* drm/i915: Squeeze iommu status into debugfs/i915_capabilitiesChris Wilson2019-09-111-0/+7
* drm/i915: Protect debugfs per_file_stats with RCU lockChris Wilson2019-09-061-2/+8
* drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson2019-09-031-9/+3
* drm/i915: Prefer encoder->name over port_name()Ville Syrjälä2019-09-021-2/+3
* drm/i915: Align power domain names with port namesImre Deak2019-08-281-2/+1
* drm/i915: Use enum pipe consistentlyVille Syrjälä2019-08-231-1/+1
* drm/i915: Expand subslice maskStuart Summers2019-08-231-1/+4
* drm/i915: Add new function to copy subslices for a sliceStuart Summers2019-08-231-3/+14
* drm/i915: Refactor instdone loops on new subslice functionsStuart Summers2019-08-231-2/+3
* drm/i915: Add function to set SSEU info per platformStuart Summers2019-08-231-3/+3
* drm/i915: Use variable for debugfs device statusStuart Summers2019-08-231-15/+11
* drm/i915/psr: Make PSR registers relative to transcodersJosé Roberto de Souza2019-08-221-7/+11
* drm/i915: Pull obj->userfault tracking under the ggtt->mutexChris Wilson2019-08-221-1/+1
* drm/i915: Track ggtt fence reservations under its own mutexChris Wilson2019-08-221-2/+3
* drm/i915/guc: Don't open log relay if GuC is not runningMichal Wajdeczko2019-08-181-8/+9
* drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-5/+0
* drm/i915/guc: Remove client->submissionsDaniele Ceraolo Spurio2019-08-141-24/+8
* drm/i915: Forgo last_fence active request trackingChris Wilson2019-08-121-3/+1
* drm/i915: Remove unused debugfs/i915_emon_statusChris Wilson2019-08-111-25/+0
* drm/i915: split out uncore_mmio_debugDaniele Ceraolo Spurio2019-08-091-1/+1
* drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-091-8/+15
* drm/i915: Make debugfs/per_file_stats scale betterChris Wilson2019-08-081-23/+38
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-0/+4
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula2019-08-071-0/+1
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-11/+6
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-68/+0
* drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-031-1/+2