summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak1-7/+21
2015-12-16drm/i915/debugfs: add a separate debugfs file for VBTJani Nikula1-0/+14
2015-12-16drm/i915: don't use a temp buffer for opregion debugfs fileJani Nikula1-9/+2
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-34/+34
2015-12-10drm/i915: start adding dp mst audioLibin Yang1-0/+16
2015-12-03drm/i915/guc: Clean up locks in GuCAlex Dai1-6/+6
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni1-1/+1
2015-11-30drm/i915: Fix possible null dereference in framebuffer_info debugfs functionNamrta Salonie1-20/+16
2015-11-24drm/i915: Remove PSR Perf Counter for SKL+Rodrigo Vivi1-2/+5
2015-11-23drm/i915/pm: Unstatic power_domain_strDaniel Stone1-66/+1
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+0
2015-11-19drm/i915: Fix oops caused by fbdev initialization failureLukas Wunner1-11/+13
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-2/+3
2015-11-17drm/i915: Add a modeset power domainPatrik Jakobsson1-0/+2
2015-11-17drm/i915: Remove distinction between DDI 2 vs 4 lanesPatrik Jakobsson1-18/+10
2015-11-17drm/i915: Introduce a gmbus power domainVille Syrjälä1-0/+2
2015-11-16drm/i915: Add dev_priv->psr_mmio_baseVille Syrjälä1-2/+2
2015-11-09drm/i915: Add csr programming registers to dmc debugfs entryMika Kuoppala1-3/+8
2015-11-09drm/i915/bxt: Expose DC5 entry countMika Kuoppala1-0/+3
2015-11-09drm/i915/skl: Expose DC5/DC6 entry countsDamien Lespiau1-0/+11
2015-11-09drm/i915/skl: Print the DMC firmware status in debugfsDamien Lespiau1-0/+27
2015-11-04drm/i915: change no_fbc_reason from enum to stringPaulo Zanoni1-1/+1
2015-11-02drm/i915: Add extra plane information in debugfs.Robert Fekete1-2/+107
2015-10-30Merge tag 'drm-intel-next-fixes-2015-10-22' of git://anongit.freedesktop.org/...Dave Airlie1-1/+1
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi1-6/+10
2015-10-26drm/i915: Turn __raw_i915_read8() & co. in to inline functionsVille Syrjälä1-1/+1
2015-10-21drm/i915/guc: Add GuC css header parserAlex Dai1-0/+6
2015-10-20Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-10/+47
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+0
2015-10-13i915: switch from acpi_os_ioremap to memremapWilliams, Dan J1-1/+1
2015-10-05drm/i915: unlock on error in i915_ppgtt_info()Dan Carpenter1-3/+6
2015-09-30drm/i915/skl: Simplify wm structures slightly (v2)Matt Roper1-1/+1
2015-09-30drm/i915: Remove setparam ioctlDaniel Vetter1-1/+0
2015-09-30drm/i915/bdw: Check for slice, subslice and EU count for BDWŁukasz Daniluk1-1/+28
2015-09-30drm/i915: Fix comparison bugRasmus Villemoes1-1/+5
2015-09-30drm/i915: Add CD and pixel clock informationMika Kahola1-0/+4
2015-09-30drm/i915: s/_CURACNTR/CURCNTR(PIPE_A)/Ville Syrjälä1-1/+1
2015-09-30drm/i915: Always use GEN8_RING_PDP_{LDW, UDW} instead of hand rolling the reg...Ville Syrjälä1-3/+2
2015-09-25drm/i915: fix task reference leak in i915_debugfs.cGeliang Tang1-2/+6
2015-09-23drm/i915: Parametrize LRC registersVille Syrjälä1-4/+4
2015-09-10drm/i915: Use the plane state in intel_crtc_info.Maarten Lankhorst1-3/+5
2015-09-04drm/i915: use the yesno helper for loggingJani Nikula1-10/+7
2015-09-02Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queuedDaniel Vetter1-1/+3
2015-09-02drm/i915: add yesno utility functionJani Nikula1-5/+0
2015-08-31drm/i915/skl: Adding DDI_E power well domainXiong Zhang1-0/+2
2015-08-26drm/i915: Fix some gcc warningsVille Syrjälä1-2/+2
2015-08-17Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/...Dave Airlie1-81/+26
2015-08-14drm/i915: Debugfs interface for GuC submission statisticsDave Gordon1-0/+76
2015-08-14drm/i915: Integrate GuC-based command submissionAlex Dai1-1/+1
2015-08-14drm/i915: Enable GuC firmware logAlex Dai1-0/+29