Commit 7f817074 authored by Lukas Wunner's avatar Lukas Wunner Committed by Daniel Vetter
Browse files

gpu/doc: Fix up remaining occurrences of old document title



Following Daniel's renaming of the document.

Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 3a4579b4
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
	"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
	"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>


<book id="drmDevelopersGuide">
<book id="gpuDevelopersGuide">
  <bookinfo>
  <bookinfo>
    <title>Linux GPU Driver Developer's Guide</title>
    <title>Linux GPU Driver Developer's Guide</title>


@@ -78,9 +78,9 @@
  <title>DRM Core</title>
  <title>DRM Core</title>
  <partintro>
  <partintro>
    <para>
    <para>
      This first part of the DRM Developer's Guide documents core DRM code,
      This first part of the GPU Driver Developer's Guide documents core DRM
      helper libraries for writing drivers and generic userspace interfaces
      code, helper libraries for writing drivers and generic userspace
      exposed by DRM drivers.
      interfaces exposed by DRM drivers.
    </para>
    </para>
  </partintro>
  </partintro>


@@ -3889,8 +3889,8 @@ int num_ioctls;</synopsis>


  <partintro>
  <partintro>
    <para>
    <para>
      This second part of the DRM Developer's Guide documents driver code,
      This second part of the GPU Driver Developer's Guide documents driver
      implementation details and also all the driver-specific userspace
      code, implementation details and also all the driver-specific userspace
      interfaces. Especially since all hardware-acceleration interfaces to
      interfaces. Especially since all hardware-acceleration interfaces to
      userspace are driver specific for efficiency and other reasons these
      userspace are driver specific for efficiency and other reasons these
      interfaces can be rather substantial. Hence every driver has its own
      interfaces can be rather substantial. Hence every driver has its own