Searched refs:aspeed_gfx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_crtc.c | 18 #include "aspeed_gfx.h" 20 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() 145 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_enable() 155 struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe); in aspeed_gfx_pipe_disable() 165 struct aspeed_gfx *pri in aspeed_gfx_pipe_update() [all...] |
H A D | Makefile | 2 aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o 4 obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o
|
H A D | aspeed_gfx_drv.c | 27 #include "aspeed_gfx.h" 86 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_irq_handler() 105 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_load() 217 struct aspeed_gfx *priv; in aspeed_gfx_probe() 221 struct aspeed_gfx, drm); in aspeed_gfx_probe() 256 .name = "aspeed_gfx",
|
H A D | aspeed_gfx.h | 7 struct aspeed_gfx { struct 17 #define to_aspeed_gfx(x) container_of(x, struct aspeed_gfx, drm)
|
H A D | aspeed_gfx_out.c | 9 #include "aspeed_gfx.h" 31 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_create_output()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_crtc.c | 18 #include "aspeed_gfx.h" 20 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 *pri in aspeed_gfx_pipe_update() [all...] |
H A D | aspeed_gfx_drv.c | 27 #include "aspeed_gfx.h" 126 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_irq_handler() 143 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_load() 263 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_store() 283 struct aspeed_gfx *priv = dev_get_drvdata(dev); in dac_mux_show() 298 struct aspeed_gfx *priv = dev_get_drvdata(dev); in vga_pw_show() 322 struct aspeed_gfx *priv; in aspeed_gfx_probe() 326 struct aspeed_gfx, drm); in aspeed_gfx_probe() 374 .name = "aspeed_gfx",
|
H A D | Makefile | 2 aspeed_gfx-y := aspeed_gfx_drv.o aspeed_gfx_crtc.o aspeed_gfx_out.o 4 obj-$(CONFIG_DRM_ASPEED_GFX) += aspeed_gfx.o
|
H A D | aspeed_gfx.h | 7 struct aspeed_gfx { struct 23 #define to_aspeed_gfx(x) container_of(x, struct aspeed_gfx, drm)
|
H A D | aspeed_gfx_out.c | 9 #include "aspeed_gfx.h" 31 struct aspeed_gfx *priv = to_aspeed_gfx(drm); in aspeed_gfx_create_output()
|
Completed in 4 milliseconds