mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 05:28:03 +02:00
back out change as gart is now in framebuffer for PCIE
This commit is contained in:
parent
5565a00916
commit
3f6fcbc676
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static unsigned long drm_ati_alloc_pcigart_table(void)
|
|||
int i;
|
||||
DRM_DEBUG("%s\n", __FUNCTION__);
|
||||
|
||||
address = __get_free_pages(GFP_DMA, ATI_PCIGART_TABLE_ORDER);
|
||||
address = __get_free_pages(GFP_KERNEL, ATI_PCIGART_TABLE_ORDER);
|
||||
if (address == 0UL) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue