Symbol: aspeed_gfx
drivers/gpu/drm/aspeed/aspeed_gfx.h
23
#define to_aspeed_gfx(x) container_of(x, struct aspeed_gfx, drm)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
146
struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
156
struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
166
struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
195
struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
20
static struct aspeed_gfx *
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
209
struct aspeed_gfx *priv = drm_pipe_to_aspeed_gfx(pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
23
return container_of(pipe, struct aspeed_gfx, pipe);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
234
struct aspeed_gfx *priv = to_aspeed_gfx(drm);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
26
static int aspeed_gfx_set_pixel_fmt(struct aspeed_gfx *priv, u32 *bpp)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
57
static void aspeed_gfx_enable_controller(struct aspeed_gfx *priv)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
69
static void aspeed_gfx_disable_controller(struct aspeed_gfx *priv)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
80
static void aspeed_gfx_crtc_mode_set_nofb(struct aspeed_gfx *priv)
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
127
struct aspeed_gfx *priv = to_aspeed_gfx(drm);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
144
struct aspeed_gfx *priv = to_aspeed_gfx(drm);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
260
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
280
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
295
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
319
struct aspeed_gfx *priv;
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
323
struct aspeed_gfx, drm);
drivers/gpu/drm/aspeed/aspeed_gfx_out.c
31
struct aspeed_gfx *priv = to_aspeed_gfx(drm);