Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200.c37 static void mgag200_g200_init_registers(struct mgag200_g200_device *g200) in mgag200_g200_init_registers()
73 struct mgag200_g200_device *g200 = to_mgag200_g200_device(dev); in mgag200_g200_pixpllc_atomic_check()
273 static void mgag200_g200_interpret_bios(struct mgag200_g200_device *g200, in mgag200_g200_interpret_bios()
363 static void mgag200_g200_init_refclk(struct mgag200_g200_device *g200) in mgag200_g200_init_refclk()
403 struct mgag200_g200_device *g200; in mgag200_g200_device_create()
409 g200 = devm_drm_dev_alloc(&pdev->dev, drv, struct mgag200_g200_device, base.base); in mgag200_g200_device_create()
H A Dmgag200_drv.h306 struct mgag200_g200_device { struct
315 static inline struct mgag200_g200_device *to_mgag200_g200_device(struct drm_device *dev) in to_mgag200_g200_device() argument
317 return container_of(to_mga_device(dev), struct mgag200_g200_device, base); in to_mgag200_g200_device()