commit | 80dad869a3bc30b4e6c3ae527f94abbe9bb497f5 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Sep 23 16:37:39 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Sep 24 16:28:50 2010 +1000 |
tree | 8ffd4a39b1b6b7314a8fb5fc450deccf12037325 | |
parent | 9bb5863ab4c2bad487e9d02fabde60e858c22411 [diff] |
drm/nouveau: fix panels using straps-based mode detection nouveau_bios_fp_mode() zeroes the mode struct before filling in relevant entries. This nukes the mode id initialised by drm_mode_create(), and causes warnings from idr when we try to remove the mode. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>