drm/i915: split out Ironlake pipe bpp picking code
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / i915 / intel_drv.h
index 8ac3bd8b6faa8a67ac35170d537679903d7ff14e..7ec48d8645771261000afb4a88f2347b3f933025 100644 (file)
@@ -170,6 +170,7 @@ struct intel_crtc {
        int16_t cursor_x, cursor_y;
        int16_t cursor_width, cursor_height;
        bool cursor_visible;
+       unsigned int bpp;
 };
 
 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)