Home
last modified time | relevance | path

Searched refs:shmob_drm_plane_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.h16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
H A Dshmob_drm_drv.c242 ret = shmob_drm_plane_create(sdev, i); in shmob_drm_probe()
H A Dshmob_drm_plane.c247 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index) in shmob_drm_plane_create() function