mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 12:50:21 +01:00
comment fix
This commit is contained in:
parent
54b68e9ee4
commit
54fca81696
2 changed files with 4 additions and 2 deletions
|
|
@ -103,7 +103,8 @@ int DRM(ati_pcigart_init)( drm_device_t *dev,
|
|||
|
||||
for ( i = 0 ; i < pages ; i++ ) {
|
||||
/* we need to support large memory configurations */
|
||||
/* FIXME non-vtophys==vtobus-arches */
entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) );
|
||||
/* FIXME non-vtophys==vtobus-arches */
|
||||
entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) );
|
||||
/* if (entry->busaddr[i] == 0) {
|
||||
DRM_ERROR( "unable to map PCIGART pages!\n" );
|
||||
DRM(ati_pcigart_cleanup)( dev, (unsigned long)address, bus_address );
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@ int DRM(ati_pcigart_init)( drm_device_t *dev,
|
|||
|
||||
for ( i = 0 ; i < pages ; i++ ) {
|
||||
/* we need to support large memory configurations */
|
||||
/* FIXME non-vtophys==vtobus-arches */
entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) );
|
||||
/* FIXME non-vtophys==vtobus-arches */
|
||||
entry->busaddr[i] = vtophys( entry->handle + (i*PAGE_SIZE) );
|
||||
/* if (entry->busaddr[i] == 0) {
|
||||
DRM_ERROR( "unable to map PCIGART pages!\n" );
|
||||
DRM(ati_pcigart_cleanup)( dev, (unsigned long)address, bus_address );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue