mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-04 20:59:50 +00:00
580.94.13
This commit is contained in:
@@ -1717,6 +1717,11 @@ static long nv_drm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
|
||||
return retcode;
|
||||
}
|
||||
|
||||
static int nv_drm_load_noop(struct drm_device *dev, unsigned long flags)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct file_operations nv_drm_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
|
||||
@@ -1899,6 +1904,8 @@ static struct drm_driver nv_drm_driver = {
|
||||
.gem_prime_res_obj = nv_drm_gem_prime_res_obj,
|
||||
#endif
|
||||
|
||||
.load = nv_drm_load_noop,
|
||||
|
||||
.postclose = nv_drm_postclose,
|
||||
.open = nv_drm_open,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user