summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
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-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-10Merge 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-07drm/i915: Implement command buffer parsing logicBrad Volkin1-0/+93
2014-03-07drm/i915: Refactor shmem pread setupBrad Volkin1-0/+3
2014-03-07drm/i915: power domains: add vlv power wellsImre Deak1-1/+1
2014-03-07drm/i915: vlv: factor out valleyview_display_irq_installImre Deak1-0/+5
2014-03-07drm/i915: add port power domainsImre Deak1-0/+11
2014-03-07drm/i915: split power well 'set' handler to separate enable/disable/sync_hwImre Deak1-4/+31
2014-03-07drm/i915: move power domain macros to intel_pm.cImre Deak1-10/+0
2014-03-07drm/i915: Disable full ppgtt by defaultDaniel Vetter1-21/+1
2014-03-05drm/i915: Remove unused to_gem_object() macroDamien Lespiau1-1/+0
2014-03-05drm/i915: Make i915_gem_retire_requests_ring() staticDamien Lespiau1-1/+0
2014-03-05drm/i915: Make num_sprites a per-pipe valueDamien Lespiau1-3/+3
2014-03-05drm/i915: Add a for_each_sprite() macroDamien Lespiau1-0/+1
2014-03-05drm/i915: Add suspend count to error stateMika Kuoppala1-0/+3
2014-03-05drm/i915: Add reset count to error stateMika Kuoppala1-0/+1
2014-03-05drm/i915: Add reason for capture in error stateMika Kuoppala1-2/+5
2014-03-05drm/i915: Add error code into error stateMika Kuoppala1-0/+2
2014-03-05drm/i915: Record pid/comm of hanging taskChris Wilson1-1/+5
2014-03-05drm/i915: Rely on accurate request tracking for finding hung batchesChris Wilson1-0/+3
2014-03-05drm/i915: assert force wake is disabled when we runtime suspendPaulo Zanoni1-0/+1
2014-03-05drm/i915: kill dev_priv->pc8.gpu_idlePaulo Zanoni1-6/+4
2014-03-05drm/i915: Convert the forcewake worker into a timer funcChris Wilson1-1/+1
2014-03-05drm/i915: Accurately track when we mark the hardware as idle/busyChris Wilson1-0/+8
2014-03-05drm/i915: use power domain api to check vga power stateImre Deak1-0/+1
2014-03-05drm/i915: use drm_i915_private everywhere in the power domain apiImre Deak1-2/+2
2014-03-05drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky1-2/+1
2014-03-05drm/i915/bdw: Reorganize PT allocationsBen Widawsky1-2/+3
2014-03-04drm/i915: Make clear/insert vfuncs args absoluteBen Widawsky1-3/+3
2014-03-04drm/i915: Move ppgtt_release out of the headerBen Widawsky1-36/+0
2014-02-14drm/i915: Simplify i915_gem_object_ggtt_unpinDaniel Vetter1-2/+8