aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23drm/i915/skl: Add SKL HW status to SSEU statusJeff McGee1-0/+50
2015-02-23drm/i915/skl: Determine SKL slice/subslice/EU infoJeff McGee1-0/+30
2015-02-23drm/i915: Switch to drm_crtc variants of vblank functionsDaniel Vetter1-1/+1
2015-02-13drm/i915: Show frame buffer modifier in debug infoTvrtko Ursulin1-2/+4
2015-02-13drm/i915: Introduce intel_set_rps()Ville Syrjälä1-8/+2
2015-01-29drm/i915: Remove nested work in gpu error handlingMika Kuoppala1-0/+11
2015-01-28drm/i915: Be consistent on printing seqnosMika Kuoppala1-4/+4
2015-01-28drm/i915: Display current hangcheck status in debugfsChris Wilson1-0/+36
2015-01-27drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä1-24/+19
2015-01-27drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M1-0/+8
2015-01-27drm/i915: Rename i915_gen6_forcewake_count_infoMika Kuoppala1-3/+3
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala1-4/+4
2015-01-27drm/i915: Consolidate forcewake codeMika Kuoppala1-6/+1
2015-01-27drm/i915: Reduce duplicated forcewake logicChris Wilson1-39/+26
2015-01-27drm/i915: Assert that runtime pm is active on user fw accessChris Wilson1-0/+2
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath1-4/+4
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath1-2/+2
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-6/+7
2015-01-15drm/i915: PSR link standby at debugfsRodrigo Vivi1-0/+3
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin1-9/+62
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-2/+3
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter1-1/+1
2014-12-10drm/i915: Protect against leaks in pipe_crc_set_sourceDaniel Vetter1-0/+1
2014-12-10drm/i915: Make i915_pipe_crc_read() oops proofVille Syrjälä1-17/+22
2014-12-10drm/i915: Allocate the pipe_crc->entires with kcalloc()Ville Syrjälä1-2/+2
2014-12-10drm/i915: Protect pipe_crc->entries updateVille Syrjälä1-4/+7
2014-12-10drm/i915: Fix CRC support for DP port D on CHVVille Syrjälä1-0/+6
2014-12-10drm/i915: Engage the DP scramble reset for pipe C on CHVVille Syrjälä1-5/+22
2014-12-04drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9Damien Lespiau1-0/+3
2014-12-03drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter1-3/+6
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison1-4/+5
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison1-2/+1
2014-12-03drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'John Harrison1-2/+2
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-3/+3
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter1-3/+1
2014-12-03drm/i915: VLV/CHV PSR debugfs.Rodrigo Vivi1-5/+29
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