summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-10drm/i915/vlv: Add drpc debugfs support for valleyviewDeepak S1-1/+47
2014-01-10drm/i915: Drop I915_ prefix from HAS_FBCDaniel Vetter1-1/+1
2014-01-08drm/i915/bdw: don't try to check IPS state on BDW v2Jesse Barnes1-1/+1
2014-01-06drm/i915: Fix refcount leak and possible NULL pointerdereference.Tetsuo Handa1-1/+11
2013-12-16drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabledJani Nikula1-4/+0
2013-12-16drm/i915: fix return value check of debugfs_create_file()Wei Yongjun1-6/+6
2013-12-11drm/i915: add some runtime PM get/put callsPaulo Zanoni1-3/+42
2013-11-28drm/i915: Enabling DebugFS for valleyview forcewake countsDeepak S1-3/+11
2013-11-28drm/i915: Add power well arguments to force wake routines.Deepak S1-4/+4
2013-11-26drm/i915: add a debugfs entry for power domain infoImre Deak1-0/+71
2013-11-26drm/i915: Demote drop_caches_set printBen Widawsky1-1/+1
2013-11-22i915, debugfs: Fix uninitialized warningBorislav Petkov1-1/+1
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter1-14/+99
2013-11-14drm/i915: Reject opening of pipe crc files for invalid pipesDaniel Vetter1-0/+3
2013-11-14drm/i915: Use for_each_pipe in intel_display_crc_initDaniel Vetter1-3/+3
2013-11-10Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie1-12/+97
2013-11-08drm/i915/bdw: ppgtt info in debugfsBen Widawsky1-7/+42
2013-11-08drm/i915/bdw: debugfs updatesBen Widawsky1-3/+7
2013-11-08drm/i915/bdw: Add interrupt info to debugfsBen Widawsky1-2/+48
2013-11-08drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb...Chon Ming Lee1-20/+20
2013-11-08Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie1-36/+321
2013-11-07drm/i915: Initialise min/max frequencies before updating RPS registersChris Wilson1-1/+1
2013-11-07drm/i915/vlv: For i915_cur_delayinfo, the max frequency reporting wrong value.Chon Ming Lee1-2/+2
2013-11-06drm/i915: Pass dev_priv to vlv_gpu_freq() and vlv_freq_opcode()Ville Syrjälä1-10/+7
2013-11-06drm/i915: Make the debugfs structures constLespiau, Damien1-2/+2
2013-11-01drm/i915: Enable DP port CRC for the "auto" source on g4x/vlvDaniel Vetter1-2/+17
2013-11-01drm/i915: scramble reset support for DP port CRC on vlvDaniel Vetter1-0/+46
2013-11-01drm/i915: scramble reset support for DP port CRC on g4xDaniel Vetter1-0/+52
2013-11-01drm/i916: add "auto" pipe CRC sourceDaniel Vetter1-15/+76
2013-10-22drm/i915: Use a spin lock to protect the pipe crc structDamien Lespiau1-20/+46
2013-10-21drm/i915: Wire up CRC for vlvDaniel Vetter1-3/+25
2013-10-21drm/i915: Wire up gen2 CRC supportDaniel Vetter1-2/+21
2013-10-21drm/i915: Wire up CRC support for gen3/4Daniel Vetter1-2/+42
2013-10-21drm/i915: Add new CRC sourcesDaniel Vetter1-6/+10
2013-10-18drm/i915: crc support for hswDaniel Vetter1-1/+1
2013-10-18drm/i915: fix CRC debugfs setupDaniel Vetter1-2/+1
2013-10-18drm/i915: wait one vblank when disabling CRCsDaniel Vetter1-0/+2
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter1-17/+57
2013-10-18drm/i915: don't Oops in debugfs for I915_FBDEV=nDaniel Vetter1-1/+1
2013-10-16drm/i915: constify harderDaniel Vetter1-2/+2
2013-10-16drm/i915: Enable pipe CRCsDamien Lespiau1-3/+0
2013-10-16drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau1-0/+16
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau1-19/+145
2013-10-16drm/i915: Move drm_add_fake_info_node() higher in the fileDamien Lespiau1-26/+26
2013-10-16drm/i915: Add log messages when CRCs collection is started/stoppedDamien Lespiau1-0/+6
2013-10-16drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctlDamien Lespiau1-21/+21
2013-10-16drm/i915: Generalize the CRC command format for future workDamien Lespiau1-13/+43
2013-10-16drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau1-0/+12
2013-10-16drm/i915: Empty the circular buffer when asked for a new sourceDamien Lespiau1-0/+6
2013-10-16drm/i915: Enforce going back to none before changing CRC sourceDamien Lespiau1-0/+4