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