summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_cache.c
AgeCommit message (Expand)AuthorLines
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-15/+12
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+3
2022-02-19iosys-map: Add offset to iosys_map_memcpy_to()Lucas De Marchi-1/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-9/+9
2022-02-03drm: Stop spamming log with drm_cache messageLucas De Marchi-6/+3
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky-2/+2
2021-08-02drm: Fix typo in commentsCai Huoqing-1/+1
2021-06-07drm: Add a prefetching memcpy_from_wcThomas Hellström-0/+148
2021-01-14drm: Include <linux/mem_encrypt.h> in drm_cache.cThomas Zimmermann-0/+1
2021-01-13drm: Implement drm_need_swiotlb() in drm_cache.cThomas Zimmermann-0/+32
2020-09-10drm: core: fix common struct sg_table related issuesMarek Szyprowski-1/+1
2019-10-25drm/gpu: Fix Memory barrier without comment IssueBhanusree-4/+4
2019-10-25drm/gpu: Fix Missing blank line after declarationsBhanusree-0/+2
2019-10-24drm/gpu: Add comment for memory barrierBhanusree-2/+2
2017-02-28gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches-6/+6
2017-01-24drm: Update drm_cache.c to pull in the new drm_cache.hChris Wilson-1/+3
2017-01-10drm: Document drm_cache interfaceGabriel Krisman Bertazi-0/+23
2016-07-12drm: Restore double clflush on the last partial cachelineChris Wilson-0/+1
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov-3/+3
2015-06-19drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range()Chris Wilson-2/+3
2014-12-16drm/cache: Use wbinvd helpersBen Widawsky-9/+4
2014-06-02drm: Missed clflushopt in drm_clflush_virt_rangeRoss Zwisler-1/+1
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie-2/+2
2014-04-01drm: Make drm_clflush_virt_range() void*Ville Syrjälä-2/+2
2014-02-27x86: Use clflushopt in drm_clflush_virt_rangeRoss Zwisler-1/+1
2014-02-27x86: Use clflushopt in drm_clflush_pageRoss Zwisler-1/+7
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak-1/+1
2013-03-19drm: handle compact dma scatter lists in drm_clflush_sg()Imre Deak-4/+3
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+27
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells-1/+1
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson-0/+25
2012-09-19drm: micro optimise cache flushingDave Airlie-1/+2
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie-0/+23
2012-03-27drm: add helper to clflush a virtual address rangeDaniel Vetter-0/+23
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang-4/+4
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker-0/+1
2009-09-02drm: fix drm_cache.c for arch with no support.Dave Airlie-6/+3
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie-9/+42
2008-10-18drm: wbinvd is cache coherent.Dave Airlie-9/+2
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt-0/+76