[PATCH 4/9] drm/vmwgfx: add support for new TTM fault callback V2

2010-02-25 Thread Jerome Glisse
This add the support for the new fault callback, does change anything from driver point of view. Improvement: store the aperture base in a variable so that we don't call a function to get it on each fault. Patch hasn't been tested. V2 don't derefence bo->mem.mm_node as it's not NULL only for

[PATCH 4/9] drm/vmwgfx: add support for new TTM fault callback V2

2010-02-23 Thread Jerome Glisse
This add the support for the new fault callback, does change anything from driver point of view. Improvement: store the aperture base in a variable so that we don't call a function to get it on each fault. Patch hasn't been tested. V2 don't derefence bo->mem.mm_node as it's not NULL only for

[PATCH 4/9] drm/vmwgfx: add support for new TTM fault callback

2010-02-22 Thread Jerome Glisse
This add the support for the new fault callback, does change anything from driver point of view. Improvement: store the aperture base in a variable so that we don't call a function to get it on each fault. Patch hasn't been tested. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/vmwgfx/vmwgfx

[PATCH 4/9] drm/vmwgfx: add support for new TTM fault callback

2010-02-20 Thread Jerome Glisse
This add the support for the new fault callback, does change anything from driver point of view. Improvement: store the aperture base in a variable so that we don't call a function to get it on each fault. Patch hasn't been tested. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/vmwgfx/vmwgfx

[PATCH 4/9] drm/vmwgfx: add support for new TTM fault callback

2010-02-19 Thread Jerome Glisse
This add the support for the new fault callback, does change anything from driver point of view. Improvement: store the aperture base in a variable so that we don't call a function to get it on each fault. Patch hasn't been tested. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/vmwgfx/vmwgfx