drm: add helper to clflush a virtual address range

2012-05-25 Thread Greg KH
4e4468704430b26bcb0bfb129 > Parent: dbf7bff074d5fdc87c61b1b41d8e809109cf0bf8 > Author: Daniel Vetter > AuthorDate: Sun Mar 25 19:47:30 2012 +0200 > Committer: Daniel Vetter > CommitDate: Tue Mar 27 13:19:45 2012 +0200 > > drm: add helper to clflush a virtual address range > >

drm: add helper to clflush a virtual address range

2012-05-25 Thread Daniel Vetter
00 > > Committer: Daniel Vetter > > CommitDate: Tue Mar 27 13:19:45 2012 +0200 > > > > drm: add helper to clflush a virtual address range > > > > Useful when the page is already mapped to copy date in/out. > > > > For -stable becaus

Re: drm: add helper to clflush a virtual address range

2012-05-25 Thread Greg KH
4e4468704430b26bcb0bfb129 > Parent: dbf7bff074d5fdc87c61b1b41d8e809109cf0bf8 > Author: Daniel Vetter > AuthorDate: Sun Mar 25 19:47:30 2012 +0200 > Committer: Daniel Vetter > CommitDate: Tue Mar 27 13:19:45 2012 +0200 > > drm: add helper to clflush a virtual address range > >

Re: drm: add helper to clflush a virtual address range

2012-05-25 Thread Daniel Vetter
00 > > Committer: Daniel Vetter > > CommitDate: Tue Mar 27 13:19:45 2012 +0200 > > > > drm: add helper to clflush a virtual address range > > > > Useful when the page is already mapped to copy date in/out. > > > > For -stable becaus

[PATCH 03/16] drm: add helper to clflush a virtual address range

2012-03-25 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: dri-devel at lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/

[PATCH 03/16] drm: add helper to clflush a virtual address range

2012-03-25 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/drm

[PATCH 03/14] drm: add helper to clflush a virtual address range

2012-02-16 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: dri-devel at lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/

[PATCH 03/14] drm: add helper to clflush a virtual address range

2012-02-16 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/drm

[PATCH 1/2] drm: add helper to clflush a virtual address range

2011-11-29 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: stable at kernel.org Cc: dri-devel at lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23

[PATCH 1/2] drm: add helper to clflush a virtual address range

2011-11-29 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. For -stable because the next patch (fixing phys obj pwrite) needs this little helper function. Cc: sta...@kernel.org Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 ++

Re: [Intel-gfx] [PATCH 06/13] drm: add helper to clflush a virtual address range

2011-11-21 Thread Ben Widawsky
On Sun, Nov 06, 2011 at 08:13:53PM +0100, Daniel Vetter wrote: > Useful when the page is already mapped to copy date in/out. > > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_cache.c | 23 +++ > include/drm/drmP.h |

[Intel-gfx] [PATCH 06/13] drm: add helper to clflush a virtual address range

2011-11-21 Thread Ben Widawsky
On Sun, Nov 06, 2011 at 08:13:53PM +0100, Daniel Vetter wrote: > Useful when the page is already mapped to copy date in/out. > > Cc: dri-devel at lists.freedesktop.org > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_cache.c | 23 +++ > include/drm/drmP.h

[PATCH 06/13] drm: add helper to clflush a virtual address range

2011-11-06 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. Cc: dri-devel at lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/drm/drmP.h |1 + 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/dr

[PATCH 06/13] drm: add helper to clflush a virtual address range

2011-11-06 Thread Daniel Vetter
Useful when the page is already mapped to copy date in/out. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_cache.c | 23 +++ include/drm/drmP.h |1 + 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drive