Searched refs:panelResY (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu2.c1603 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 Dgfx_disp.c1544 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 Dgfx_priv.h166 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 Ddisp_gu1.c1487 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 Dgfx_rtns.h190 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 Ddisp_gu1.c188 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 Ddisp_gu2.c184 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 Dgfx_disp.c1306 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 Dgfx_rtns.h294 int gfx_set_fixed_timings(int panelResX, int panelResY,
297 int gfx_set_panel_present(int panelResX, int panelResY,

Completed in 22 milliseconds