Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c2006 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK) in ironlake_enable_pch_transcoder()
2041 PIPECONF_INTERLACED_ILK) in lpt_enable_pch_transcoder()
8642 val |= PIPECONF_INTERLACED_ILK; in ironlake_set_pipeconf()
8732 val |= PIPECONF_INTERLACED_ILK; in haswell_set_pipeconf()
Di915_reg.h4382 #define PIPECONF_INTERLACED_ILK (3 << 21) macro