summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-01-22 02:07:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-01-22 02:07:54 +0000
commitc5ca07be1278dc3e2a8d2291bdd804f86f14a8e3 (patch)
tree2aac74f8ce73dd8380d1a420ee9bdc92d71456f3 /lib
parentce2b5bb66fb2f0ac7b00c4ad7ab90a8f970d2c41 (diff)
Import Mesa 19.2.8
Diffstat (limited to 'lib')
-rw-r--r--lib/mesa/src/broadcom/drm-shim/v3d.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mesa/src/broadcom/drm-shim/v3d.c b/lib/mesa/src/broadcom/drm-shim/v3d.c
index f4d5bd313..e75657f59 100644
--- a/lib/mesa/src/broadcom/drm-shim/v3d.c
+++ b/lib/mesa/src/broadcom/drm-shim/v3d.c
@@ -28,8 +28,6 @@
#include "v3d.h"
#include "v3d_simulator_wrapper.h"
-bool drm_shim_driver_prefers_first_render_node = false;
-
static struct v3d_device_info devinfo;
struct v3d_shim_device v3d = {
.devinfo = &devinfo
@@ -80,7 +78,6 @@ v3d_ioctl_get_bo_offset(int fd, unsigned long request, void *arg)
void
drm_shim_driver_init(void)
{
- shim_device.bus_type = DRM_BUS_PLATFORM;
shim_device.driver_name = "v3d";
drm_shim_override_file("OF_FULLNAME=/rdb/v3d\n"