X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fi915%2Fintel_drv.h;h=7ec48d8645771261000afb4a88f2347b3f933025;hb=5a3542041bf85a65633ed203c3782492116ebb94;hp=8ac3bd8b6faa8a67ac35170d537679903d7ff14e;hpb=9325c9f088c42e3e07475d4f733ee6539ebf9c0b;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 8ac3bd8b6faa..7ec48d864577 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h @@ -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)