Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.h18 struct shmob_drm_format_info { struct
28 const struct shmob_drm_format_info *shmob_drm_format_info(u32 fourcc); argument
H A Dshmob_drm_kms.c28 static const struct shmob_drm_format_info shmob_drm_format_infos[] = {
102 const struct shmob_drm_format_info *shmob_drm_format_info(u32 fourcc) in shmob_drm_format_info() function
122 const struct shmob_drm_format_info *format; in shmob_drm_fb_create()
124 format = shmob_drm_format_info(mode_cmd->pixel_format); in shmob_drm_fb_create()
H A Dshmob_drm_crtc.h23 struct shmob_drm_format_info;