commit | 5a560252387e6570342f2362bed89ffb437c3645 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Nov 10 15:52:02 2014 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Dec 02 15:44:09 2014 +1000 |
tree | 7768f7ef30cd593792a390cde8a83816a43388ff | |
parent | 547ad072838c48e18cab7bccb5c02cbfefe10da5 [diff] |
drm/nv50/kms: directly use cursor image from userspace buffer Preparation for transition to planes, which use framebuffers for the cursor image. We've always done copies from the userspace buffer up until now for legacy reasons, there's no good reason to do so on the chipsets this code covers. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>