HomeSort by: relevance | last modified time | path
    Searched defs:using_ssc_source (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 9367 bool using_ssc_source = false; local in function:ilk_init_pch_refclk
9403 using_ssc_source = true;
9408 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d using_ssc_source %d\n",
9409 has_panel, has_lvds, has_ck505, using_ssc_source);
9446 } else if (using_ssc_source) {
9505 if (!using_ssc_source) {
intel_display.c 9367 bool using_ssc_source = false; local in function:ilk_init_pch_refclk
9403 using_ssc_source = true;
9408 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d using_ssc_source %d\n",
9409 has_panel, has_lvds, has_ck505, using_ssc_source);
9446 } else if (using_ssc_source) {
9505 if (!using_ssc_source) {

Completed in 42 milliseconds