We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8878b8 commit 72ef65aCopy full SHA for 72ef65a
drivers/gpu/drm/imagination/pvr_vm.c
@@ -114,12 +114,6 @@ struct pvr_vm_gpuva {
114
struct drm_gpuva base;
115
};
116
117
-static __always_inline
118
-struct pvr_vm_gpuva *to_pvr_vm_gpuva(struct drm_gpuva *gpuva)
119
-{
120
- return container_of(gpuva, struct pvr_vm_gpuva, base);
121
-}
122
-
123
enum pvr_vm_bind_type {
124
PVR_VM_BIND_TYPE_MAP,
125
PVR_VM_BIND_TYPE_UNMAP,
0 commit comments