Lines Matching refs:vesadrm_device
58 struct vesadrm_device { struct
68 void (*cmap_write)(struct vesadrm_device *vesa, unsigned int index, argument
79 static struct vesadrm_device *to_vesadrm_device(struct drm_device *dev) in to_vesadrm_device() argument
81 return container_of(to_drm_sysfb_device(dev), struct vesadrm_device, sysfb); in to_vesadrm_device()
88 static void vesadrm_vga_cmap_write(struct vesadrm_device *vesa, unsigned int index, in vesadrm_vga_cmap_write()
103 static void vesadrm_pmi_cmap_write(struct vesadrm_device *vesa, unsigned int index, in vesadrm_pmi_cmap_write()
135 struct vesadrm_device *vesa = to_vesadrm_device(dev); in vesadrm_set_gamma_lut()
144 static void vesadrm_fill_gamma_lut(struct vesadrm_device *vesa, in vesadrm_fill_gamma_lut()
169 static void vesadrm_load_gamma_lut(struct vesadrm_device *vesa, in vesadrm_load_gamma_lut()
217 struct vesadrm_device *vesa = to_vesadrm_device(dev); in vesadrm_crtc_helper_atomic_flush()
270 static struct vesadrm_device *vesadrm_device_create(struct drm_driver *drv, in vesadrm_device_create()
279 struct vesadrm_device *vesa; in vesadrm_device_create()
302 vesa = devm_drm_dev_alloc(&pdev->dev, drv, struct vesadrm_device, sysfb.dev); in vesadrm_device_create()
493 struct vesadrm_device *vesa; in vesadrm_probe()