Home
last modified time | relevance | path

Searched refs:LVDS_HSYNC_POLARITY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h27 #define LVDS_HSYNC_POLARITY REG_BIT(20) macro
H A Dintel_lvds.c134 if (tmp & LVDS_HSYNC_POLARITY) in intel_lvds_get_config()
302 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in intel_pre_enable_lvds()
304 temp |= LVDS_HSYNC_POLARITY; in intel_pre_enable_lvds()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h4914 #define LVDS_HSYNC_POLARITY (1 << 20) macro

Completed in 41 milliseconds