Searched refs:sun4i_tcon (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/sun4i/ |
D | sun4i_dotclock.h | 12 struct sun4i_tcon; 14 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon); 15 int sun4i_dclk_free(struct sun4i_tcon *tcon);
|
D | sun4i_tcon.c | 82 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status() 116 static void sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_lvds_set_status() 162 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status() 199 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank() 222 static struct sun4i_tcon *sun4i_get_tcon0(struct drm_device *drm) in sun4i_get_tcon0() 225 struct sun4i_tcon *tcon; in sun4i_get_tcon0() 237 static void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_set_mux() 267 static void sun4i_tcon0_mode_set_common(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_common() 279 static void sun4i_tcon0_mode_set_dithering(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_dithering() 331 static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_cpu() [all …]
|
D | sun4i_tcon.h | 218 struct sun4i_tcon; 229 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *); 232 struct sun4i_tcon { struct 271 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); argument 272 void sun4i_tcon_mode_set(struct sun4i_tcon *tcon, 275 void sun4i_tcon_set_status(struct sun4i_tcon *crtc,
|
D | sun4i_crtc.h | 17 struct sun4i_tcon *tcon; 27 struct sun4i_tcon *tcon);
|
D | sun4i_dotclock.c | 18 struct sun4i_tcon *tcon; 74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() 165 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() 201 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
|
D | sun4i_rgb.c | 25 struct sun4i_tcon *tcon; 64 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid() 199 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init()
|
D | sun4i_lvds.h | 10 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
|
D | sun4i_rgb.h | 12 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
|
D | Makefile | 24 sun4i-tcon-y += sun4i_tcon.o
|
D | sun4i_lvds.c | 102 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_lvds_init()
|
D | sun4i_crtc.c | 188 struct sun4i_tcon *tcon) in sun4i_crtc_init()
|