xt plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2016-06-16 11:54:41 -0400
committerRob Clark <robdclark@gmail.com>2016-07-16 10:09:10 -0400
commit79c21187ca370f37302f0d5c16c387985d7b8ba1 (patch)
treefa82fd37469d9150201f3fb65e5015140eaf6246
parent6507e799f432d9fa86ba398b095ef1139a70deac (diff)
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>