Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_drv.h98 #define to_mga_crtc(x) container_of(x, struct mga_crtc, base)
102 struct mga_crtc { struct
111 struct mga_crtc *crtc; argument
Dmgag200_mode.c1206 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()
[all …]