Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_drv.c40 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks()
80 struct shmob_drm_device *sdev = to_shmob_device(dev); in shmob_drm_irq()
120 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend()
127 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume()
134 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_runtime_suspend()
144 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_runtime_resume()
168 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove()
178 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_shutdown()
187 struct shmob_drm_device *sdev; in shmob_drm_probe()
202 struct shmob_drm_device, ddev); in shmob_drm_probe()
H A Dshmob_drm_crtc.h22 struct shmob_drm_device;
39 int shmob_drm_crtc_create(struct shmob_drm_device *sdev);
42 int shmob_drm_encoder_create(struct shmob_drm_device *sdev);
43 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
H A Dshmob_drm_crtc.c80 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_crtc_wait_page_flip()
113 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_crtc_setup_geometry()
171 struct shmob_drm_device *sdev = to_shmob_device(scrtc->base.dev); in shmob_drm_crtc_start_stop()
204 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_crtc_atomic_enable()
262 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_crtc_atomic_disable()
333 static void shmob_drm_crtc_enable_vblank(struct shmob_drm_device *sdev, in shmob_drm_crtc_enable_vblank()
352 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_enable_vblank()
361 struct shmob_drm_device *sdev = to_shmob_device(crtc->dev); in shmob_drm_disable_vblank()
377 int shmob_drm_crtc_create(struct shmob_drm_device *sdev) in shmob_drm_crtc_create()
418 struct shmob_drm_device *sdev = to_shmob_device(dev); in shmob_drm_encoder_mode_fixup()
[all …]
H A Dshmob_drm_drv.h28 struct shmob_drm_device { struct
47 static inline struct shmob_drm_device *to_shmob_device(struct drm_device *dev) in to_shmob_device() argument
49 return container_of(dev, struct shmob_drm_device, ddev); in to_shmob_device()
H A Dshmob_drm_plane.h14 struct shmob_drm_device;
16 struct drm_plane *shmob_drm_plane_create(struct shmob_drm_device *sdev,
H A Dshmob_drm_kms.h16 struct shmob_drm_device;
30 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
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_kms.c156 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()