Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next
Anyway, nothing big here, Three more code cleanup patches from Rashika Kheria, and one TTM/vmwgfx patch from me that tightens security around TTM objects enough for them to opened using prime objects from render nodes: Previously any client could access a shared buffer using the "name", also without actually opening it. Now a reference is required, and for render nodes such a reference is intended to only be obtainable using a prime fd. vmwgfx-next 2014-01-13 pull request * tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux: drivers: gpu: Mark functions as static in vmwgfx_fence.c drivers: gpu: Mark functions as static in vmwgfx_buffer.c drivers: gpu: Mark functions as static in vmwgfx_kms.c drm/ttm: ttm object security fixes for render nodes
No related branches found
No related tags found
Showing
- drivers/gpu/drm/ttm/ttm_object.c 54 additions, 36 deletionsdrivers/gpu/drm/ttm/ttm_object.c
- drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c 4 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 5 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_fence.c
- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 6 additions, 6 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_kms.c
- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 2 additions, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_surface.c
- include/drm/ttm/ttm_object.h 16 additions, 2 deletionsinclude/drm/ttm/ttm_object.h
Loading
Please register or sign in to comment