commit | 3a7dfcdfafdd6ac83a4d3e7b4c1c52fd901b93ae | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Oct 06 14:34:06 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Oct 06 15:45:10 2009 -0700 |
tree | 8182457bf0f074d83137a176f228f01370ef31c2 | |
parent | 02c775fc750b48ae25b6a4af51afbfe090ebada4 [diff] |
intel: Add a bo_alloc function for tiled BOs. This simplifies driver code in handling object allocation, and also gives us an opportunity to possibly cache tiled buffers if it turns out to be a win. [anholt: This is chopped out of the execbuf2 patch, as it seems to be useful separately and cleans up the execbuf2 changes to be more obvious]