Searched refs:mga_crtc (Results 1 – 2 of 2) sorted by relevance
1227 struct mga_crtc *mga_crtc = to_mga_crtc(crtc);1259 struct mga_crtc *mga_crtc = to_mga_crtc(crtc);1416 struct mga_crtc *mga_crtc = to_mga_crtc(crtc); in mga_crtc_destroy() local1419 kfree(mga_crtc); in mga_crtc_destroy()1461 struct mga_crtc *mga_crtc; in mga_crtc_init() local1463 mga_crtc = kzalloc(sizeof(struct mga_crtc) + in mga_crtc_init()1467 if (mga_crtc == NULL) in mga_crtc_init()1470 drm_crtc_init(mdev->dev, &mga_crtc->base, &mga_crtc_funcs); in mga_crtc_init()1472 drm_mode_crtc_set_gamma_size(&mga_crtc->base, MGAG200_LUT_SIZE); in mga_crtc_init()1473 mdev->mode_info.crtc = mga_crtc; in mga_crtc_init()[all …]
105 #define to_mga_crtc(x) container_of(x, struct mga_crtc, base)125 struct mga_crtc { struct134 struct mga_crtc *crtc; argument