summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_tiling.c
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2013-03-22 23:10:44 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-03-23 12:15:58 +0100
commit5bd4687e57bbacec20930f580d025aee9fa1f4d8 (patch)
tree65a4498008dbbebf69b152535e9aac3846e03e8b /drivers/gpu/drm/i915/i915_gem_tiling.c
parentf5ddf69736fb328800ccd1a06fe69ad2e830adbe (diff)
drm/i915: set dummy page for stolen objects
This is needed since currently sg_for_each_page assumes that we have a valid page in each sg item. It is only a real problem for CONFIG_SPARSEMEM where the page is dereferenced, in other cases the iterator works ok with an invalid page pointer. We can remove this workaround when we have fixed sg_page_iter to work on scatterlists without backing pages. Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_tiling.c')
0 files changed, 0 insertions, 0 deletions