Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_R1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/drm/
H A Ddrm_fourcc.h132 #define DRM_FORMAT_R1 fourcc_code('R', '1', ' ', ' ') /* [7:0] R0:R1:R2:R3:R4:R5:R6:R7 1:1:1:1:1:1… macro
/openbmc/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h131 #define DRM_FORMAT_R1 fourcc_code('R', '1', ' ', ' ') /* [7:0] R0:R1:R2:R3:R4:R5:R6:R7 1:1:1:1:1:1… macro
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c164 { .format = DRM_FORMAT_R1, .depth = 1, .num_planes = 1, in __drm_format_info()
/openbmc/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c647 fi = drm_format_info(DRM_FORMAT_R1); in ssd130x_primary_plane_helper_atomic_check()