This commit is contained in:
Vaxry 2024-11-09 18:49:41 +00:00
parent 588893c07b
commit e844282d1d

View file

@ -50,7 +50,7 @@ Aquamarine::CDRMDumbBuffer::CDRMDumbBuffer(const SAllocatorBufferParams& params,
data = (uint8_t*)mmap(nullptr, size, PROT_READ | PROT_WRITE, MAP_SHARED, allocator->drmFD(), request2.offset);
if (!data) {
allocator->backend->log(AQ_LOG_ERROR, "failed to mmmap a drm_dumb buffer");
allocator->backend->log(AQ_LOG_ERROR, "failed to mmap a drm_dumb buffer");
return;
}