Lines Matching defs:v3d
28 #include "v3d.h"
34 struct v3d_shim_device v3d = {
84 shim_device.driver_name = "v3d";
86 drm_shim_override_file("OF_FULLNAME=/rdb/v3d\n"
88 "OF_COMPATIBLE_0=brcm,7278-v3d\n",
92 v3d.hw = v3d_hw_auto_new(NULL);
93 v3d.devinfo->ver = v3d_hw_get_version(v3d.hw);
95 if (v3d.devinfo->ver >= 42)
97 else if (v3d.devinfo->ver >= 41)