| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | disp_gu2.c | 1603 gu2_is_panel_mode_supported(int panelResX, int panelResY, argument 1608 gfx_is_panel_mode_supported(int panelResX, int panelResY, 1619 (FixedParams[mode].panelresx == panelResX) && 1635 gu2_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1639 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 1647 PanelWidth = (unsigned short) panelResX; 1655 (FixedParams[mode].panelresx == panelResX) && 1682 gu2_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1686 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, 1705 PanelWidth = (unsigned short) panelResX; [all...] |
| H A D | gfx_disp.c | 1544 gfx_is_panel_mode_supported(int panelResX, int panelResY, argument 1553 gu2_is_panel_mode_supported(panelResX, panelResY, width, height, 1565 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1573 gu1_set_fixed_timings(panelResX, panelResY, width, height, bpp); 1578 gu2_set_fixed_timings(panelResX, panelResY, width, height, bpp); 1588 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1596 gu1_set_panel_present(panelResX, panelResY, width, height, bpp); 1601 gu2_set_panel_present(panelResX, panelResY, width, height, bpp);
|
| H A D | gfx_priv.h | 166 int gu1_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 168 int gu1_set_panel_present(int panelResX, int panelResY, unsigned short width, 314 int gu2_is_panel_mode_supported(int panelResX, int panelResY, 317 int gu2_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 319 int gu2_set_panel_present(int panelResX, int panelResY, unsigned short width,
|
| H A D | disp_gu1.c | 1487 gu1_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1491 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 1499 PanelWidth = (unsigned short) panelResX; 1507 (FixedParams[mode].panelresx == panelResX) && 1534 gu1_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1538 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, 1556 PanelWidth = (unsigned short) panelResX;
|
| H A D | gfx_rtns.h | 190 int gfx_is_panel_mode_supported(int panelResX, int panelResY, 193 int gfx_set_fixed_timings(int panelResX, int panelResY, 196 int gfx_set_panel_present(int panelResX, int panelResY,
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | disp_gu1.c | 188 int gu1_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 190 int gu1_set_panel_present(int panelResX, int panelResY, unsigned short width, 1785 gu1_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1789 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 1797 PanelWidth = (unsigned short)panelResX; 1805 (FixedParams[mode].panelresx == panelResX) && 1832 gu1_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1836 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, 1854 PanelWidth = (unsigned short)panelResX;
|
| H A D | disp_gu2.c | 184 int gu2_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 186 int gu2_set_panel_present(int panelResX, int panelResY, unsigned short width, 1901 gu2_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1905 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, 1913 PanelWidth = (unsigned short)panelResX; 1921 (FixedParams[mode].panelresx == panelResX) && 1948 gu2_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1952 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, 1970 PanelWidth = (unsigned short)panelResX;
|
| H A D | gfx_disp.c | 1306 gfx_set_fixed_timings(int panelResX, int panelResY, unsigned short width, argument 1314 gu1_set_fixed_timings(panelResX, panelResY, width, height, bpp); 1319 gu2_set_fixed_timings(panelResX, panelResY, width, height, bpp); 1329 gfx_set_panel_present(int panelResX, int panelResY, unsigned short width, argument 1337 gu1_set_panel_present(panelResX, panelResY, width, height, bpp); 1342 gu2_set_panel_present(panelResX, panelResY, width, height, bpp);
|
| H A D | gfx_rtns.h | 294 int gfx_set_fixed_timings(int panelResX, int panelResY, 297 int gfx_set_panel_present(int panelResX, int panelResY,
|