Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/aspeed/
Daspeed_gfx_crtc.c20 static struct aspeed_gfx *
23 return container_of(pipe, struct aspeed_gfx, pipe); in drm_pipe_to_aspeed_gfx()
26 static int aspeed_gfx_set_pixel_fmt(struct aspeed_gfx *priv, u32 *bpp) in aspeed_gfx_set_pixel_fmt()
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()
[all …]
Daspeed_gfx_drv.c128 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_irq_handler()
145 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_load()
265 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_store()
285 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_show()
300 struct aspeed_gfx *priv = dev_get_drvdata(dev); in vga_pw_show()
324 struct aspeed_gfx *priv; in aspeed_gfx_probe()
328 struct aspeed_gfx, drm); in aspeed_gfx_probe()
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
Daspeed_gfx.h7 struct aspeed_gfx { struct
23 #define to_aspeed_gfx(x) container_of(x, struct aspeed_gfx, drm) argument
Daspeed_gfx_out.c31 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_create_output()
DKconfig16 If M is selected this module will be called aspeed_gfx.