Lines Matching defs:intel_crtc
149 struct intel_crtc { struct
150 struct drm_crtc base;
151 enum pipe pipe;
152 enum plane plane;
153 u8 lut_r[256], lut_g[256], lut_b[256];
154 int dpms_mode;
155 bool active; /* is the crtc on? independent of the dpms mode */
156 bool busy; /* is scanout buffer being updated frequently? */
157 struct timer_list idle_timer;
158 bool lowfreq_avail;
159 struct intel_overlay *overlay;
160 struct intel_unpin_work *unpin_work;
161 int fdi_lanes;
163 struct drm_i915_gem_object *cursor_bo;
164 uint32_t cursor_addr;
165 int16_t cursor_x, cursor_y;
166 int16_t cursor_width, cursor_height;
167 bool cursor_visible;
168 unsigned int bpp;
170 bool no_pll; /* tertiary pipe for IVB */
171 bool use_pll_a;