drm/msm/adreno: push dump/show stuff to base class
authorRob Clark <robdclark@gmail.com>
Fri, 5 Sep 2014 19:05:38 +0000 (15:05 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 10 Sep 2014 15:19:09 +0000 (11:19 -0400)
Add ptr to list of interesting registers to 'struct adreno_gpu' and use
that to move most of the debugfs show and register dump bits down into
adreno_gpu.  This will avoid duplication as support for additional
adreno generations is added.

Signed-off-by: Rob Clark <robdclark@gmail.com>

No differences found