Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.h1890 #define INTEL_FRONTBUFFER_BITS_PER_PIPE 4 macro
1892 (INTEL_FRONTBUFFER_BITS_PER_PIPE * I915_MAX_PIPES)
1894 (1 << (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)))
1896 (1 << (1 +(INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
1898 (1 << (2 +(INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
1900 (1 << (3 +(INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
1902 (0xf << (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)))