summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush the idle-worker for debugfs/i915_drop_cachesChris Wilson2017-10-181-8/+14
* drm/i915/uc: Add pretty printer for uc firmwareMichal Wajdeczko2017-10-171-35/+6
* drm/i915: Add in-flight request details to intel_engine_dump()Chris Wilson2017-10-161-49/+0
* drm/i915: Set our shrinker->batch to 4096 (~16MiB)Chris Wilson2017-10-161-0/+11
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-7/+32
* drm/i915: Drop debugfs/i915_gem_pin_displayChris Wilson2017-10-161-5/+0
* drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson2017-10-161-6/+6
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-49/+50
* drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble2017-10-111-12/+12
* drm/i915: Separate RPS and RC6 handling for VLVSagar Arun Kamble2017-10-111-12/+12
* drm/i915: Separate RPS and RC6 handling for gen6+Sagar Arun Kamble2017-10-111-9/+8
* drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-091-1/+1
* drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson2017-10-091-144/+4
* drm/i915/debugfs: include some gtt page size metricsMatthew Auld2017-10-071-4/+57
* drm/i915: Try harder to finish the idle-workerChris Wilson2017-10-061-2/+1
* drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-061-0/+1
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-4/+5
|\
| * drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-061-2/+2
| * Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-113/+87
| |\
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-1/+1
| |\ \
| | * | drm/i915/cnl: Add slice and subslice information to debugfs.Rodrigo Vivi2017-08-141-1/+1
| * | | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-2/+3
| |/ /
| * | Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-07-131-1/+1
| |\ \
| | * | drm/i915: Make DP-MST connector info workMaarten Lankhorst2017-07-111-1/+1
| * | | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-091-150/+191
| |\ \ \ | | |/ /
| * | | drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_objectChris Wilson2017-06-261-1/+5
* | | | drm/i915: Extend I915_PARAMS_FOR_EACH with default member valueMichal Wajdeczko2017-09-261-1/+1
* | | | drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-5/+5
* | | | drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-4/+4
* | | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-7/+7
* | | | drm/i915/guc: Cleanup adding GuC work itemsMichał Winiarski2017-09-181-2/+0
* | | | drm/i915/guc: Simplify GuC doorbell logicMichał Winiarski2017-09-181-2/+2
* | | | drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski2017-09-181-2/+0
* | | | drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson2017-09-131-2/+4
* | | | drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson2017-09-131-2/+5
* | | | drm/i915: Disable mmio debugging during user accessChris Wilson2017-09-071-8/+11
* | | | drm/i915/skl+: debugfs entry to control IPCKumar, Mahesh2017-09-071-1/+53
| |_|/ |/| |
* | | drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-6/+0
* | | drm/i915/cnl: Add slice and subslice information to debugfs.Rodrigo Vivi2017-08-101-1/+1
* | | drm/i915: Handle msr read failure gracefullyGabriel Krisman Bertazi2017-07-271-6/+9
* | | drm/i915: Report execlists irq bit in debugfsChris Wilson2017-07-271-2/+4
* | | drm/i915: Remove intel_flip_work infrastructureDaniel Vetter2017-07-201-70/+0
* | | drm/i915: Protect against deferred fbdev setupDaniel Vetter2017-07-141-1/+1
* | | drm/i915: Make DP-MST connector info workMaarten Lankhorst2017-07-101-1/+1
* | | drm/i915/cnl: Inherit RPS stuff from previous platforms.Rodrigo Vivi2017-07-071-8/+12
* | | drm/i915: Prevent kernel panic when reading/writing compliance debugfs files,...Maarten Lankhorst2017-07-031-12/+32
* | | drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-281-6/+6
* | | drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_objectChris Wilson2017-06-211-1/+5
* | | drm/i915: Export per-engine reset count info to debugfsMichel Thierry2017-06-201-0/+21
* | | drm/i915: Group all the global context information togetherChris Wilson2017-06-201-2/+2
| |/ |/|
OpenPOWER on IntegriCloud