Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_color.c2304 return CSC_MODE_YUV_TO_RGB; in ilk_csc_mode()
2306 return CSC_MODE_YUV_TO_RGB | in ilk_csc_mode()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h6288 #define CSC_MODE_YUV_TO_RGB (1 << 0) /* ilk/snb */ macro