Searched refs:drm_legacy_resctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_legacy.h | 50 int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
|
D | drm_context.c | 324 int drm_legacy_resctx(struct drm_device *dev, void *data, in drm_legacy_resctx() function
|
D | drm_ioctl.c | 583 DRM_IOCTL_DEF(DRM_IOCTL_RES_CTX, drm_legacy_resctx, DRM_AUTH),
|
D | drm_ioc32.c | 554 err = drm_ioctl_kernel(file, drm_legacy_resctx, &res, DRM_AUTH); in compat_drm_resctx()
|