summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-02drm/i915: Introduce a gmbus power domainVille Syrjälä1-0/+2
2015-10-30Merge tag 'drm-intel-next-fixes-2015-10-22' of git://anongit.freedesktop.org/...Dave Airlie1-1/+1
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
2015-08-14drm/i915: Debugfs interface to read GuC load statusAlex Dai1-0/+39
2015-08-14drm/i915/gen8: Add ppgtt info and debug_dumpMichel Thierry1-8/+10
2015-08-14drm/i915: Make the force_thru workaround atomic, v2.Maarten Lankhorst1-58/+24
2015-08-11drm/i915: Use CONFIG_DRM_FBDEV_EMULATIONDaniel Vetter1-1/+1
2015-08-06Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queuedDaniel Vetter1-1/+3
2015-07-22drm/i915: Use drm_for_each_fb in i915_debugfs.cDaniel Vetter1-1/+3
2015-07-21drm/i915: remove redundant if checkSudip Mukherjee1-3/+1
2015-07-21drm/i915: remove unnecessary null testSudip Mukherjee1-20/+1
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+4
2015-07-14drm/i915: Add HAS_CORE_RING_FREQ macroAkash Goel1-1/+1
2015-07-13drm/i915/skl: Updated the i915_ring_freq_table debugfs functionAkash Goel1-4/+15
2015-07-08drm/i915: use dev_priv for the FBC functionsPaulo Zanoni1-1/+1
2015-07-06drm/i915: FBC doesn't need struct_mutex anymorePaulo Zanoni1-4/+0
2015-07-06drm/i915: add the FBC mutexPaulo Zanoni1-0/+4
2015-07-03drm/i915: Report correct GGTT space usageTvrtko Ursulin1-4/+18
2015-06-29drm/i915: Add debugfs knobs for VLVCHV memory latency valuesVille Syrjälä1-5/+19
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-136/+597
2015-06-26drm/i915: Update rps frequencies for BXTBob Paauwe1-5/+16
2015-06-26drm/i915/gtt: Introduce struct i915_page_dmaMika Kuoppala1-1/+1
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala1-21/+21
2015-06-24drm/i915: debugfs for frontbuffer trackingDaniel Vetter1-0/+16
2015-06-15drm/i915: unify no_fbc_reason message printingPaulo Zanoni1-45/+4
2015-06-15drm/i915: add FBC_ROTATION to enum no_fbc_reasonPaulo Zanoni1-0/+3
2015-06-15drm/i915: print FBC compression status on debugfsPaulo Zanoni1-0/+5
2015-06-15Merge branch 'topic/atomic-conversion' into drm-intel-next-queuedDaniel Vetter1-13/+37