mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 23:50:19 +01:00
Fix the debug build.
This commit is contained in:
parent
ad78a613a4
commit
963ad33cb6
2 changed files with 2 additions and 2 deletions
|
|
@ -546,7 +546,7 @@ static int DRM(addbufs_pci)(drm_device_t *dev, drm_buf_desc_t *request)
|
|||
for ( i = 0 ; i < (1 << page_order) ; i++ ) {
|
||||
DRM_DEBUG( "page %d @ 0x%08lx\n",
|
||||
dma->page_count + page_count,
|
||||
page + PAGE_SIZE * i );
|
||||
(long)vaddr + PAGE_SIZE * i );
|
||||
temp_pagelist[dma->page_count + page_count++] =
|
||||
vaddr + PAGE_SIZE * i;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -546,7 +546,7 @@ static int DRM(addbufs_pci)(drm_device_t *dev, drm_buf_desc_t *request)
|
|||
for ( i = 0 ; i < (1 << page_order) ; i++ ) {
|
||||
DRM_DEBUG( "page %d @ 0x%08lx\n",
|
||||
dma->page_count + page_count,
|
||||
page + PAGE_SIZE * i );
|
||||
(long)vaddr + PAGE_SIZE * i );
|
||||
temp_pagelist[dma->page_count + page_count++] =
|
||||
vaddr + PAGE_SIZE * i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue