commit | fb2a99e15ff0d342de4ba58c84a791224a96a01a | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Mon Feb 06 10:58:19 2012 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 09 10:34:43 2012 +0000 |
tree | 7e7addff62f92f4ffed79162474a93c1ba25c49b | |
parent | d9bc3c02e36d844c2d980e65ddda5c7699e073f8 [diff] |
drm: do not set fb_info->pixmap fields The drm drivers set the fb_info->pixmap fields without setting fb_info->pixmap.addr. If this is not set the fb core will overwrite these all fb_info->pixmap fields anyway, so there is not much point in setting them in the first place. [airlied: dropped nvidiafb piece - not mine] Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Dave Airlie <airlied@redhat.com>