diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2014-05-14 09:41:12 -0600 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-06-02 09:57:31 +0200 |
commit | 7927096868061ff10fdb33b295dc0bcfebe2b35b (patch) | |
tree | ca0bd78b1451197231ef31edee8f585b19743029 /drivers/staging | |
parent | 233fd4ec92b90a2d3bb5104d17835072ba2fde4b (diff) |
drm: Missed clflushopt in drm_clflush_virt_range
With this commit:
2a0788dc9bc4 x86: Use clflushopt in drm_clflush_virt_range
If clflushopt is available on the system, we use it instead of clflush
in drm_clflush_virt_range. There were two calls to clflush in this
function, but only one was changed to clflushopt. This patch changes
the other clflush call to clflushopt.
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Reported-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Cc: H Peter Anvin <h.peter.anvin@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/staging')
0 files changed, 0 insertions, 0 deletions