Lines Matching refs:mga_crtc
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() local
1398 kfree(mga_crtc); in mga_crtc_destroy()
1435 struct mga_crtc *mga_crtc; in mga_crtc_init() local
1437 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()
1449 drm_crtc_helper_add(&mga_crtc->base, &mga_helper_funcs); in mga_crtc_init()