summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Relax RPS contraints to allows setting minfreq on idleChris Wilson2015-03-201-0/+6
* drm/i915: Fix sink crc connector iterationRodrigo Vivi2015-03-201-1/+1
* drm/i915/skl: Updated the i915_frequency_info debugfs functionAkash Goel2015-03-171-8/+17
* drm/i915: Exit early from psr_status if PSR is not supported by the deviceDamien Lespiau2015-03-171-12/+15
* drm/i915/chv: Add CHV HW status to SSEU statusJeff McGee2015-03-171-2/+29
* drm/i915: Remove ironlake rc6 supportJohn Harrison2015-03-171-12/+0
* drm/i915: Add debugfs entry for DRRSVandana Kannan2015-03-171-0/+110
* drm/i915: Add a for_each_intel_connector macroAnder Conselvan de Oliveira2015-03-171-2/+1
* drm/i915: Make for_each_plane() take dev_priv as argumentDamien Lespiau2015-03-171-1/+1
* drm/i915: Kill intel_crtc->cursor_{width, height} (v2)Matt Roper2015-03-171-1/+2
* Merge tag 'v4.0-rc3' into drm-nextDave Airlie2015-03-091-2/+2
|\
| * drm/mm: Support 4 GiB and larger rangesThierry Reding2015-03-051-2/+2
* | Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-091-28/+93
|\ \
| * | drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functionsAkash Goel2015-02-261-24/+8
| * | drm/i915: Complete page table structuresBen Widawsky2015-02-251-1/+1
| * | drm/i915: cleanup some indentingDan Carpenter2015-02-251-2/+3
| * | drm/i915/skl: Add SKL HW status to SSEU statusJeff McGee2015-02-231-0/+50
| * | drm/i915/skl: Determine SKL slice/subslice/EU infoJeff McGee2015-02-231-0/+30
| * | drm/i915: Switch to drm_crtc variants of vblank functionsDaniel Vetter2015-02-231-1/+1
* | | Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-051-10/+6
|\ \ \ | |/ / | | / | |/ |/|
| * drm/i915: Show frame buffer modifier in debug infoTvrtko Ursulin2015-02-131-2/+4
| * drm/i915: Introduce intel_set_rps()Ville Syrjälä2015-02-131-8/+2
* | drm/i915: Take runtime pm reference on hangcheck_infoMika Kuoppala2015-02-091-5/+17
|/
* drm/i915: Remove nested work in gpu error handlingMika Kuoppala2015-01-291-0/+11
* drm/i915: Be consistent on printing seqnosMika Kuoppala2015-01-281-4/+4
* drm/i915: Display current hangcheck status in debugfsChris Wilson2015-01-281-0/+36
* drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä2015-01-271-24/+19
* drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M2015-01-271-0/+8
* drm/i915: Rename i915_gen6_forcewake_count_infoMika Kuoppala2015-01-271-3/+3
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-271-4/+4
* drm/i915: Consolidate forcewake codeMika Kuoppala2015-01-271-6/+1
* drm/i915: Reduce duplicated forcewake logicChris Wilson2015-01-271-39/+26
* drm/i915: Assert that runtime pm is active on user fw accessChris Wilson2015-01-271-0/+2
* drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-271-4/+4
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-2/+2
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-271-6/+7
* drm/i915: PSR link standby at debugfsRodrigo Vivi2015-01-151-0/+3
* drm/i915: Implement a framework for batch buffer poolsBrad Volkin2014-12-161-9/+62
* drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-151-2/+3
* drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter2014-12-151-1/+1
* drm/i915: Protect against leaks in pipe_crc_set_sourceDaniel Vetter2014-12-101-0/+1
* drm/i915: Make i915_pipe_crc_read() oops proofVille Syrjälä2014-12-101-17/+22
* drm/i915: Allocate the pipe_crc->entires with kcalloc()Ville Syrjälä2014-12-101-2/+2
* drm/i915: Protect pipe_crc->entries updateVille Syrjälä2014-12-101-4/+7
* drm/i915: Fix CRC support for DP port D on CHVVille Syrjälä2014-12-101-0/+6
* drm/i915: Engage the DP scramble reset for pipe C on CHVVille Syrjälä2014-12-101-5/+22
* drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9Damien Lespiau2014-12-041-0/+3
* drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter2014-12-031-3/+6
* drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-031-4/+5
* drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison2014-12-031-2/+1