aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-25drm/i915/debugfs: Update pageflip informationChris Wilson1-2/+2
2016-11-25drm/i915: Rename i915_gem_timeline.next_seqno to .seqnoJoonas Lahtinen1-2/+2
2016-11-24drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson1-1/+1
2016-11-24drm/i915/debugfs: Drop i915_hws_infoChris Wilson1-25/+0
2016-11-21drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala1-6/+11
2016-11-21drm/i915: Use num_scalers instead of SKL_NUM_SCALERS in debugfsA.Sunil Kamath1-1/+1
2016-11-17drm/i915: Introduce enableddisabled helperTvrtko Ursulin1-2/+1
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-6/+4
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson1-2/+5
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson1-2/+2
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-6/+4
2016-11-08drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen1-2/+2
2016-11-02drm/i915: Show the execlist queue in debugfs/i915_engine_infoChris Wilson1-0/+6
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen1-5/+5
2016-11-01drm/i915: Always use intel_get_crtc_for_pipe()Ville Syrjälä1-2/+3
2016-11-01drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä1-2/+1
2016-11-01drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä1-6/+3
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson1-4/+3
2016-10-28drm/i915: Reserve space in the global seqno during request allocationChris Wilson1-5/+5
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson1-6/+6
2016-10-28drm/i915: Create a unique name for the contextChris Wilson1-9/+2
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson1-9/+0
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-1/+1
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-20/+13
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-12/+3
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson1-4/+11
2016-10-28drm/i915: Refactor object page APIChris Wilson1-8/+9
2016-10-28drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper1-1/+1
2016-10-25drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble1-1/+40
2016-10-25drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel1-0/+28
2016-10-25drm/i915: New structure to contain GuC logging related fieldsAkash Goel1-2/+2
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-3/+2
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-143/+240
2016-10-24drm/i915/fbc: fix FBC_COMPRESSION_MASK on BDW+Paulo Zanoni1-4/+6
2016-10-24drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson1-23/+33
2016-10-24drm/i915: Move user fault tracking to a separate listChris Wilson1-1/+1
2016-10-18drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson1-1/+1
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-3/+2
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-24/+35
2016-10-12drm/i915: Update debugfs describe_obj() to show fault-mappableChris Wilson1-10/+1
2016-10-12drm/i915: Allow disabling error captureChris Wilson1-0/+6
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson1-1/+1
2016-10-12Merge tag 'drm-for-v4.9' into drm-intel-next-queuedDaniel Vetter1-1/+10
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen1-3/+1
2016-10-05drm/i915: Show waiters in i915_hangcheck_infoChris Wilson1-0/+12
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson1-92/+147
2016-09-29Revert "drm/i915: start adding dp mst audio"Dhinakaran Pandiyan1-18/+1
2016-09-26drm/i915: don't report compression when fbc is disabledNagaraju, Vathsala1-1/+2