Lines Matching defs:gp
109 struct drm_msm_param *gp = arg;
111 switch (gp->param) {
113 gp->value = device_info->gpu_id;
116 gp->value = device_info->gmem_size;
119 gp->value = 0x100000;
122 gp->value = device_info->chip_id;
125 gp->value = 1;
128 gp->value = 1000000;
131 gp->value = 0;
134 gp->value = 1;
138 gp->value = 0;
142 gp->value = 0x100000000ULL;
145 fprintf(stderr, "Unknown DRM_IOCTL_MSM_GET_PARAM %d\n", gp->param);