diff options
author | Dave Airlie <airlied@redhat.com> | 2010-10-19 01:48:34 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-10-19 01:48:34 +0200 |
commit | b7ae5056c94a8191c1fd0b5697707377516c0c5d (patch) | |
tree | 394f68003ea0bc2a0c24e510a7c5b13f479ce743 /include/media/videobuf-dma-sg.h | |
parent | drm/radeon/kms: make sure blit addr masks are 64 bit (diff) | |
parent | drm/radeon/kms: avivo cursor workaround applies to evergreen as well (diff) | |
download | linux-b7ae5056c94a8191c1fd0b5697707377516c0c5d.tar.xz linux-b7ae5056c94a8191c1fd0b5697707377516c0c5d.zip |
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
Conflicts:
drivers/gpu/drm/i915/intel_fb.c
drivers/gpu/drm/radeon/r600_blit_kms.c
drivers/gpu/drm/ttm/ttm_bo.c
Diffstat (limited to 'include/media/videobuf-dma-sg.h')
-rw-r--r-- | include/media/videobuf-dma-sg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/videobuf-dma-sg.h b/include/media/videobuf-dma-sg.h index 97e07f46a0fa..aa4ebb42a565 100644 --- a/include/media/videobuf-dma-sg.h +++ b/include/media/videobuf-dma-sg.h @@ -48,6 +48,7 @@ struct videobuf_dmabuf { /* for userland buffer */ int offset; + size_t size; struct page **pages; /* for kernel buffers */ |