commit | 618c75e491a5a50cd3819eaf5f853fd87df3ae42 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Fri Jun 03 12:54:14 2011 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 09 14:31:09 2011 +1000 |
tree | dee705f2c628c276be7b07a7c44067f62bccb406 | |
parent | 06e86849cf4019945a106913adb9ff0abcc01770 [diff] |
drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl The DRM_IOCTL_MODE_GETRESOURCES ioctl just returns bogus framebuffers. That is because the framebuffers for each file are in the filp_head member of struct drm_framebuffer, not in the head member. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Dave Airlie <airlied@redhat.com>