Symbol: DRM_FORMAT_MAX_PLANES
drivers/gpu/drm/ast/ast_cursor.c
202
struct iosys_map argb4444_dst[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/ast/ast_cursor.c
205
unsigned int argb4444_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/ast/ast_cursor.c
218
struct iosys_map argb4444_dst[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/ast/ast_cursor.c
221
unsigned int argb4444_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1034
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1075
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1119
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1159
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1239
static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
1327
static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
232
static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
418
static const unsigned int default_dst_pitch[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
548
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
587
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
627
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
667
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
707
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
747
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
787
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
827
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
867
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
909
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
951
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_format_helper.c
993
static const u8 dst_pixsize[DRM_FORMAT_MAX_PLANES] = {
drivers/gpu/drm/drm_gem_framebuffer_helper.c
162
struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/msm/msm_fb.c
27
uint64_t iova[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/tests/drm_format_helper_test.c
1343
unsigned int src_pitches[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/tests/drm_format_helper_test.c
1344
const u32 src[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];
drivers/gpu/drm/tests/drm_format_helper_test.c
1345
unsigned int dst_pitches[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/tests/drm_format_helper_test.c
1346
const u32 expected[DRM_FORMAT_MAX_PLANES][TEST_BUF_SIZE];
drivers/gpu/drm/tests/drm_format_helper_test.c
1662
size_t dst_size[DRM_FORMAT_MAX_PLANES] = { 0 };
drivers/gpu/drm/tests/drm_format_helper_test.c
1663
u32 *buf[DRM_FORMAT_MAX_PLANES] = { 0 };
drivers/gpu/drm/tests/drm_format_helper_test.c
1664
__le32 *src_cp[DRM_FORMAT_MAX_PLANES] = { 0 };
drivers/gpu/drm/tests/drm_format_helper_test.c
1665
__le32 *expected[DRM_FORMAT_MAX_PLANES] = { 0 };
drivers/gpu/drm/tests/drm_format_helper_test.c
1666
struct iosys_map dst[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/tests/drm_format_helper_test.c
1667
struct iosys_map src[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/tests/drm_format_helper_test.c
1673
memcpy(fb.pitches, params->src_pitches, DRM_FORMAT_MAX_PLANES * sizeof(int));
drivers/gpu/drm/vc4/vc4_drv.h
409
u32 ptr0_offset[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/vc4/vc4_drv.h
433
unsigned int upm_handle[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/vc4/vc4_plane.c
1067
for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) {
drivers/gpu/drm/vc4/vc4_plane.c
296
for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) {
drivers/gpu/drm/vc4/vc4_plane.c
350
for (i = 0; i < DRM_FORMAT_MAX_PLANES; i++) {
drivers/gpu/drm/vkms/vkms_drv.h
44
struct iosys_map map[DRM_FORMAT_MAX_PLANES];
drivers/gpu/drm/vkms/vkms_drv.h
89
struct iosys_map data[DRM_FORMAT_MAX_PLANES];
include/drm/drm_fourcc.h
112
u8 char_per_block[DRM_FORMAT_MAX_PLANES];
include/drm/drm_fourcc.h
121
u8 block_w[DRM_FORMAT_MAX_PLANES];
include/drm/drm_fourcc.h
129
u8 block_h[DRM_FORMAT_MAX_PLANES];
include/drm/drm_fourcc.h
86
u8 cpp[DRM_FORMAT_MAX_PLANES];
include/drm/drm_framebuffer.h
153
unsigned int pitches[DRM_FORMAT_MAX_PLANES];
include/drm/drm_framebuffer.h
171
unsigned int offsets[DRM_FORMAT_MAX_PLANES];
include/drm/drm_framebuffer.h
208
struct drm_gem_object *obj[DRM_FORMAT_MAX_PLANES];
include/drm/drm_gem_atomic_helper.h
70
struct iosys_map map[DRM_FORMAT_MAX_PLANES];
include/drm/drm_gem_atomic_helper.h
78
struct iosys_map data[DRM_FORMAT_MAX_PLANES];
include/drm/drm_panic.h
40
struct iosys_map map[DRM_FORMAT_MAX_PLANES];
include/drm/drm_panic.h
65
unsigned int pitch[DRM_FORMAT_MAX_PLANES];