HomeSort by: relevance | last modified time | path
    Searched refs:current_mode (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 181 drmmode_mode_ptr current_mode; member in struct:__anon10025
drmmode_display.c 535 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/
radeon_pm.c 766 if (i == info->pm.current_mode)
779 info->pm.current_mode = i;
799 info->pm.current_mode = 0;
atombios_crtc.c 1176 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);
radeon.h 438 int current_mode; member in struct:__anon6811
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c 84 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/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_display.c 80 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/libdrm/dist/tests/modetest/
modetest.c 1538 drmModeModeInfo *current_mode = &con->modes[i]; local
1540 if (current_mode->type & DRM_MODE_TYPE_PREFERRED) {
1541 pipe->mode = current_mode;

Completed in 28 milliseconds