commit | f5ddf69736fb328800ccd1a06fe69ad2e830adbe | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Mon Feb 18 19:28:01 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Mar 19 09:50:22 2013 +0100 |
tree | 50be97730f9ac64e10fc0fd444c265c1a4b1d44f | |
parent | 0d4a42f6bd298e826620585e766a154ab460617a [diff] |
drm: handle compact dma scatter lists in drm_clflush_sg() So far the assumption was that each scatter list entry contains a single page. This might not hold in the future, when we'll introduce compact scatter lists, so prepare for this here. Reference: http://www.spinics.net/lists/dri-devel/msg33917.html Signed-off-by: Imre Deak <imre.deak@intel.com> Acked-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>