summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_cache.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-02-281-6/+6
* drm: Update drm_cache.c to pull in the new drm_cache.hChris Wilson2017-01-241-1/+3
* drm: Document drm_cache interfaceGabriel Krisman Bertazi2017-01-101-0/+23
* drm: Restore double clflush on the last partial cachelineChris Wilson2016-07-121-0/+1
* x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-3/+3
* drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range()Chris Wilson2015-06-191-2/+3
* drm/cache: Use wbinvd helpersBen Widawsky2014-12-161-9/+4
* drm: Missed clflushopt in drm_clflush_virt_rangeRoss Zwisler2014-06-021-1/+1
* Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-05-011-2/+2
|\
| * drm: Make drm_clflush_virt_range() void*Ville Syrjälä2014-04-011-2/+2
* | x86: Use clflushopt in drm_clflush_virt_rangeRoss Zwisler2014-02-271-1/+1
* | x86: Use clflushopt in drm_clflush_pageRoss Zwisler2014-02-271-1/+7
|/
* lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-1/+1
* drm: handle compact dma scatter lists in drm_clflush_sg()Imre Deak2013-03-191-4/+3
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-1/+27
|\
| * drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-0/+25
| * drm: micro optimise cache flushingDave Airlie2012-09-191-1/+2
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-121-0/+23
|\
| * drm: add helper to clflush a virtual address rangeDaniel Vetter2012-03-271-0/+23
* | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-311-0/+1
* drm: fix drm_cache.c for arch with no support.Dave Airlie2009-09-021-6/+3
* drm/ttm: consolidate cache flushing code in one place.Dave Airlie2009-08-271-9/+42
* drm: wbinvd is cache coherent.Dave Airlie2008-10-181-9/+2
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-181-0/+76
OpenPOWER on IntegriCloud