Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- nvidia-drm-drv.c 2021-02-20 21:43:31.053536967 +0100
- +++ nvidia-drm-drv_new.c 2021-02-20 21:43:20.113185182 +0100
- @@ -798,6 +798,16 @@
- #endif
- };
- +#if defined(DRM_GEM_DUMB_DESTROY)
- +
- +#else
- +static int drm_gem_dumb_destroy(struct drm_file *file,
- + struct drm_device *dev,
- + uint32_t handle)
- +{
- + return drm_gem_handle_delete(file, handle);
- +}
- +#endif
- /*
- * Update the global nv_drm_driver for the intended features.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement