Searched refs:xf86_config (Results 1 – 10 of 10) sorted by relevance
263 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_convert_cursor_to_argb() local264 xf86CursorInfoPtr cursor_info = xf86_config->cursor_info; in xf86_crtc_convert_cursor_to_argb()265 CARD32 *cursor_image = (CARD32 *) xf86_config->cursor_image; in xf86_crtc_convert_cursor_to_argb()282 bits = xf86_config->cursor_fg; in xf86_crtc_convert_cursor_to_argb()284 bits = xf86_config->cursor_bg; in xf86_crtc_convert_cursor_to_argb()300 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_set_cursor_colors() local308 xf86_config->cursor_fg = (CARD32) fg | 0xff000000; in xf86_set_cursor_colors()309 xf86_config->cursor_bg = (CARD32) bg | 0xff000000; in xf86_set_cursor_colors()311 for (c = 0; c < xf86_config->num_crtc; c++) { in xf86_set_cursor_colors()312 xf86CrtcPtr crtc = xf86_config->crtc[c]; in xf86_set_cursor_colors()[all …]
41 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_dga_get_modes() local100 free(xf86_config->dga_modes); in xf86_dga_get_modes()101 xf86_config->dga_nmode = num; in xf86_dga_get_modes()102 xf86_config->dga_modes = modes; in xf86_dga_get_modes()110 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_dga_set_mode() local113 if (xf86_config->dga_save_mode) { in xf86_dga_set_mode()114 xf86SwitchMode(pScreen, xf86_config->dga_save_mode); in xf86_dga_set_mode()115 xf86_config->dga_save_mode = NULL; in xf86_dga_set_mode()119 if (!xf86_config->dga_save_mode) { in xf86_dga_set_mode()120 xf86_config->dga_save_mode = scrn->currentMode; in xf86_dga_set_mode()[all …]
145 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn); in xf86RotatePrepare() local148 for (c = 0; c < xf86_config->num_crtc; c++) { in xf86RotatePrepare()149 xf86CrtcPtr crtc = xf86_config->crtc[c]; in xf86RotatePrepare()158 if (!xf86_config->rotation_damage_registered) { in xf86RotatePrepare()161 xf86_config->rotation_damage); in xf86RotatePrepare()162 xf86_config->rotation_damage_registered = TRUE; in xf86RotatePrepare()175 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn); in xf86RotateRedisplay() local176 DamagePtr damage = xf86_config->rotation_damage; in xf86RotateRedisplay()196 for (c = 0; c < xf86_config->num_crtc; c++) { in xf86RotateRedisplay()197 xf86CrtcPtr crtc = xf86_config->crtc[c]; in xf86RotateRedisplay()[all …]
88 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86CrtcCreate() local125 if (xf86_config->crtc) in xf86CrtcCreate()126 crtcs = reallocarray(xf86_config->crtc, in xf86CrtcCreate()127 xf86_config->num_crtc + 1, sizeof(xf86CrtcPtr)); in xf86CrtcCreate()129 crtcs = xallocarray(xf86_config->num_crtc + 1, sizeof(xf86CrtcPtr)); in xf86CrtcCreate()135 xf86_config->crtc = crtcs; in xf86CrtcCreate()136 xf86_config->crtc[xf86_config->num_crtc++] = crtc; in xf86CrtcCreate()143 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn); in xf86CrtcDestroy() local147 for (c = 0; c < xf86_config->num_crtc; c++) in xf86CrtcDestroy()148 if (xf86_config->crtc[c] == crtc) { in xf86CrtcDestroy()[all …]
93 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in drmmode_is_format_supported() local99 for (c = 0; c < xf86_config->num_crtc; c++) { in drmmode_is_format_supported()100 xf86CrtcPtr crtc = xf86_config->crtc[c]; in drmmode_is_format_supported()144 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in get_modifiers_set() local154 for (c = 0; c < xf86_config->num_crtc; c++) { in get_modifiers_set()155 xf86CrtcPtr crtc = xf86_config->crtc[c]; in get_modifiers_set()532 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(crtc->scrn); in crtc_add_dpms_props() local538 for (i = 0; i < xf86_config->num_output; i++) { in crtc_add_dpms_props()539 xf86OutputPtr output = xf86_config->output[i]; in crtc_add_dpms_props()649 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in drmmode_set_dpms() local[all …]
618 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in dispatch_slave_dirty() local621 for (c = 0; c < xf86_config->num_crtc; c++) { in dispatch_slave_dirty()622 xf86CrtcPtr crtc = xf86_config->crtc[c]; in dispatch_slave_dirty()722 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn); in msBlockHandler() local747 for (c = 0; c < xf86_config->num_crtc; c++) { in msBlockHandler()748 xf86CrtcPtr crtc = xf86_config->crtc[c]; in msBlockHandler()1623 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in msSharedPixmapNotifyDamage() local1631 for (c = 0; c < xf86_config->num_crtc; c++) { in msSharedPixmapNotifyDamage()1632 xf86CrtcPtr crtc = xf86_config->crtc[c]; in msSharedPixmapNotifyDamage()2021 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn); in CloseScreen() local[all …]
157 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in ms_covering_xf86_crtc() local167 if (!xf86_config) in ms_covering_xf86_crtc()170 for (c = 0; c < xf86_config->num_crtc; c++) { in ms_covering_xf86_crtc()171 crtc = xf86_config->crtc[c]; in ms_covering_xf86_crtc()
282 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);287 for (c = 0; c < xf86_config->num_crtc; c++) {288 xf86CrtcPtr xf86_crtc = xf86_config->crtc[c];361 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);
280 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);285 for (c = 0; c < xf86_config->num_crtc; c++) {286 xf86CrtcPtr xf86_crtc = xf86_config->crtc[c];359 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn);
25317 xfree86/modes: Assign xf86_config->cursor in xf86_load_cursor_image v225320 due to xf86_config->cursor == NULL, because no CRTC was enabled yet, so25325 v2: Set xf86_config->cursor at the beginning of xf86_load_cursor_image127794 crtc/gamma: check xf86_config is valid before using it.136057 xf86_config->BlockHandler all point to xf86RotateBlockHandler.136926 - Check for xf86_config being NULL.166833 The rotation state is stored in the xf86_config structure which is not167614 xf86_config->funcs->resize hook. If so, xf86InitialConfiguration will set