summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-11drm/i915: remove redundant checks for a null fb pointerColin Ian King1-2/+2
2019-12-09drm/i915/guc: kill the GuC clientDaniele Ceraolo Spurio1-11/+0
2019-12-09drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio1-9/+2
2019-12-09drm/i915: Flesh out device_info pretty printerChris Wilson1-16/+6
2019-12-02drm/i915: Stop using connector->encoder and encoder->crtc links in i915_displ...Ville Syrjälä1-16/+27
2019-12-02drm/i915: Dump both the uapi and hw states for crtcs and planesVille Syrjälä1-41/+71
2019-12-02drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in i915_display_infoVille Syrjälä1-7/+7
2019-12-02drm/i915: Use drm_modeset_lock_all() in debugfs display infoVille Syrjälä1-6/+5
2019-12-02drm/i915: Dump the mode for the crtc just the onceVille Syrjälä1-18/+9
2019-12-02drm/i915: Refactor debugfs display info codeVille Syrjälä1-24/+28
2019-12-02drm/i915: Reorganize plane/fb dump in debugfsVille Syrjälä1-39/+13
2019-12-02drm/i915: Switch to intel_ types in debugfs display_infoVille Syrjälä1-60/+59
2019-12-02drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h} printingVille Syrjälä1-11/+7
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.Maarten Lankhorst1-3/+3
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.Maarten Lankhorst1-4/+4
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-36/+37
2019-10-24drm/i915/display/psr: Print in debugfs if PSR is not enabled because of sinkJosé Roberto de Souza1-1/+5
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-87/+0
2019-10-23drm/i915/guc: Enable guc logging on guc log relay writeRobert M. Fosha1-4/+18
2019-10-23drm/i915/dsc: rename crtc state dsc_params member to dscJani Nikula1-1/+1
2019-10-22drm/i915: Split drop caches into GT and i915 partsTvrtko Ursulin1-7/+17
2019-10-16drm/i915: Move swizzle_bit under i915_ggttChris Wilson1-2/+2
2019-10-12drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin1-0/+32
2019-10-11drm/i915: Add an rcu_barrier option to i915_drop_cachesChris Wilson1-1/+6
2019-10-08drm/i915/tgl: Add DC3CO counter in i915_dmc_infoAnshuman Gupta1-0/+7
2019-10-04drm/i915: Remove struct_mutex guard for debugfs/opregionChris Wilson1-11/+1
2019-10-04drm/i915: Drop struct_mutex guard from debugfs/framebuffer_infoChris Wilson1-6/+0
2019-10-04drm/i915: Move context management under GEMChris Wilson1-20/+30
2019-10-04drm/i915: Remove logical HW IDChris Wilson1-3/+0
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-8/+9
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson1-3/+1
2019-10-04drm/i915: Remove the GEM idle workerChris Wilson1-5/+0
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-30/+12
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-4/+7
2019-09-21drm/i915/tgl: s/ss/eu fuse reading supportDaniele Ceraolo Spurio1-1/+2
2019-09-12drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al.Arkadiusz Hiler1-1/+4
2019-09-12drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson1-12/+10
2019-09-11drm/i915: Squeeze iommu status into debugfs/i915_capabilitiesChris Wilson1-0/+7
2019-09-06drm/i915: Protect debugfs per_file_stats with RCU lockChris Wilson1-2/+8
2019-09-03drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson1-9/+3
2019-09-02drm/i915: Prefer encoder->name over port_name()Ville Syrjälä1-2/+3