summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-05drm/i915/bdw: Add WT caching abilityBen Widawsky1-5/+6
2014-05-05drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-offImre Deak1-0/+1
2014-05-05drm/i915: add missing error capturing of the PIPESTAT regImre Deak1-1/+0
2014-05-05drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the ...Zhao Yakui1-0/+3
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui1-0/+2
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-208/+57
2014-04-14drm/i915: Add parsing support for new MIPI blocks in VBTShobhit Kumar1-0/+6
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson1-5/+3
2014-04-11drm/i915: check VBT for supported backlight typeJani Nikula1-0/+1
2014-04-10drm/i915: Add support for DRRS to switch RRPradeep Bhat1-0/+5
2014-04-09drm/i915/chv: Add IS_CHERRYVIEW() macroVille Syrjälä1-0/+1
2014-04-09drm/i915/chv: IS_BROADWELL() should not be true for CherryviewVille Syrjälä1-1/+1
2014-04-09drm/i915: add flags to i915_ring_stopMika Kuoppala1-2/+18
2014-04-03drm/i915: Add debug module option for VTd validationDaniel Vetter1-0/+1
2014-04-02drm/i915/bdw: Expand FADD to 64bitBen Widawsky1-1/+1
2014-04-02drm/i915: add BDW runtime PM supportPaulo Zanoni1-1/+2
2014-04-02drm/i915: remove HAS_PC8 checkPaulo Zanoni1-1/+0
2014-04-02drm/i915: add SNB runtime PM supportPaulo Zanoni1-1/+1
2014-04-02drm/i915: kill dev_priv->pm.regsavePaulo Zanoni1-11/+1
2014-04-02drm/i915: Adding VBT fields to support eDP DRRS featurePradeep Bhat1-0/+8
2014-04-02drm/i915: drop the typedef for drm_i915_private_tJani Nikula1-2/+2
2014-04-02drm/i915: Hide the per forcewake-engine register rangesDamien Lespiau1-11/+0
2014-04-02drm/i915: Hide vlv_force_wake_{get, put}() in intel_uncore.cDamien Lespiau1-3/+0
2014-04-02drm/i915: vlv: cache current CD clock rateImre Deak1-0/+1
2014-04-02drm/i915: Add a CMD_PARSER_VERSION getparamBrad Volkin1-0/+1
2014-04-02drm/i915: Enable PPGTT command parser checksBrad Volkin1-0/+6
2014-04-02drm/i915: Split out GTT specific header fileBen Widawsky1-175/+3
2014-03-31drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-3/+3
2014-03-31Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."Chris Wilson1-3/+0
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson1-1/+12
2014-03-28drm/i915: Track the enabled PM interrupts in dev_priv.Deepak S1-0/+1
2014-03-21drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64Chris Wilson1-0/+6
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson1-0/+2
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky1-8/+18
2014-03-20drm/i915: Store the HW min frequency as min_freqBen Widawsky1-0/+1
2014-03-19drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni1-40/+12
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni1-6/+0
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni1-5/+5
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni1-2/+0
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni1-1/+0
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni1-1/+0
2014-03-19drm/i915: make PC8 be part of runtime PM suspend/resumePaulo Zanoni1-3/+4
2014-03-19drm/i915: Rename similar plane functions to avoid confusionMatt Roper1-2/+3
2014-03-11Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter1-1/+10
2014-03-10drm/i915: move dev_priv->suspend aroundDaniel Vetter1-2/+1
2014-03-08drm/i915: add plane_config fetching infrastructure v2Jesse Barnes1-0/+3
2014-03-08drm/i915: Implement command buffer parsing logicBrad Volkin1-0/+93
2014-03-08drm/i915: Refactor shmem pread setupBrad Volkin1-0/+3
2014-03-08drm/i915: power domains: add vlv power wellsImre Deak1-1/+1
2014-03-08drm/i915: vlv: factor out valleyview_display_irq_installImre Deak1-0/+5