Lines Matching defs:radeon_crtc
263 struct radeon_crtc { struct
264 struct drm_crtc base;
265 int crtc_id;
266 u16 lut_r[256], lut_g[256], lut_b[256];
267 bool enabled;
268 bool can_tile;
269 uint32_t crtc_offset;
270 struct drm_gem_object *cursor_bo;
271 uint64_t cursor_addr;
272 int cursor_width;
273 int cursor_height;
274 uint32_t legacy_display_base_addr;
275 uint32_t legacy_cursor_offset;
276 enum radeon_rmx_type rmx_type;
277 u8 h_border;
278 u8 v_border;
279 fixed20_12 vsc;
280 fixed20_12 hsc;
281 struct drm_display_mode native_mode;
282 int pll_id;
284 struct radeon_unpin_work *unpin_work;
285 int deferred_flip_completion;