Lines Matching defs:radeon_crtc
322 struct radeon_crtc { struct
323 struct drm_crtc base;
324 int crtc_id;
325 bool enabled;
326 bool can_tile;
327 bool cursor_out_of_bounds;
328 uint32_t crtc_offset;
329 struct drm_gem_object *cursor_bo;
330 uint64_t cursor_addr;
331 int cursor_x;
332 int cursor_y;
333 int cursor_hot_x;
334 int cursor_hot_y;
335 int cursor_width;
336 int cursor_height;
337 int max_cursor_width;
338 int max_cursor_height;
339 uint32_t legacy_display_base_addr;
340 enum radeon_rmx_type rmx_type;
341 u8 h_border;
342 u8 v_border;
343 fixed20_12 vsc;
344 fixed20_12 hsc;
345 struct drm_display_mode native_mode;
346 int pll_id;
348 struct workqueue_struct *flip_queue;
349 struct radeon_flip_work *flip_work;
350 enum radeon_flip_status flip_status;
352 struct radeon_atom_ss ss;
353 bool ss_enabled;
354 u32 adjusted_clock;
355 int bpc;
356 u32 pll_reference_div;
357 u32 pll_post_div;
358 u32 pll_flags;
359 struct drm_encoder *encoder;
360 struct drm_connector *connector;
362 u32 line_time;
363 u32 wm_low;
364 u32 wm_high;
365 u32 lb_vblank_lead_lines;
366 struct drm_display_mode hw_mode;
367 enum radeon_output_csc output_csc;