Symbol: sprd_dpu
drivers/gpu/drm/sprd/sprd_dpu.c
128
static int dpu_wait_stop_done(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
150
static int dpu_wait_update_done(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
320
static void sprd_dpu_layer(struct sprd_dpu *dpu, struct drm_plane_state *state)
drivers/gpu/drm/sprd/sprd_dpu.c
377
static void sprd_dpu_flip(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
404
static void sprd_dpu_init(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
452
static void sprd_dpu_fini(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
460
static void sprd_dpi_init(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
484
void sprd_dpu_run(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
493
void sprd_dpu_stop(struct sprd_dpu *dpu)
drivers/gpu/drm/sprd/sprd_dpu.c
533
struct sprd_dpu *dpu = to_sprd_crtc(new_state->crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
544
struct sprd_dpu *dpu = to_sprd_crtc(old_state->crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
618
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
641
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
651
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
670
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
685
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
694
struct sprd_dpu *dpu = to_sprd_crtc(crtc);
drivers/gpu/drm/sprd/sprd_dpu.c
717
static struct sprd_dpu *sprd_crtc_init(struct drm_device *drm,
drivers/gpu/drm/sprd/sprd_dpu.c
721
struct sprd_dpu *dpu;
drivers/gpu/drm/sprd/sprd_dpu.c
723
dpu = drmm_crtc_alloc_with_planes(drm, struct sprd_dpu, base,
drivers/gpu/drm/sprd/sprd_dpu.c
749
struct sprd_dpu *dpu = data;
drivers/gpu/drm/sprd/sprd_dpu.c
782
static int sprd_dpu_context_init(struct sprd_dpu *dpu,
drivers/gpu/drm/sprd/sprd_dpu.c
818
struct sprd_dpu *dpu;
drivers/gpu/drm/sprd/sprd_dpu.h
106
void sprd_dpu_run(struct sprd_dpu *dpu);
drivers/gpu/drm/sprd/sprd_dpu.h
107
void sprd_dpu_stop(struct sprd_dpu *dpu);
drivers/gpu/drm/sprd/sprd_dpu.h
69
static inline struct sprd_dpu *to_sprd_crtc(struct drm_crtc *crtc)
drivers/gpu/drm/sprd/sprd_dpu.h
71
return container_of(crtc, struct sprd_dpu, base);
drivers/gpu/drm/sprd/sprd_dsi.c
793
struct sprd_dpu *dpu = to_sprd_crtc(encoder->crtc);
drivers/gpu/drm/sprd/sprd_dsi.c
830
struct sprd_dpu *dpu = to_sprd_crtc(encoder->crtc);