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
126
struct aspeed_gfx *priv = to_aspeed_gfx(drm);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
143
struct aspeed_gfx *priv = to_aspeed_gfx(drm);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
259
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
279
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
294
struct aspeed_gfx *priv = dev_get_drvdata(dev);
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
318
struct aspeed_gfx *priv;
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
322
struct aspeed_gfx, drm);
drivers/gpu/drm/aspeed/aspeed_gfx_out.c
31
struct aspeed_gfx *priv = to_aspeed_gfx(drm);