Home
last modified time | relevance | path

Searched refs:mga_crtc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1227 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() local
1419 kfree(mga_crtc); in mga_crtc_destroy()
1461 struct mga_crtc *mga_crtc; in mga_crtc_init() local
1463 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 …]
Dmgag200_drv.h105 #define to_mga_crtc(x) container_of(x, struct mga_crtc, base)
125 struct mga_crtc { struct
134 struct mga_crtc *crtc; argument