X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Documentation%2Fgpu%2Fdrm-internals.rst;h=06af044c882f41de769884a4c6d271d391022e12;hb=2916059147ea38f76787d7b38dee883da2e9def2;hp=12272b168580be9aa87e86644c3d94770351a2b3;hpb=5465a324af6af2f2debd23a9336650457d6cb0fd;p=linux-2.6-microblaze.git diff --git a/Documentation/gpu/drm-internals.rst b/Documentation/gpu/drm-internals.rst index 12272b168580..06af044c882f 100644 --- a/Documentation/gpu/drm-internals.rst +++ b/Documentation/gpu/drm-internals.rst @@ -75,6 +75,18 @@ update it, its value is mostly useless. The DRM core prints it to the kernel log at initialization time and passes it to userspace through the DRM_IOCTL_VERSION ioctl. +Managing Ownership of the Framebuffer Aperture +---------------------------------------------- + +.. kernel-doc:: drivers/gpu/drm/drm_aperture.c + :doc: overview + +.. kernel-doc:: include/drm/drm_aperture.h + :internal: + +.. kernel-doc:: drivers/gpu/drm/drm_aperture.c + :export: + Device Instance and Driver Handling -----------------------------------