| Commit message (Expand) | Author | Age | Files | Lines |
* | gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2017-02-28 | 1 | -6/+6 |
* | drm: Update drm_cache.c to pull in the new drm_cache.h | Chris Wilson | 2017-01-24 | 1 | -1/+3 |
* | drm: Document drm_cache interface | Gabriel Krisman Bertazi | 2017-01-10 | 1 | -0/+23 |
* | drm: Restore double clflush on the last partial cacheline | Chris Wilson | 2016-07-12 | 1 | -0/+1 |
* | x86/cpufeature: Remove cpu_has_clflush | Borislav Petkov | 2016-03-31 | 1 | -3/+3 |
* | drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range() | Chris Wilson | 2015-06-19 | 1 | -2/+3 |
* | drm/cache: Use wbinvd helpers | Ben Widawsky | 2014-12-16 | 1 | -9/+4 |
* | drm: Missed clflushopt in drm_clflush_virt_range | Ross Zwisler | 2014-06-02 | 1 | -1/+1 |
* | Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2014-05-01 | 1 | -2/+2 |
|\ |
|
| * | drm: Make drm_clflush_virt_range() void* | Ville Syrjälä | 2014-04-01 | 1 | -2/+2 |
* | | x86: Use clflushopt in drm_clflush_virt_range | Ross Zwisler | 2014-02-27 | 1 | -1/+1 |
* | | x86: Use clflushopt in drm_clflush_page | Ross Zwisler | 2014-02-27 | 1 | -1/+7 |
|/ |
|
* | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak | 2013-03-27 | 1 | -1/+1 |
* | drm: handle compact dma scatter lists in drm_clflush_sg() | Imre Deak | 2013-03-19 | 1 | -4/+3 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-04 | 1 | -1/+27 |
|\ |
|
| * | drm/i915: Replace the array of pages with a scatterlist | Chris Wilson | 2012-09-20 | 1 | -0/+25 |
| * | drm: micro optimise cache flushing | Dave Airlie | 2012-09-19 | 1 | -1/+2 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int... | Dave Airlie | 2012-04-12 | 1 | -0/+23 |
|\ |
|
| * | drm: add helper to clflush a virtual address range | Daniel Vetter | 2012-03-27 | 1 | -0/+23 |
* | | drm: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -4/+4 |
|/ |
|
* | gpu: Add export.h as required to drivers/gpu files. | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | drm: fix drm_cache.c for arch with no support. | Dave Airlie | 2009-09-02 | 1 | -6/+3 |
* | drm/ttm: consolidate cache flushing code in one place. | Dave Airlie | 2009-08-27 | 1 | -9/+42 |
* | drm: wbinvd is cache coherent. | Dave Airlie | 2008-10-17 | 1 | -9/+2 |
* | drm: Add GEM ("graphics execution manager") to i915 driver. | Eric Anholt | 2008-10-17 | 1 | -0/+76 |