summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
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-08drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb...Chon Ming Lee1-20/+20
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-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
2013-10-16drm/i915: Make switching to the same CRC source a no-opDamien Lespiau1-1/+5
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau1-2/+2
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau1-8/+12
2013-10-16drm/i915: Add a control file for pipe CRCsDaniel Vetter1-2/+215
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He1-0/+33
2013-10-12drm/i915: Kconfig option to disable the legacy fbdev supportDaniel Vetter1-4/+5
2013-10-10drm/i915: Finish enabling rps before use by sysfs or debugfsTom O'Rourke1-0/+12
2013-10-10drm/i915: Remove yet another unused defineDamien Lespiau1-3/+0
2013-10-03drm/i915: Simplify PSR debugfsRodrigo Vivi1-118/+11
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson1-0/+68
2013-10-01drm/i915: Calculate PSR register offsets from base + genBen Widawsky1-4/+5
2013-10-01drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter1-1/+1
2013-09-19drm/i915: Do remaps for all contextsBen Widawsky1-0/+8
2013-09-19drm/i915: Keep a list of all contextsBen Widawsky1-6/+9
2013-09-13drm/i915: Remove extra "ring"Ben Widawsky1-1/+1
2013-09-05drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee1-9/+9
2013-09-03drm/i915: Report requested frequency alongside current frequency in debugfsChris Wilson1-1/+10
2013-08-23drm/i915: Print seqnos as unsigned in debugfsVille Syrjälä1-1/+1
2013-08-23drm/i915: add i915_pc8_status debugfs filePaulo Zanoni1-0/+26