vk/device: Be consistent about path to DRM device
authorChad Versace <chad.versace@intel.com>
Thu, 9 Jul 2015 22:23:25 +0000 (15:23 -0700)
committerChad Versace <chad.versace@intel.com>
Thu, 9 Jul 2015 22:27:26 +0000 (15:27 -0700)
commitc34d314db32edf6cbeed799e5d992086ee53e159
tree1853392892dd9b6867711813b7c8600ad3ee4c36
parentcff06bbe7d78a48e3b9aa2ae36edd3408d24ca2c
vk/device: Be consistent about path to DRM device

Function fill_physical_device() has a 'path' parameter, and struct
anv_physical_device has a 'path' member. Sometimes these are used;
sometimes hardcoded "/dev/dri/renderD128" is used instead.

Be consistent. Hardcode "/dev/dri/renderD128" in exactly one location,
during initialization of the physical device.
src/vulkan/device.c