mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
debug
This commit is contained in:
@@ -2731,6 +2731,9 @@ static GAL_Surface *DRM_SetVideoMode(_THIS, GAL_Surface *current,
|
||||
if (real_buffer && real_buffer->dma_buf &&
|
||||
drm_map_buffer_via_dmabuf(vdata, real_buffer)) {
|
||||
_WRN_PRINTF("Cannot map real screen buffer via DMA-BUF\n");
|
||||
}
|
||||
|
||||
if (real_buffer->vaddr == NULL) {
|
||||
vdata->driver_ops->map_buffer(vdata->driver, real_buffer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user