Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c1985 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK) in ironlake_enable_pch_transcoder()
2020 PIPECONF_INTERLACED_ILK) in lpt_enable_pch_transcoder()
7549 val |= PIPECONF_INTERLACED_ILK; in ironlake_set_pipeconf()
7639 val |= PIPECONF_INTERLACED_ILK; in haswell_set_pipeconf()
Di915_reg.h3952 #define PIPECONF_INTERLACED_ILK (3 << 21) macro