Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.h2023 #define INTEL_FRONTBUFFER_BITS_PER_PIPE 8 macro
2025 (INTEL_FRONTBUFFER_BITS_PER_PIPE * I915_MAX_PIPES)
2027 (1 << (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)))
2029 (1 << (1 + (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
2031 (1 << (2 + plane + (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
2033 (1 << (2 + INTEL_MAX_SPRITE_BITS_PER_PIPE + (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))))
2035 (0xff << (INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)))