Searched refs:DRM_FORMAT_X0L0 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/selftests/ |
A D | test-drm_format.c | 49 info = drm_format_info(DRM_FORMAT_X0L0); in igt_check_drm_format_block_width() 92 info = drm_format_info(DRM_FORMAT_X0L0); in igt_check_drm_format_block_height()
|
/linux/drivers/gpu/drm/arm/ |
A D | malidp_hw.c | 112 { DRM_FORMAT_X0L0, DE_VIDEO1 | DE_VIDEO2, MALIDP_ID(5, 4)}, 732 case DRM_FORMAT_X0L0: in malidpx50_get_bytes_per_column() 1138 case DRM_FORMAT_X0L0: in malidp_hw_format_is_linear_only()
|
/linux/include/uapi/drm/ |
A D | drm_fourcc.h | 239 #define DRM_FORMAT_X0L0 fourcc_code('X', '0', 'L', '0') macro
|
/linux/drivers/gpu/drm/ |
A D | drm_fourcc.c | 229 { .format = DRM_FORMAT_X0L0, .depth = 0, .num_planes = 1, in __drm_format_info()
|
Completed in 9 milliseconds