diff options
author | Emil Velikov <[email protected]> | 2014-01-11 05:19:36 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-01-18 18:52:07 +0000 |
commit | 26458420d8802a765cf71c75ef9f3b6da6bdfd8d (patch) | |
tree | e22f08f0753f0740592849a8b15ee3da80f5446d /src/gallium/auxiliary/pipe-loader/pipe_loader.h | |
parent | 3d3ae75c86f9ed47d86e471e4043827bb7731e92 (diff) |
pipe-loader: add support for non-pci (platform) devices
Culled out of the "loader: refactor duplicated code into loader util lib"
patch by Rob Clark.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/pipe_loader.h')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.h b/src/gallium/auxiliary/pipe-loader/pipe_loader.h index 34e257e3441..e0525dfbe02 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader.h +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.h @@ -44,6 +44,7 @@ struct pipe_screen; enum pipe_loader_device_type { PIPE_LOADER_DEVICE_SOFTWARE, PIPE_LOADER_DEVICE_PCI, + PIPE_LOADER_DEVICE_PLATFORM, NUM_PIPE_LOADER_DEVICE_TYPES }; |