Home
last modified time | relevance | path

Searched refs:LVDS_HSYNC_POLARITY (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_lvds.c128 if (tmp & LVDS_HSYNC_POLARITY) in intel_lvds_get_config()
293 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in intel_pre_enable_lvds()
295 temp |= LVDS_HSYNC_POLARITY; in intel_pre_enable_lvds()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h4903 #define LVDS_HSYNC_POLARITY (1 << 20) macro