Lines Matching defs:minor
164 struct drm_device *dev = node->minor->dev;
186 static int late_init_minor(struct drm_minor *minor)
190 if (!minor)
193 ret = msm_rd_debugfs_init(minor);
195 DRM_DEV_ERROR(minor->dev->dev, "could not install rd debugfs\n");
199 ret = msm_perf_debugfs_init(minor);
201 DRM_DEV_ERROR(minor->dev->dev, "could not install perf debugfs\n");
218 void msm_debugfs_init(struct drm_minor *minor)
220 struct drm_device *dev = minor->dev;
225 minor->debugfs_root, minor);
227 debugfs_create_file("gpu", S_IRUSR, minor->debugfs_root,
231 priv->kms->funcs->debugfs_init(priv->kms, minor);