aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20drm/i915: Relax RPS contraints to allows setting minfreq on idleChris Wilson1-0/+6
2015-03-20drm/i915: Fix sink crc connector iterationRodrigo Vivi1-1/+1
2015-03-17drm/i915/skl: Updated the i915_frequency_info debugfs functionAkash Goel1-8/+17
2015-03-17drm/i915: Exit early from psr_status if PSR is not supported by the deviceDamien Lespiau1-12/+15
2015-03-17drm/i915/chv: Add CHV HW status to SSEU statusJeff McGee1-2/+29
2015-03-17drm/i915: Remove ironlake rc6 supportJohn Harrison1-12/+0
2015-03-17drm/i915: Add debugfs entry for DRRSVandana Kannan1-0/+110
2015-03-17drm/i915: Add a for_each_intel_connector macroAnder Conselvan de Oliveira1-2/+1
2015-03-17drm/i915: Make for_each_plane() take dev_priv as argumentDamien Lespiau1-1/+1
2015-03-17drm/i915: Kill intel_crtc->cursor_{width, height} (v2)Matt Roper1-1/+2
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-2/+2
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-28/+93
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-10/+6
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-2/+2
2015-02-26drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functionsAkash Goel1-24/+8
2015-02-25drm/i915: Complete page table structuresBen Widawsky1-1/+1
2015-02-25drm/i915: cleanup some indentingDan Carpenter1-2/+3
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-02-09drm/i915: Take runtime pm reference on hangcheck_infoMika Kuoppala1-5/+17
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