Home
last modified time | relevance | path

Searched defs:ast_crtc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.h238 struct ast_crtc { struct
239 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
Dast_fb.c267 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set() local
276 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_get() local
Dast_mode.c66 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_load_lut() local
638 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set() local
1143 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local
1224 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local