Subversion Repositories Kolibri OS

Rev

Rev 4389 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4389 Rev 4392
Line 180... Line 180...
180
            DRM_DEBUG_KMS("failed to allocate framebuffer GTT space\n");
180
            DRM_DEBUG_KMS("failed to allocate framebuffer GTT space\n");
181
            goto err_vma;
181
            goto err_vma;
182
        }
182
        }
183
    }
183
    }
Line 184... Line 184...
184
 
184
 
Line 185... Line 185...
185
    obj->has_global_gtt_mapping = 1;
185
//    obj->has_global_gtt_mapping = 1;
186
 
186
 
Line 187... Line 187...
187
    list_add_tail(&obj->global_list, &dev_priv->mm.bound_list);
187
    list_add_tail(&obj->global_list, &dev_priv->mm.bound_list);