aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
Commit message (Collapse)AuthorAge
...
* DocBook/drm: Insert missing commaMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: , -> :Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: can -> couldMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Offset modifiers with commasMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Use the passive voiceMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: `at driver load time' -> `when the driver is loaded'Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: `setup' is the noun; `to set up' is the verbMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Insert missing `an'Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Insert missing `that'Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Clearer wording with `for consumption by'Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Better wordingMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Replace the paragraph's first sentence with its last sentenceMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Rearrange wording to make more senseMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Clean up `pre-memory management aware'Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Move `should be set' to the beginning of the sentenceMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: , -> .Michael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: a -> anMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Use a semicolonMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Clean up code commentMichael Witten2011-08-29
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: can -> mayMichael Witten2011-08-25
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* DocBook/drm: Eradicate inappropriate uses of the future tenseMichael Witten2011-08-25
| | | | Signed-off-by: Michael Witten <mfwitten@gmail.com>
* drm: fix wrong usages of drm_device in DRM Developer's GuideXiao Jiang2011-02-14
| | | | | | | A few wrong usages of drm_device, which should be drm_driver. Signed-off-by: Xiao Jiang <jgq516@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm: use noop_llseekArnd Bergmann2010-09-16
| | | | | | | | | | | | | | | | | The drm device drivers currently allow seeking on the character device but never care about the actual file position. When we change the default llseek operation to be no_llseek, calling llseek on a drm device would return an error condition, which is an API change. Explicitly setting noop_llseek lets us keep the current API. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org
* drm: fix typos in Linux DRM Developer's GuideNicolas Kaiser2010-06-02
| | | | | | | | A few typos in the DRM Developer's Guide. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Acked-by: Jesse Barnes <jesse.barnes@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm: add initial DRM developer documentationJesse Barnes2010-04-20
Add a DRM DocBook providing basic information about DRM interfaces, including TTM, GEM, KMS and vblank infrastructure. Intended to provide information to new and existing developers about how to perform driver initialization, implement mode setting and other DRM features. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Dave Airlie <airlied@redhat.com>