macmodes.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:16k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/drivers/video/macmodes.c -- Standard MacOS video modes
  3.  *
  4.  * Copyright (C) 1998 Geert Uytterhoeven
  5.  *
  6.  *      2000 - Removal of OpenFirmware dependencies by:
  7.  *      - Ani Joshi
  8.  *      - Brad Douglas <brad@neruo.com>
  9.  *
  10.  * 2001 - Documented with DocBook
  11.  * - Brad Douglas <brad@neruo.com>
  12.  *
  13.  *  This file is subject to the terms and conditions of the GNU General Public
  14.  *  License. See the file COPYING in the main directory of this archive for
  15.  *  more details.
  16.  */
  17. #include <linux/config.h>
  18. #include <linux/errno.h>
  19. #include <linux/fb.h>
  20. #include <linux/string.h>
  21. #ifdef CONFIG_FB_COMPAT_XPMAC
  22. #include <asm/vc_ioctl.h>
  23. #endif
  24. #include <video/fbcon.h>
  25. #include <video/macmodes.h>
  26.     /*
  27.      *  MacOS video mode definitions
  28.      *
  29.      *  Order IS important! If you change these, don't forget to update
  30.      *  mac_modes[] below!
  31.      */
  32. #define DEFAULT_MODEDB_INDEX 0
  33. static const struct fb_videomode mac_modedb[] = {
  34.     {
  35. /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */
  36. "mac5", 60, 640, 480, 39722, 32, 32, 33, 10, 96, 2,
  37. 0, FB_VMODE_NONINTERLACED
  38.     }, {
  39. /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */
  40. "mac6", 67, 640, 480, 33334, 80, 80, 39, 3, 64, 3,
  41. 0, FB_VMODE_NONINTERLACED
  42.     }, {
  43. /* 800x600, 56 Hz, Non-Interlaced (36.00 MHz dotclock) */
  44. "mac9", 56, 800, 600, 27778, 112, 40, 22, 1, 72, 2,
  45. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  46.     }, {
  47. /* 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) */
  48. "mac10", 60, 800, 600, 25000, 72, 56, 23, 1, 128, 4,
  49. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  50.     }, {
  51. /* 800x600, 72 Hz, Non-Interlaced (50.00 MHz dotclock) */
  52. "mac11", 72, 800, 600, 20000, 48, 72, 23, 37, 120, 6,
  53. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  54.     }, {
  55. /* 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) */
  56. "mac12", 75, 800, 600, 20203, 144, 32, 21, 1, 80, 3,
  57. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  58.     }, {
  59. /* 832x624, 75Hz, Non-Interlaced (57.6 MHz dotclock) */
  60. "mac13", 75, 832, 624, 17362, 208, 48, 39, 1, 64, 3,
  61. 0, FB_VMODE_NONINTERLACED
  62.     }, {
  63. /* 1024x768, 60 Hz, Non-Interlaced (65.00 MHz dotclock) */
  64. "mac14", 60, 1024, 768, 15385, 144, 40, 29, 3, 136, 6,
  65. 0, FB_VMODE_NONINTERLACED
  66.     }, {
  67. /* 1024x768, 72 Hz, Non-Interlaced (75.00 MHz dotclock) */
  68. "mac15", 72, 1024, 768, 13334, 128, 40, 29, 3, 136, 6,
  69. 0, FB_VMODE_NONINTERLACED
  70.     }, {
  71. /* 1024x768, 75 Hz, Non-Interlaced (78.75 MHz dotclock) */
  72. "mac16", 75, 1024, 768, 12699, 176, 16, 28, 1, 96, 3,
  73. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  74.     }, {
  75. /* 1024x768, 75 Hz, Non-Interlaced (78.75 MHz dotclock) */
  76. "mac17", 75, 1024, 768, 12699, 160, 32, 28, 1, 96, 3,
  77. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  78.     }, {
  79. /* 1152x870, 75 Hz, Non-Interlaced (100.0 MHz dotclock) */
  80. "mac18", 75, 1152, 870, 10000, 128, 48, 39, 3, 128, 3,
  81. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  82.     }, {
  83. /* 1280x960, 75 Hz, Non-Interlaced (126.00 MHz dotclock) */
  84. "mac19", 75, 1280, 960, 7937, 224, 32, 36, 1, 144, 3,
  85. 0, FB_VMODE_NONINTERLACED
  86.     }, {
  87. /* 1280x1024, 75 Hz, Non-Interlaced (135.00 MHz dotclock) */
  88. "mac20", 75, 1280, 1024, 7408, 232, 64, 38, 1, 112, 3,
  89. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  90.     }, {
  91. /* 1152x768, 60 Hz, Titanium PowerBook */
  92. "mac21", 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6,
  93. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  94.     }, {
  95. /* 1600x1024, 60 Hz, Non-Interlaced (112.27 MHz dotclock) */
  96. "mac22", 60, 1600, 1024, 8908, 88, 104, 1, 10, 16, 1,
  97. FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
  98.     }
  99. #if 0
  100.     /* Anyone who has timings for these? */
  101.     {
  102. /* VMODE_512_384_60I: 512x384, 60Hz, Interlaced (NTSC) */
  103. "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen,
  104. sync, FB_VMODE_INTERLACED
  105.     }, {
  106. /* VMODE_512_384_60: 512x384, 60Hz, Non-Interlaced */
  107.      "mac2", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen,
  108. sync, FB_VMODE_NONINTERLACED
  109.     }, {
  110. /* VMODE_640_480_50I: 640x480, 50Hz, Interlaced (PAL) */
  111. "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
  112. sync, FB_VMODE_INTERLACED
  113.     }, {
  114. /* VMODE_640_480_60I: 640x480, 60Hz, Interlaced (NTSC) */
  115. "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
  116. sync, FB_VMODE_INTERLACED
  117.     }, {
  118. /* VMODE_640_870_75P: 640x870, 75Hz (portrait), Non-Interlaced */
  119. "mac7", 75, 640, 870, pixclock, left, right, upper, lower, hslen, vslen,
  120. sync, FB_VMODE_NONINTERLACED
  121.     }, {
  122. /* VMODE_768_576_50I: 768x576, 50Hz (PAL full frame), Interlaced */
  123. "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
  124. sync, FB_VMODE_INTERLACED
  125.     },
  126. #endif
  127. };
  128.     /*
  129.      *  Mapping between MacOS video mode numbers and video mode definitions
  130.      *
  131.      *  These MUST be ordered in
  132.      *    - increasing resolution
  133.      *    - decreasing refresh rate
  134.      */
  135. static const struct mode_map {
  136.     int vmode;
  137.     const struct fb_videomode *mode;
  138. } mac_modes[] = {
  139.     /* 640x480 */
  140.     { VMODE_640_480_67, &mac_modedb[1] },
  141.     { VMODE_640_480_60, &mac_modedb[0] },
  142.     /* 800x600 */
  143.     { VMODE_800_600_75, &mac_modedb[5] },
  144.     { VMODE_800_600_72, &mac_modedb[4] },
  145.     { VMODE_800_600_60, &mac_modedb[3] },
  146.     { VMODE_800_600_56, &mac_modedb[2] },
  147.     /* 832x624 */
  148.     { VMODE_832_624_75, &mac_modedb[6] },
  149.     /* 1024x768 */
  150.     { VMODE_1024_768_75, &mac_modedb[10] },
  151.     { VMODE_1024_768_75V, &mac_modedb[9] },
  152.     { VMODE_1024_768_70, &mac_modedb[8] },
  153.     { VMODE_1024_768_60, &mac_modedb[7] },
  154.     /* 1152x768 */
  155.     { VMODE_1152_768_60, &mac_modedb[14] },
  156.     /* 1152x870 */
  157.     { VMODE_1152_870_75, &mac_modedb[11] },
  158.     /* 1280x960 */
  159.     { VMODE_1280_960_75, &mac_modedb[12] },
  160.     /* 1280x1024 */
  161.     { VMODE_1280_1024_75, &mac_modedb[13] },
  162.     /* 1600x1024 */
  163.     { VMODE_1600_1024_60, &mac_modedb[15] },
  164.     { -1, NULL }
  165. };
  166.     /*
  167.      *  Mapping between monitor sense values and MacOS video mode numbers
  168.      */
  169. static const struct monitor_map {
  170.     int sense;
  171.     int vmode;
  172. } mac_monitors[] = {
  173.     { 0x000, VMODE_1280_1024_75 }, /* 21" RGB */
  174.     { 0x114, VMODE_640_870_75P }, /* Portrait Monochrome */
  175.     { 0x221, VMODE_512_384_60 }, /* 12" RGB*/
  176.     { 0x331, VMODE_1280_1024_75 }, /* 21" RGB (Radius) */
  177.     { 0x334, VMODE_1280_1024_75 }, /* 21" mono (Radius) */
  178.     { 0x335, VMODE_1280_1024_75 }, /* 21" mono */
  179.     { 0x40A, VMODE_640_480_60I }, /* NTSC */
  180.     { 0x51E, VMODE_640_870_75P }, /* Portrait RGB */
  181.     { 0x603, VMODE_832_624_75 }, /* 12"-16" multiscan */
  182.     { 0x60b, VMODE_1024_768_70 }, /* 13"-19" multiscan */
  183.     { 0x623, VMODE_1152_870_75 }, /* 13"-21" multiscan */
  184.     { 0x62b, VMODE_640_480_67 }, /* 13"/14" RGB */
  185.     { 0x700, VMODE_640_480_50I }, /* PAL */
  186.     { 0x714, VMODE_640_480_60I }, /* NTSC */
  187.     { 0x717, VMODE_800_600_75 }, /* VGA */
  188.     { 0x72d, VMODE_832_624_75 }, /* 16" RGB (Goldfish) */
  189.     { 0x730, VMODE_768_576_50I }, /* PAL (Alternate) */
  190.     { 0x73a, VMODE_1152_870_75 }, /* 3rd party 19" */
  191.     { 0x73f, VMODE_640_480_67 }, /* no sense lines connected at all */
  192.     { 0xBEEF, VMODE_1600_1024_60 }, /* 22" Apple Cinema Display */
  193.     { -1,    VMODE_640_480_60 }, /* catch-all, must be last */
  194. };
  195. #ifdef CONFIG_FB_COMPAT_XPMAC
  196. struct fb_info *console_fb_info = NULL;
  197. struct vc_mode display_info;
  198. static u16 palette_red[16];
  199. static u16 palette_green[16];
  200. static u16 palette_blue[16];
  201. static struct fb_cmap palette_cmap = {
  202.     0, 16, palette_red, palette_green, palette_blue, NULL
  203. };
  204. /**
  205.  * console_getmode - get current mode
  206.  * @mode: virtual console mode structure
  207.  *
  208.  * Populates @mode with the current mode held in the global
  209.  * display_info structure.
  210.  *
  211.  * Note, this function is only for XPMAC compatibility.
  212.  *
  213.  * Returns zero.
  214.  */
  215. int console_getmode(struct vc_mode *mode)
  216. {
  217.     *mode = display_info;
  218.     return 0;
  219. }
  220. /**
  221.  * console_setmode - sets current console mode
  222.  * @mode: virtual console mode structure
  223.  * @doit: boolean, 0 test mode, 1 test and activate mode
  224.  *
  225.  * Sets @mode for all virtual consoles if @doit is non-zero,
  226.  * otherwise, test a mode for validity.
  227.  *
  228.  * Note, this function is only for XPMAC compatibility.
  229.  *
  230.  * Returns negative errno on error, or zero for success.
  231.  *
  232.  */
  233. int console_setmode(struct vc_mode *mode, int doit)
  234. {
  235.     struct fb_var_screeninfo var;
  236.     int cmode, err;
  237.     if (!console_fb_info)
  238.         return -EOPNOTSUPP;
  239.     switch(mode->depth) {
  240.         case 0:
  241.         case 8:
  242.             cmode = CMODE_8;
  243.             break;
  244.         case 16:
  245.             cmode = CMODE_16;
  246.             break;
  247.         case 24:
  248.         case 32:
  249.             cmode = CMODE_32;
  250.             break;
  251.         default:
  252.             return -EINVAL;
  253.     }
  254.     if ((err = mac_vmode_to_var(mode->mode, cmode, &var)))
  255.         return err;
  256.     var.activate = FB_ACTIVATE_TEST;
  257.     err = console_fb_info->fbops->fb_set_var(&var, fg_console,
  258.                                              console_fb_info);
  259.     if (err || !doit)
  260.         return err;
  261.     else {
  262.         int unit;
  263.         var.activate = FB_ACTIVATE_NOW;
  264.         for (unit = 0; unit < MAX_NR_CONSOLES; unit++)
  265.             if (fb_display[unit].conp &&
  266.                 (GET_FB_IDX(console_fb_info->node) == con2fb_map[unit]))
  267.                 console_fb_info->fbops->fb_set_var(&var, unit,
  268.                                                    console_fb_info);
  269.     }
  270.     return 0;
  271. }
  272. /**
  273.  * console_setcmap - sets palette color map for console
  274.  * @n_entries: number of entries in the palette (max 16)
  275.  * @red: value for red component of palette
  276.  * @green: value for green component of palette
  277.  * @blue: value for blue component of palette
  278.  *
  279.  * Sets global palette_cmap structure and activates the palette
  280.  * on the current console.
  281.  *
  282.  * Note, this function is only for XPMAC compatibility.
  283.  *
  284.  * Returns negative errno on error, or zero for success.
  285.  *
  286.  */
  287. int console_setcmap(int n_entries, unsigned char *red, unsigned char *green,
  288.                     unsigned char *blue)
  289. {
  290.     int i, j, n = 0, err;
  291.     if (!console_fb_info)
  292.         return -EOPNOTSUPP;
  293.     for (i = 0; i < n_entries; i += n) {
  294.         n = n_entries - i;
  295.         if (n > 16)
  296.             n = 16;
  297.         palette_cmap.start = i;
  298.         palette_cmap.len = n;
  299.         for (j = 0; j < n; j++) {
  300.             palette_cmap.red[j] = (red[i+j] << 8) | red[i+j];
  301.             palette_cmap.green[j] = (green[i+j] << 8) | green[i+j];
  302.             palette_cmap.blue[j] = (blue[i+j] << 8) | blue[i+j];
  303.         }
  304.         err = console_fb_info->fbops->fb_set_cmap(&palette_cmap, 1,
  305.                                                   fg_console,
  306.                                                   console_fb_info);
  307.         if (err)
  308.             return err;
  309.     }
  310.     return 0;
  311. }
  312. /**
  313.  * console_powermode - sets monitor power mode
  314.  * @mode: power state to set
  315.  *
  316.  * Sets power state as dictated by @mode.
  317.  *
  318.  * Note that this function is only for XPMAC compatibility and
  319.  * doesn't do much.
  320.  *
  321.  * Returns 0 for %VC_POWERMODE_INQUIRY, -EINVAL for VESA power
  322.  * settings, or -ENIXIO on failure.
  323.  *
  324.  */
  325. int console_powermode(int mode)
  326. {
  327.     if (mode == VC_POWERMODE_INQUIRY)
  328.         return 0;
  329.     if (mode < VESA_NO_BLANKING || mode > VESA_POWERDOWN)
  330.         return -EINVAL;
  331.     /* Not Supported */
  332.     return -ENXIO;
  333. }
  334. #endif /* CONFIG_FB_COMPAT_XPMAC */
  335. /**
  336.  * mac_vmode_to_var - converts vmode/cmode pair to var structure
  337.  * @vmode: MacOS video mode
  338.  * @cmode: MacOS color mode
  339.  * @var: frame buffer video mode structure
  340.  *
  341.  * Converts a MacOS vmode/cmode pair to a frame buffer video
  342.  * mode structure.
  343.  *
  344.  * Returns negative errno on error, or zero for success.
  345.  *
  346.  */
  347. int mac_vmode_to_var(int vmode, int cmode, struct fb_var_screeninfo *var)
  348. {
  349.     const struct fb_videomode *mode = NULL;
  350.     const struct mode_map *map;
  351.     for (map = mac_modes; map->vmode != -1; map++)
  352. if (map->vmode == vmode) {
  353.     mode = map->mode;
  354.     break;
  355. }
  356.     if (!mode)
  357. return -EINVAL;
  358.     memset(var, 0, sizeof(struct fb_var_screeninfo));
  359.     switch (cmode) {
  360. case CMODE_8:
  361.     var->bits_per_pixel = 8;
  362.     var->red.offset = 0;
  363.     var->red.length = 8;   
  364.     var->green.offset = 0;
  365.     var->green.length = 8;
  366.     var->blue.offset = 0;
  367.     var->blue.length = 8;
  368.     break;
  369. case CMODE_16:
  370.     var->bits_per_pixel = 16;
  371.     var->red.offset = 10;
  372.     var->red.length = 5;
  373.     var->green.offset = 5;
  374.     var->green.length = 5;
  375.     var->blue.offset = 0;
  376.     var->blue.length = 5;
  377.     break;
  378. case CMODE_32:
  379.     var->bits_per_pixel = 32;
  380.     var->red.offset = 16;
  381.     var->red.length = 8;
  382.     var->green.offset = 8;
  383.     var->green.length = 8;
  384.     var->blue.offset = 0;
  385.     var->blue.length = 8;
  386.     var->transp.offset = 24;
  387.     var->transp.length = 8;
  388.     break;
  389. default:
  390.     return -EINVAL;
  391.     }
  392.     var->xres = mode->xres;
  393.     var->yres = mode->yres;
  394.     var->xres_virtual = mode->xres;
  395.     var->yres_virtual = mode->yres;
  396.     var->height = -1;
  397.     var->width = -1;
  398.     var->pixclock = mode->pixclock;
  399.     var->left_margin = mode->left_margin;
  400.     var->right_margin = mode->right_margin;
  401.     var->upper_margin = mode->upper_margin;
  402.     var->lower_margin = mode->lower_margin;
  403.     var->hsync_len = mode->hsync_len;
  404.     var->vsync_len = mode->vsync_len;
  405.     var->sync = mode->sync;
  406.     var->vmode = mode->vmode;
  407.     return 0;
  408. }
  409. /**
  410.  * mac_var_to_vmode - convert var structure to MacOS vmode/cmode pair
  411.  * @var: frame buffer video mode structure
  412.  * @vmode: MacOS video mode
  413.  * @cmode: MacOS color mode
  414.  *
  415.  * Converts a frame buffer video mode structure to a MacOS
  416.  * vmode/cmode pair.
  417.  *
  418.  * Returns negative errno on error, or zero for success.
  419.  *
  420.  */
  421. int mac_var_to_vmode(const struct fb_var_screeninfo *var, int *vmode,
  422.      int *cmode)
  423. {
  424.     const struct fb_videomode *mode = NULL;
  425.     const struct mode_map *map;
  426.     if (var->bits_per_pixel <= 8)
  427. *cmode = CMODE_8;
  428.     else if (var->bits_per_pixel <= 16)
  429. *cmode = CMODE_16;
  430.     else if (var->bits_per_pixel <= 32)
  431. *cmode = CMODE_32;
  432.     else
  433. return -EINVAL;
  434.     for (map = mac_modes; map->vmode != -1; map++) {
  435. mode = map->mode;
  436. if (var->xres > mode->xres || var->yres > mode->yres)
  437.     continue;
  438. if (var->xres_virtual > mode->xres || var->yres_virtual > mode->yres)
  439.     continue;
  440. if (var->pixclock > mode->pixclock)
  441.     continue;
  442. if ((var->vmode & FB_VMODE_MASK) != mode->vmode)
  443.     continue;
  444. *vmode = map->vmode;
  445. return 0;
  446.     }
  447.     return -EINVAL;
  448. }
  449. /**
  450.  * mac_map_monitor_sense - Convert monitor sense to vmode
  451.  * @sense: Macintosh monitor sense number
  452.  *
  453.  * Converts a Macintosh monitor sense number to a MacOS
  454.  * vmode number.
  455.  *
  456.  * Returns MacOS vmode video mode number.
  457.  *
  458.  */
  459. int mac_map_monitor_sense(int sense)
  460. {
  461.     const struct monitor_map *map;
  462.     for (map = mac_monitors; map->sense != -1; map++)
  463. if (map->sense == sense)
  464.     break;
  465.     return map->vmode;
  466. }
  467. /**
  468.  * mac_find_mode - find a video mode
  469.  * @var: frame buffer user defined part of display
  470.  * @info: frame buffer info structure
  471.  * @mode_option: video mode name (see mac_modedb[])
  472.  * @default_bpp: default color depth in bits per pixel
  473.  *
  474.  * Finds a suitable video mode.  Tries to set mode specified
  475.  * by @mode_option.  If the name of the wanted mode begins with
  476.  * 'mac', the Mac video mode database will be used, otherwise it
  477.  * will fall back to the standard video mode database.
  478.  *
  479.  * Note: Function marked as __init and can only be used during
  480.  * system boot.
  481.  *
  482.  * Returns error code from fb_find_mode (see fb_find_mode
  483.  * function).
  484.  *
  485.  */
  486. int __init mac_find_mode(struct fb_var_screeninfo *var, struct fb_info *info,
  487.  const char *mode_option, unsigned int default_bpp)
  488. {
  489.     const struct fb_videomode *db = NULL;
  490.     unsigned int dbsize = 0;
  491.     if (mode_option && !strncmp(mode_option, "mac", 3)) {
  492. db = mac_modedb;
  493. dbsize = sizeof(mac_modedb)/sizeof(*mac_modedb);
  494.     }
  495.     return fb_find_mode(var, info, mode_option, db, dbsize,
  496. &mac_modedb[DEFAULT_MODEDB_INDEX], default_bpp);
  497. }