Searched refs:quirk (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_edid.c1175 * edid_get_quirks - return quirk flags for a given EDID
1182 struct edid_quirk *quirk; local
1186 quirk = &edid_quirk_list[i];
1188 if (edid_vendor(edid, quirk->vendor) &&
1189 (EDID_PRODUCT_ID(edid) == quirk->product_id))
1190 return quirk->quirks;
1200 * edid_fixup_preferred - set preferred modes based on quirk list
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_display.c1058 /* if we need the pipe A quirk it must be always on */
8138 #define PIPE_CONF_QUIRK(quirk) \
8139 ((current_config->quirks | pipe_config->quirks) & (quirk))
8322 /* hw state is inconsistent with the pipe A quirk */
9437 * resume, or other times. This quirk makes sure that's the case for
9445 DRM_INFO("applying pipe a force quirk\n");
9455 DRM_INFO("applying lvds SSC disable quirk\n");
9466 DRM_INFO("applying inverted panel brightness quirk\n");
9478 DRM_INFO("applying no-PCH_PWM_ENABLE quirk\n");
9517 /* HP Mini needs pipe A force quirk (L
[all...]

Completed in 41 milliseconds