@@ -134,7 +134,7 @@ static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash,
134
134
shift , add );
135
135
}
136
136
137
- /**
137
+ /*
138
138
* Core function to create a range of memory available for mapping by a
139
139
* non-root process.
140
140
*
@@ -398,7 +398,7 @@ struct drm_local_map *drm_legacy_findmap(struct drm_device *dev,
398
398
}
399
399
EXPORT_SYMBOL (drm_legacy_findmap );
400
400
401
- /**
401
+ /*
402
402
* Ioctl to specify a range of memory that is available for mapping by a
403
403
* non-root process.
404
404
*
@@ -499,7 +499,7 @@ int drm_legacy_getmap_ioctl(struct drm_device *dev, void *data,
499
499
return 0 ;
500
500
}
501
501
502
- /**
502
+ /*
503
503
* Remove a map private from list and deallocate resources if the mapping
504
504
* isn't in use.
505
505
*
@@ -659,7 +659,7 @@ int drm_legacy_rmmap_ioctl(struct drm_device *dev, void *data,
659
659
return ret ;
660
660
}
661
661
662
- /**
662
+ /*
663
663
* Cleanup after an error on one of the addbufs() functions.
664
664
*
665
665
* \param dev DRM device.
@@ -694,7 +694,7 @@ static void drm_cleanup_buf_error(struct drm_device *dev,
694
694
}
695
695
696
696
#if IS_ENABLED (CONFIG_AGP )
697
- /**
697
+ /*
698
698
* Add AGP buffers for DMA transfers.
699
699
*
700
700
* \param dev struct drm_device to which the buffers are to be added.
@@ -1230,7 +1230,7 @@ static int drm_legacy_addbufs_sg(struct drm_device *dev,
1230
1230
return 0 ;
1231
1231
}
1232
1232
1233
- /**
1233
+ /*
1234
1234
* Add buffers for DMA transfers (ioctl).
1235
1235
*
1236
1236
* \param inode device inode.
@@ -1271,7 +1271,7 @@ int drm_legacy_addbufs(struct drm_device *dev, void *data,
1271
1271
return ret ;
1272
1272
}
1273
1273
1274
- /**
1274
+ /*
1275
1275
* Get information about the buffer mappings.
1276
1276
*
1277
1277
* This was originally mean for debugging purposes, or by a sophisticated
@@ -1362,7 +1362,7 @@ int drm_legacy_infobufs(struct drm_device *dev, void *data,
1362
1362
return __drm_legacy_infobufs (dev , data , & request -> count , copy_one_buf );
1363
1363
}
1364
1364
1365
- /**
1365
+ /*
1366
1366
* Specifies a low and high water mark for buffer allocation
1367
1367
*
1368
1368
* \param inode device inode.
@@ -1411,7 +1411,7 @@ int drm_legacy_markbufs(struct drm_device *dev, void *data,
1411
1411
return 0 ;
1412
1412
}
1413
1413
1414
- /**
1414
+ /*
1415
1415
* Unreserve the buffers in list, previously reserved using drmDMA.
1416
1416
*
1417
1417
* \param inode device inode.
@@ -1463,7 +1463,7 @@ int drm_legacy_freebufs(struct drm_device *dev, void *data,
1463
1463
return 0 ;
1464
1464
}
1465
1465
1466
- /**
1466
+ /*
1467
1467
* Maps all of the DMA buffers into client-virtual space (ioctl).
1468
1468
*
1469
1469
* \param inode device inode.
0 commit comments