Searched refs:mga_crtc (Results 1 – 2 of 2) sorted by relevance
98 #define to_mga_crtc(x) container_of(x, struct mga_crtc, base)102 struct mga_crtc { struct111 struct mga_crtc *crtc; argument
1206 struct mga_crtc *mga_crtc = to_mga_crtc(crtc);1238 struct mga_crtc *mga_crtc = to_mga_crtc(crtc);1395 struct mga_crtc *mga_crtc = to_mga_crtc(crtc); in mga_crtc_destroy() local1398 kfree(mga_crtc); in mga_crtc_destroy()1435 struct mga_crtc *mga_crtc; in mga_crtc_init() local1437 mga_crtc = kzalloc(sizeof(struct mga_crtc) + in mga_crtc_init()1441 if (mga_crtc == NULL) in mga_crtc_init()1444 drm_crtc_init(mdev->dev, &mga_crtc->base, &mga_crtc_funcs); in mga_crtc_init()1446 drm_mode_crtc_set_gamma_size(&mga_crtc->base, MGAG200_LUT_SIZE); in mga_crtc_init()1447 mdev->mode_info.crtc = mga_crtc; in mga_crtc_init()[all …]