commit | f59f62d592a0553bbff6c5b2ba66036becb01c4a | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Jun 13 10:22:37 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Fri Jun 16 11:16:03 2017 -0400 |
tree | 6c9f5d6606c41f1e57c33d1459d0007808012877 | |
parent | aa7cd242976af3c0a6fe4bcf5d9fbb87200cb5c4 [diff] |
drm/msm/mdp4+5: move aspace/id to base class Before we can shift to passing the address-space object to _get_iova(), we need to fix a few places (dsi+fbdev) that were hard-coding the adress space id. That gets somewhat easier if we just move these to the kms base class. Prep work for next patch. Signed-off-by: Rob Clark <robdclark@gmail.com>