summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2013-01-24 21:49:57 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-01-31 10:50:07 (GMT)
commitbaa09f5fd8a6d033ec075355dda99a65b7f6a0f3 (patch)
treed12a8e814c065625a3b5bfe679bec330eff8168c /drivers/gpu/drm/i915/i915_gem_stolen.c
parent3440d265857b411a13ed8f67814a29fa2011cdb3 (diff)
downloadlinux-fsl-qoriq-baa09f5fd8a6d033ec075355dda99a65b7f6a0f3.tar.xz
drm/i915: Add probe and remove to the gtt ops
The idea, and much of the code came originally from: commit 0712f0249c3148d8cf42a3703403c278590d4de5 Author: Ben Widawsky <ben@bwidawsk.net> Date: Fri Jan 18 17:23:16 2013 -0800 drm/i915: Create a vtable for i915 gtt Daniel didn't like the color of that patch series, and so I asked him to start something which appealed to his sense of color. The preceding patches are those, and now this is going on top of that. [extracted from the original commit message] One immediately obvious thing to implement is our gmch probing. The init function was getting massively bloated. Fundamentally, all that's needed from GMCH probing is the GTT size, and the stolen size. It makes design sense to put the mappable calculation in there as well, but the code turns out a bit nicer without it (IMO) The intel_gtt bridge thing is still here, but the subsequent patches will finish ripping that out. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: Bikeshedded one comment (GMADR is just the PCI aperture, we use it for other things than just accessing tiled surfaces through a linear view) and cut the newly added long lines a bit. Also one checkpatch error.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_stolen.c')
0 files changed, 0 insertions, 0 deletions