commit | d61dd248ddadf85b3222b3f63c3d268fcc24beb4 | [log] [tgz] |
---|---|---|
author | Qiang Yu <yuq825@gmail.com> | Thu Oct 10 22:01:50 2019 +0800 |
committer | Qiang Yu <yuq825@gmail.com> | Thu Oct 17 23:41:03 2019 +0800 |
tree | 86b66859da2e01641750d01351302addee258397 | |
parent | ce6eb0253cbacdf250cf894e34ca405d8c9e79da [diff] |
drm/lima: use drm_gem_shmem_helpers Do not need to maintain our own shmem memory management code as drm_gem_shmem_helpers provides it. And we can also benifit from the work of others with shared code. This is also a preparation for implementing buffer madv. Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191010140152.17747-2-yuq825@gmail.com