summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-241-15/+12
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-6/+3
| |\
| | * drm: Stop spamming log with drm_cache messageLucas De Marchi2022-02-031-6/+3
| * | iosys-map: Add offset to iosys_map_memcpy_to()Lucas De Marchi2022-02-191-1/+1
| * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-9/+9
| |/
* / mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-1/+1
|/
* treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+2
* drm: Fix typo in commentsCai Huoqing2021-08-021-1/+1
* drm: Add a prefetching memcpy_from_wcThomas Hellström2021-06-071-0/+148
* drm: Include <linux/mem_encrypt.h> in drm_cache.cThomas Zimmermann2021-01-141-0/+1
* drm: Implement drm_need_swiotlb() in drm_cache.cThomas Zimmermann2021-01-131-0/+32
* drm: core: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+1
* drm/gpu: Fix Memory barrier without comment IssueBhanusree2019-10-251-4/+4
* drm/gpu: Fix Missing blank line after declarationsBhanusree2019-10-251-0/+2
* drm/gpu: Add comment for memory barrierBhanusree2019-10-241-2/+2
* 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