]> Pileus Git - ~andy/linux/commit
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)
commitfaf096ffba2b1a4066e6d6dcd1243cc5f3d1fb23
tree4793c625d9eaae10f453b8c4d32543de86875402
parenta095c60bd06f204c98527aafd5fda6ef42b53eb5
parent94844cf06568d9592f985e4bd0b9d759a56043c6
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