X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Documentation%2Fgpu%2Fdrm-mm.rst;h=d5a73fa2c9ef4e17da875a781fb46379aa819ce3;hb=e99f23c5bf59219d0cd9b6e0d7d4c1b641a98704;hp=21be6deadc120b1ef4a22cf76eedbfe357b52a06;hpb=6ebae23c072bb865048d2b2500ee1fae71944263;p=linux-2.6-microblaze.git diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index 21be6deadc12..8126beadc7df 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -37,7 +37,7 @@ TTM initialization This section is outdated. Drivers wishing to support TTM must pass a filled :c:type:`ttm_bo_driver -` structure to ttm_bo_device_init, together with an +` structure to ttm_device_init, together with an initialized global reference to the memory manager. The ttm_bo_driver structure contains several fields with function pointers for initializing the TTM, allocating and freeing memory, waiting for command @@ -469,8 +469,8 @@ DRM MM Range Allocator Function References .. kernel-doc:: drivers/gpu/drm/drm_mm.c :export: -DRM Cache Handling -================== +DRM Cache Handling and Fast WC memcpy() +======================================= .. kernel-doc:: drivers/gpu/drm/drm_cache.c :export: