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 6beb820 commit 5fc4539Copy full SHA for 5fc4539
drivers/gpu/drm/radeon/cik.c
@@ -4132,10 +4132,10 @@ struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
4132
* @rdev: radeon_device pointer
4133
* @ib: radeon indirect buffer object
4134
*
4135
- * Emits an DE (drawing engine) or CE (constant engine) IB
+ * Emits a DE (drawing engine) or CE (constant engine) IB
4136
* on the gfx ring. IBs are usually generated by userspace
4137
* acceleration drivers and submitted to the kernel for
4138
- * sheduling on the ring. This function schedules the IB
+ * scheduling on the ring. This function schedules the IB
4139
* on the gfx ring for execution by the GPU.
4140
*/
4141
void cik_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib)
0 commit comments