Searched refs:DRM_FORMAT_BIG_ENDIAN (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fourcc.h | 32 * Note that the DRM_FORMAT_BIG_ENDIAN flag should only be used in 38 DRM_FORMAT_BIG_ENDIAN) 40 DRM_FORMAT_BIG_ENDIAN)
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fourcc.h | 37 * Note that the DRM_FORMAT_BIG_ENDIAN flag should only be used in 43 DRM_FORMAT_BIG_ENDIAN) 45 DRM_FORMAT_BIG_ENDIAN)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 184 if (format & DRM_FORMAT_BIG_ENDIAN) { in tve200_display_enable() 186 format &= ~DRM_FORMAT_BIG_ENDIAN; in tve200_display_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 184 if (format & DRM_FORMAT_BIG_ENDIAN) { in tve200_display_enable() 186 format &= ~DRM_FORMAT_BIG_ENDIAN; in tve200_display_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 146 format & DRM_FORMAT_BIG_ENDIAN ? "big" : "little", in drm_get_format_name() 182 { .format = DRM_FORMAT_XRGB1555 | DRM_FORMAT_BIG_ENDIAN, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info() 183 { .format = DRM_FORMAT_RGB565 | DRM_FORMAT_BIG_ENDIAN, .depth = 16, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 14 #define DRM_FORMAT_BIG_ENDIAN (1<<31) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 131 format = DRM_FORMAT_RGB565 | DRM_FORMAT_BIG_ENDIAN; in display_get_validated_format() 134 format = DRM_FORMAT_XRGB1555 | DRM_FORMAT_BIG_ENDIAN; in display_get_validated_format() 657 case DRM_FORMAT_RGB565 | DRM_FORMAT_BIG_ENDIAN: in ofdrm_device_set_gamma_linear() 696 case DRM_FORMAT_RGB565 | DRM_FORMAT_BIG_ENDIAN: in ofdrm_device_set_gamma()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 194 { .format = DRM_FORMAT_XRGB1555 | DRM_FORMAT_BIG_ENDIAN, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info() 195 { .format = DRM_FORMAT_RGB565 | DRM_FORMAT_BIG_ENDIAN, .depth = 16, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
|
H A D | drm_format_helper.c | 906 } else if (fb_format == (dst_format | DRM_FORMAT_BIG_ENDIAN)) { in drm_fb_blit() 909 } else if (fb_format == (dst_format & ~DRM_FORMAT_BIG_ENDIAN)) { in drm_fb_blit()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 26 #define DRM_FORMAT_BIG_ENDIAN (1U << 31) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 26 #define DRM_FORMAT_BIG_ENDIAN (1U << 31) macro
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm_fourcc.h | 108 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ macro
|
Completed in 15 milliseconds