summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-08drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky1-18/+5
2013-07-08drm/i915: Kill obj->gtt_offsetBen Widawsky1-6/+8
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-4/+4
2013-07-08drm: Change create block to reserve nodeBen Widawsky1-4/+4
2013-07-08drm: pre allocate node for create_blockBen Widawsky1-4/+16
2013-07-01drm/i915: Use gtt shortform where possibleBen Widawsky1-21/+15
2013-07-01drm/i915: Drop dev from pte_encodeBen Widawsky1-13/+8
2013-07-01drm/i915: Combine scratch members into a structBen Widawsky1-9/+8
2013-07-01drm/i915: Really share scratch pageBen Widawsky1-2/+2
2013-07-01drm/i915: make PDE|PTE platform specificBen Widawsky1-3/+6
2013-06-03drm/i915: Rename the gtt_list to global_listBen Widawsky1-2/+2
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter1-16/+2
2013-05-07Revert "drm/i915: Calculate correct stolen size for GEN7+"Ben Widawsky1-14/+1
2013-05-06drm/i915: Extract PDE writesBen Widawsky1-6/+15
2013-05-06drm/i915: BUG_ON bad PPGTT offsetBen Widawsky1-0/+2
2013-04-27drm/i915: correct the calculation of first_pd_entry_in_global_ptZhang, Xiong Y1-2/+1
2013-04-22drm/i915: Split out Haswell code from gen6_pte_encode.Kenneth Graunke1-11/+21
2013-04-22drm/i915: Fix page table entries for Bay Trail.Kenneth Graunke1-2/+31
2013-04-22drm/i915: Add PTE encoding function to the gtt/ppgtt vtables.Kenneth Graunke1-14/+16
2013-04-18drm/i915: Remove stale codeBen Widawsky1-3/+0
2013-04-18drm/i915: Configure GAM_ECOCHK appropriatly for Gen7Ville Syrjälä1-2/+9
2013-04-18drm/i915: Set GAC_ECO_BITS register on Gen7+Ville Syrjälä1-0/+5
2013-04-18drm/i915: Add ECOBITS_SNB_BITVille Syrjälä1-1/+2
2013-04-18drm/i915: Allow PPGTT enable to failBen Widawsky1-1/+2
2013-04-18drm/i915: NULL aliasing_ppgtt on cleanupBen Widawsky1-0/+1
2013-04-18drm/i915: Abstract PPGTT enablingBen Widawsky1-58/+56
2013-04-18drm/i915: Rework PPGTT init codeBen Widawsky1-1/+5
2013-04-18drm/i915: Conditionally carve out GGTT PDEBen Widawsky1-3/+6
2013-04-18drm/i915/ppgtt: Set scratch page "globally"Ben Widawsky1-2/+1
2013-04-18drm/i915: random checkpatch fixesBen Widawsky1-3/+2
2013-04-18drm/i915: Call out GEN6 PTE specificityBen Widawsky1-16/+15
2013-04-18drm/i915: generalize pte vs. register BAR allocationBen Widawsky1-2/+4
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak1-4/+2
2013-03-23drm/i915: fixup pd vs pt confusion in gen6 ppgtt codeDaniel Vetter1-7/+7
2013-03-23style nit: Align function parameter continuation properly.Daniel Vetter1-1/+1
2013-03-23drm/i915: use for_each_sg_page for setting up the gtt ptesImre Deak1-43/+24
2013-03-06drm/i915: use gen6 stolen check on VLVJesse Barnes1-1/+1
2013-02-15drm/i915: Fix gen2 mappable calculationsBen Widawsky1-9/+14
2013-01-31drm/i915: gen6_gmch_remove can be staticChanglong Xie1-1/+1
2013-01-31drm/i915: Reclaim GTT space for failed PPGTTBen Widawsky1-17/+16
2013-01-31drm/i915: remove intel_gtt structureBen Widawsky1-24/+6
2013-01-31drm/i915: Add probe and remove to the gtt opsBen Widawsky1-77/+109
2013-01-31drm/i915: extract hw ppgtt setup/cleanup codeDaniel Vetter1-24/+44
2013-01-31drm/i915: pte_encode is gen6+Daniel Vetter1-10/+14
2013-01-31drm/i915: vfuncs for ppgttDaniel Vetter1-55/+56
2013-01-31drm/i915: vfuncs for gtt_clear_range/insert_entriesDaniel Vetter1-53/+68
2013-01-20drm/i915: Needs_dmar, notBen Widawsky1-29/+16
2013-01-20drm/i915: Remove scratch page from sharedBen Widawsky1-8/+8
2013-01-20drm/i915: Cut out the infamous ILK w/a from AGP layerBen Widawsky1-3/+21
2013-01-20drm/i915: Remove use of gtt_mappable_entriesBen Widawsky1-8/+7