drm/i915: Describe the bottom of stack in processing a batchbuffer
authorKevin Rogovin <kevin.rogovin@intel.com>
Fri, 6 Apr 2018 08:05:57 +0000 (11:05 +0300)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Fri, 6 Apr 2018 10:12:23 +0000 (13:12 +0300)
commit99d7e4eeea778374ecea279d0379fbecb0b297bf
treec573ebd50916371743a3aae8316927076927de02
parent4d42db1805abde398a5852dc62bfaccd9f0269bb
drm/i915: Describe the bottom of stack in processing a batchbuffer

Now that "DOC: User command execution" of i915_gem_execbuffer.c is included
in the i915.rst, it is benecifial (for new developers) to read what happens
at the bottom of the driver stack (in terms of bytes written to be read
by the GPU) when processing a user-space batchbuffer.

v5:
  Typo correction of lacking double tick.

Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
[Joonas: correcting the patch title]
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1523001957-6427-4-git-send-email-kevin.rogovin@intel.com
drivers/gpu/drm/i915/i915_gem_execbuffer.c