Home
last modified time | relevance | path

Searched refs:shmob_drm_format_info (Results 1 – 4 of 4) 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
123 const struct shmob_drm_format_info *format; in shmob_drm_fb_create()
125 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;
H A Dshmob_drm_plane.c31 const struct shmob_drm_format_info *format;
181 sstate->format = shmob_drm_format_info(new_plane_state->fb->format->format); in shmob_drm_plane_atomic_check()