[PATCH 2/7] drm: move pinning/unpinning to buffer attach

2013-05-01 Thread Maarten Lankhorst
This allows importing bo's to own device to work without requiring that the buffer is pinned in GART. Signed-off-by: Maarten Lankhorst Reviewed-by: Daniel Vetter --- drivers/gpu/drm/drm_prime.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) d

[PATCH 2/7] drm: move pinning/unpinning to buffer attach

2013-05-01 Thread Maarten Lankhorst
This allows importing bo's to own device to work without requiring that the buffer is pinned in GART. Signed-off-by: Maarten Lankhorst Reviewed-by: Daniel Vetter --- drivers/gpu/drm/drm_prime.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) d

[PATCH 2/7] drm: move pinning/unpinning to buffer attach

2013-04-09 Thread Maarten Lankhorst
This allows importing bo's to own device to work without requiring that the buffer is pinned in GART. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_prime.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/

[PATCH 2/7] drm: move pinning/unpinning to buffer attach

2013-04-09 Thread Maarten Lankhorst
This allows importing bo's to own device to work without requiring that the buffer is pinned in GART. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_prime.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/