Home
last modified time | relevance | path

Searched refs:aspeed_gfx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/aspeed/
A Daspeed_gfx_crtc.c20 static struct aspeed_gfx *
23 return container_of(pipe, struct aspeed_gfx, pipe); in drm_pipe_to_aspeed_gfx()
57 static void aspeed_gfx_enable_controller(struct aspeed_gfx *priv) in aspeed_gfx_enable_controller()
69 static void aspeed_gfx_disable_controller(struct aspeed_gfx *priv) in aspeed_gfx_disable_controller()
80 static void aspeed_gfx_crtc_mode_set_nofb(struct aspeed_gfx *priv) in aspeed_gfx_crtc_mode_set_nofb()
146 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_enable()
156 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_disable()
166 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_update()
195 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_enable_vblank()
209 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_disable_vblank()
[all …]
A Daspeed_gfx_drv.c115 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_irq_handler()
132 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_load()
251 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_store()
271 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_show()
286 struct aspeed_gfx *priv = dev_get_drvdata(dev); in vga_pw_show()
310 struct aspeed_gfx *priv; in aspeed_gfx_probe()
314 struct aspeed_gfx, drm); in aspeed_gfx_probe()
A DMakefile2 aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o
4 obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o
A Daspeed_gfx.h7 struct aspeed_gfx { struct
22 #define to_aspeed_gfx(x) container_of(x, struct aspeed_gfx, drm) argument
A Daspeed_gfx_out.c31 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_create_output()
A DKconfig16 If M is selected this module will be called aspeed_gfx.

Completed in 7 milliseconds