Notice: Trying to access array offset on value of type bool in /srv/www/vhosts/openpandora.org/domains/bugs.openpandora.org/httpdocs/scripts/details.php on line 649 FS#272 : kernel 3.2.1 DSS export omapfb update mode functions

OpenPandora Development OS

  • Status Unconfirmed
  • Percent Complete
    0%
  • Task Type Bug Report
  • Category Backend / Core
  • Operating System AllRelease 2 (Yars Revenge)
  • Priority Very Low
  • Reported Version First Release
Attached to Project: OpenPandora Development OS
Opened by Chris - 17.02.2012

FS#272 - kernel 3.2.1 DSS export omapfb update mode functions

The update mode functions have moved from the DSS layer to omapfb implementaion. This patch exports the new function symbols for use by the TI drivers. --- a/drivers/video/omap2/omapfb/omapfb-ioctl.c +++ b/drivers/video/omap2/omapfb/omapfb-ioctl.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include @@ -359,6 +360,7 @@ int omapfb_set_update_mode(struct fb_info *fbi, return r; } +EXPORT_SYMBOL(omapfb_set_update_mode); int omapfb_get_update_mode(struct fb_info *fbi, enum omapfb_update_mode *mode) @@ -381,6 +383,7 @@ int omapfb_get_update_mode(struct fb_info *fbi, return 0; } +EXPORT_SYMBOL(omapfb_get_update_mode); /* XXX this color key handling is a hack... */ static struct omapfb_color_key omapfb_color_keys[2];

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing