Searched defs:i915_fbc (Results 1 – 1 of 1) sorted by relevance
905 struct i915_fbc { struct908 struct mutex lock;909 unsigned long uncompressed_size;910 unsigned threshold;911 unsigned int fb_id;912 unsigned int possible_framebuffer_bits;913 unsigned int busy_bits;914 struct intel_crtc *crtc;915 int y;917 struct drm_mm_node compressed_fb;[all …]