]> Pileus Git - ~andy/linux/commitdiff
Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux...
authorDave Airlie <airlied@redhat.com>
Tue, 14 Jan 2014 00:55:36 +0000 (10:55 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 14 Jan 2014 00:55:36 +0000 (10:55 +1000)
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


Trivial merge