summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-0/+6
* drm/i915: s/fbc_fc/fbc_false_color/Ville Syrjälä2017-06-061-5/+5
* drm/i915: Implement fbc_status "Compressing" info for all platformsVille Syrjälä2017-06-061-6/+16
* drm/i915: Remove toplevel struct_mutex locking from debugfs/i915_drop_cachesChris Wilson2017-05-301-16/+14
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-114/+141
|\
| * drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio2017-05-261-14/+25
| * drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-191-19/+0
| * drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-191-1/+0
| * drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-191-1/+0
| * drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-4/+7
| * drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-17/+15
| * drm/i915/guc:fix spelling mistake: "adddress" -> "address"Colin Ian King2017-05-161-1/+1
| * drm/i915/guc: Dump the GuC stage descriptor pool in debugfsOscar Mateo2017-05-111-5/+71
| * drm/i915: Clean up cursor junk from intel_crtcVille Syrjälä2017-05-101-38/+10
| * drm/i915: Two stage watermarks for g4xVille Syrjälä2017-05-101-3/+9
| * drm/i915: Show dmc debug registers on KabylakeMika Kuoppala2017-05-091-1/+2
| * drm/i915: use memdup_user_nulGeliang Tang2017-05-081-10/+3
| * drm/i915: Use drm_i915_private directly from debugfsChris Wilson2017-04-101-6/+4
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-7/+7
* | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-2/+2
|/
* drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-311-5/+1
* drm/i915: Take rpm wakelock around debugfs/i915_gpu_infoChris Wilson2017-03-281-1/+4
* drm/i915: Mark manually wedged engines as guiltyChris Wilson2017-03-271-5/+11
* drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...Oscar Mateo2017-03-231-2/+2
* drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen2017-03-231-2/+2
* drm/i915: Drop uncore spinlock for reading debugfs forcewake countersChris Wilson2017-03-231-6/+3
* drm/i915: Skip unused fw_domainsChris Wilson2017-03-231-1/+2
* drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-211-3/+2
* drm/i915: Stop using obj->obj_exec_link outside of execbufChris Wilson2017-03-171-25/+35
OpenPOWER on IntegriCloud