Searched refs:shmob_drm_device (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_crtc.h | 19 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 D | shmob_drm_crtc.c | 41 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 D | shmob_drm_drv.c | 34 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 D | shmob_drm_plane.h | 14 struct shmob_drm_device; 16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
|
H A D | shmob_drm_kms.h | 16 struct shmob_drm_device; 27 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
|
H A D | shmob_drm_backlight.c | 19 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 D | shmob_drm_regs.h | 278 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 D | shmob_drm_plane.c | 63 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 D | shmob_drm_drv.h | 23 struct shmob_drm_device { struct
|
H A D | shmob_drm_kms.c | 132 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()
|