| /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, 1620 (FixedParams[mode].panelresy == panelResY)) { 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, 1648 PanelHeight = (unsigned short) panelResY; 1656 (FixedParams[mode].panelresy == panelResY)) { 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, 1706 PanelHeight = (unsigned short) panelResY; [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, 1500 PanelHeight = (unsigned short) panelResY; 1508 (FixedParams[mode].panelresy == panelResY)) { 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, 1557 PanelHeight = (unsigned short) panelResY;
|
| 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, 1798 PanelHeight = (unsigned short)panelResY; 1806 (FixedParams[mode].panelresy == panelResY)) { 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, 1855 PanelHeight = (unsigned short)panelResY;
|
| 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, 1914 PanelHeight = (unsigned short)panelResY; 1922 (FixedParams[mode].panelresy == panelResY)) { 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, 1971 PanelHeight = (unsigned short)panelResY;
|
| 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,
|