]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/msm/rd: add module param to dump all bo's
authorRob Clark <robdclark@gmail.com>
Thu, 16 Jun 2016 15:54:41 +0000 (11:54 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:09:10 +0000 (10:09 -0400)
commit79c21187ca370f37302f0d5c16c387985d7b8ba1
treefa82fd37469d9150201f3fb65e5015140eaf6246
parent6507e799f432d9fa86ba398b095ef1139a70deac
drm/msm/rd: add module param to dump all bo's

By default, if using $debugfs/.../rd to log cmdstream, only the
cmdstream buffers themselves are logged.  But in some cases we want
to capture other buffers in the submit (to see VBO's or shaders).
So add a mod-param knob to control this.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_rd.c