]> git.baikalelectronics.ru Git - kernel.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)
commitc143835934532711bb874a8b09426491c5b7c781
treefa82fd37469d9150201f3fb65e5015140eaf6246
parent264b7ea6aaa49c415d5c63ed0b36dfb0d9d952f7
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