Searched defs:ast_crtc (Results 1 – 3 of 3) sorted by relevance
238 struct ast_crtc { struct239 struct drm_crtc base;240 u8 lut_r[256], lut_g[256], lut_b[256];241 struct drm_gem_object *cursor_bo;242 uint64_t cursor_addr;243 int cursor_width, cursor_height;267 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) argument
267 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set() local276 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_get() local
66 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_load_lut() local638 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set() local1143 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local1224 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local