summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: remove redundant checks for a null fb pointerColin Ian King2019-12-111-2/+2
* drm/i915/guc: kill the GuC clientDaniele Ceraolo Spurio2019-12-091-11/+0
* drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio2019-12-091-9/+2
* drm/i915: Flesh out device_info pretty printerChris Wilson2019-12-091-16/+6
* drm/i915: Stop using connector->encoder and encoder->crtc links in i915_displ...Ville Syrjälä2019-12-021-16/+27
* drm/i915: Dump both the uapi and hw states for crtcs and planesVille Syrjälä2019-12-021-41/+71
* drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in i915_display_infoVille Syrjälä2019-12-021-7/+7
* drm/i915: Use drm_modeset_lock_all() in debugfs display infoVille Syrjälä2019-12-021-6/+5
* drm/i915: Dump the mode for the crtc just the onceVille Syrjälä2019-12-021-18/+9
* drm/i915: Refactor debugfs display info codeVille Syrjälä2019-12-021-24/+28
* drm/i915: Reorganize plane/fb dump in debugfsVille Syrjälä2019-12-021-39/+13
* drm/i915: Switch to intel_ types in debugfs display_infoVille Syrjälä2019-12-021-60/+59
* drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h} printingVille Syrjälä2019-12-021-11/+7
* drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.Maarten Lankhorst2019-11-011-3/+3
* drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.Maarten Lankhorst2019-11-011-4/+4
* 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-241-1/+5
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-87/+0
* drm/i915/guc: Enable guc logging on guc log relay writeRobert M. Fosha2019-10-231-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
OpenPOWER on IntegriCloud