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

/solaris-x11-s11/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-s11/open-src/kernel/i915/src/
H A Dintel_display.c1058 /* if we need the pipe A quirk it must be always on */
8135 #define PIPE_CONF_QUIRK(quirk) \
8136 ((current_config->quirks | pipe_config->quirks) & (quirk))
8319 /* hw state is inconsistent with the pipe A quirk */
9434 * resume, or other times. This quirk makes sure that's the case for
9442 DRM_INFO("applying pipe a force quirk\n");
9452 DRM_INFO("applying lvds SSC disable quirk\n");
9463 DRM_INFO("applying inverted panel brightness quirk\n");
9475 DRM_INFO("applying no-PCH_PWM_ENABLE quirk\n");
9514 /* HP Mini needs pipe A force quirk (L
[all...]

Completed in 2164 milliseconds