commit | d167a85c5fb45b1ecdacdb9b7733833a9af78da8 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Jan 10 13:01:41 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jan 16 11:08:26 2012 -0200 |
tree | bc04587bbd8d77b7a7d4eeea3e8ebb9007ae6e75 | |
parent | 56ae24aad8f9e25dfef995c3e898e5f394cf0beb [diff] |
[media] pwc: Fix pixfmt handling Before this patch various code in the mode setting patch checked pdev->pixfmt, but that was not set until the mode setting succeeded, so it was looking at the old pixfmt! This patch fixes this by making the pixfmt a parameter to set_video_mode, and setting it from set_video_mode on success. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>