aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03drm/i915: Handle runtime pm in the CRC setup codeDaniel Vetter1-0/+5
2014-12-02drm/i915: Don't pin LRC in GGTT when dumping in debugfsThomas Daniel1-31/+47
2014-11-20drm/i915: Read power well status before other registers for drpc infoVille Syrjälä1-5/+4
2014-11-20drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter1-0/+6
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-2/+10
2014-11-07drm/i915/skl: Add a debugfs file to dump the DDB allocationDamien Lespiau1-0/+37
2014-11-07drm/i915/skl: Augment the latency debugfs files for SKLDamien Lespiau1-14/+62
2014-11-07drm/i915: Move dpll crtc_mask and hw_state fields into separate structAnder Conselvan de Oliveira1-6/+7
2014-11-07drm/i915: Convert shared dpll reference count to a crtc maskAnder Conselvan de Oliveira1-2/+2
2014-11-04drm/i915: transform INTEL_OUTPUT_* into an enumPaulo Zanoni1-0/+2
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-1/+1
2014-10-24drm/i915: add runtime PM get/put call in i915_execlistsMichel Thierry1-0/+3
2014-10-24drm/i915: disable IPS while getting the pipe CRCs.Paulo Zanoni1-0/+12
2014-10-24drm/i915: Check workaround status on dfs read timeMika Kuoppala1-7/+7
2014-10-24drm/i915: Build workaround list in ring initializationMika Kuoppala1-9/+9
2014-10-01drm/i915: Bikeshed rpm functions name a bit.Daniel Vetter1-1/+1
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+1
2014-09-24drm/i915/skl: i915_swizzle_info gen9 fixRobert Beckett1-1/+1
2014-09-19drm/i915: Clarify event_lock locking, process contextDaniel Vetter1-3/+2
2014-09-19drm/i915: Objects on the unbound list may still have an active referenceChris Wilson1-30/+4
2014-09-05drm/i915: Check for a stalled page flip after each vblankChris Wilson1-10/+25
2014-09-04drm/i915: Fix unsafe vma iteration in i915_drop_cachesChris Wilson1-6/+11
2014-09-03drm/i915: Remove shadowed local variable 'i' from i915_interrupt_infoChris Wilson1-1/+0
2014-09-03drm/i915: Don't restrict i915_wa_registers to BDWDamien Lespiau1-5/+0
2014-09-03drm/i915: Rename intel_wa_registers with a i915_ prefixDamien Lespiau1-2/+2
2014-09-03drm/i915/bdw: Export workaround data to debugfsArun Siluvery1-0/+40
2014-09-03drm/i915/bdw: Add BDW support in the i915 debugfs entryVedang Patel1-1/+1
2014-09-03drm/i915: Differentiate between LLC or snooped for the userChris Wilson1-2/+2
2014-09-03drm/i915: Use dev_priv as first argument of for_each_pipe()Damien Lespiau1-5/+5
2014-09-03drm/i915: fix i915_frequency_info on BDWPaulo Zanoni1-5/+15
2014-08-20drm/i915/bdw: Print context state in debugfsBen Widawsky1-0/+52
2014-08-20drm/i915/bdw: Display context backing obj & ringbuffer info in debugfsOscar Mateo1-4/+33
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo1-0/+81
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter1-3/+8
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter1-1/+1
2014-08-09drm/i915: fix i915_interrupt_info on BDWPaulo Zanoni1-0/+6
2014-08-08drm/i915: Introduce a for_each_intel_encoder() macroDamien Lespiau1-2/+1
2014-08-08drm/i915: Introduce FBC False Color for debug purposes.Rodrigo Vivi1-0/+42
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-7/+32
2014-07-23drm/i915: Allowing changing of wm latencies for valid platformsSonika Jindal1-3/+3
2014-07-23drm/i915: Fix printing proper min/min/rpe values in debugfsDeepak S1-3/+3
2014-07-23drm/i915: add helper for checking whether IRQs are enabledJesse Barnes1-1/+1
2014-07-23drm/i915: Improve PSR debugfs outputDaniel Vetter1-0/+6
2014-07-23drm/i915: Track the psr dp connector in dev_priv->psr.enabledDaniel Vetter1-1/+1
2014-07-22drm/i915: mst topology dumper in debugfs (v0.2)Dave Airlie1-0/+23
2014-07-21drm/i915: check connector->encoder before using it.Dave Airlie1-7/+9
2014-07-11drm/i915: Use the cached min/min/rpe values in the vlv debugfs codeVille Syrjälä1-9/+10
2014-07-10drm/i915: State readout support for WRPLLsDaniel Vetter1-0/+1
2014-07-10drm/i915: add POWER_DOMAIN_PLLSPaulo Zanoni1-0/+2
2014-07-10drm/i915: Add a debugfs file for the shared dpll stateDaniel Vetter1-0/+26