Home
last modified time | relevance | path

Searched refs:shmob_drm_device (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.h19 struct shmob_drm_device;
46 int shmob_drm_crtc_create(struct shmob_drm_device *sdev);
51 int shmob_drm_encoder_create(struct shmob_drm_device *sdev);
52 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
H A Dshmob_drm_crtc.c41 static int shmob_drm_clk_on(struct shmob_drm_device *sdev) in shmob_drm_clk_on()
54 static void shmob_drm_clk_off(struct shmob_drm_device *sdev) in shmob_drm_clk_off()
67 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_setup_geometry()
158 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_start()
260 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_stop()
315 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_update_base()
355 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_mode_set()
460 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_enable_vblank()
469 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_disable_vblank()
493 int shmob_drm_crtc_create(struct shmob_drm_device *sdev) in shmob_drm_crtc_create()
[all …]
H A Dshmob_drm_drv.c34 static int shmob_drm_init_interface(struct shmob_drm_device *sdev) in shmob_drm_init_interface()
68 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks()
108 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_irq()
148 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend()
158 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume()
177 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove()
191 struct shmob_drm_device *sdev; in shmob_drm_probe()
H A Dshmob_drm_plane.h14 struct shmob_drm_device;
16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
H A Dshmob_drm_kms.h16 struct shmob_drm_device;
27 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
H A Dshmob_drm_backlight.c19 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_update()
29 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_get_brightness()
53 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_init()
H A Dshmob_drm_regs.h278 static inline void lcdc_write_mirror(struct shmob_drm_device *sdev, u32 reg, in lcdc_write_mirror()
284 static inline void lcdc_write(struct shmob_drm_device *sdev, u32 reg, u32 data) in lcdc_write()
291 static inline u32 lcdc_read(struct shmob_drm_device *sdev, u32 reg) in lcdc_read()
296 static inline int lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, in lcdc_wait_bit()
H A Dshmob_drm_plane.c63 struct shmob_drm_device *sdev = splane->plane.dev->dev_private; in __shmob_drm_plane_setup()
182 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_update()
214 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_disable()
247 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index) in shmob_drm_plane_create()
H A Dshmob_drm_drv.h23 struct shmob_drm_device { struct
H A Dshmob_drm_kms.c132 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()