Searched refs:current_mode (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h181 drmmode_mode_ptr current_mode; member in struct:__anonaff371e40708
H A Ddrmmode_display.c535 if (drmmode_crtc->current_mode &&
536 drmmode_CompareKModes(&drmmode_crtc->current_mode->mode_info, &mode_info) == 0)
548 drmmode_crtc->current_mode = mode;
598 drmmode_crtc->current_mode->blob_id);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_pm.c766 if (i == info->pm.current_mode)
779 info->pm.current_mode = i;
799 info->pm.current_mode = 0;
H A Datombios_crtc.c1176 float core_clock_bandwidth = ((float)info->pm.mode[info->pm.current_mode].sclk / 100) * 16 / 1;
1317 sclk = 1000 / ((float)info->pm.mode[info->pm.current_mode].sclk / 100);
H A Dradeon.h438 int current_mode; member in struct:__anonb194aea90b08
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c80 wsi_display_mode *current_mode; member in struct:wsi_display_connector
1373 if (connector->current_mode == display_mode && connector->crtc_id)
1408 if (connector->current_mode != display_mode) {
1425 connector->current_mode = display_mode;
1610 if (display_mode != connector->current_mode)
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c84 wsi_display_mode *current_mode; member in struct:wsi_display_connector
1419 if (connector->current_mode == display_mode && connector->crtc_id)
1454 if (connector->current_mode != display_mode) {
1471 connector->current_mode = display_mode;
1673 if (display_mode != connector->current_mode)
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c1537 drmModeModeInfo *current_mode = &con->modes[i]; local in function:pipe_attempt_connector
1539 if (current_mode->type & DRM_MODE_TYPE_PREFERRED) {
1540 pipe->mode = current_mode;

Completed in 23 milliseconds