Searched refs:n_pixel_formats (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_mw.c | 197 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), in get_writeback_formats() 202 for (n = 0, i = 0; i < map->n_pixel_formats; i++) { in get_writeback_formats()
|
H A D | malidp_hw.h | 125 const u8 n_pixel_formats; member
|
H A D | malidp_planes.c | 964 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), GFP_KERNEL); in malidp_de_planes_init() 980 for (n = 0, j = 0; j < map->n_pixel_formats; j++) { in malidp_de_planes_init()
|
H A D | malidp_hw.c | 970 .n_pixel_formats = ARRAY_SIZE(malidp500_de_formats), 1019 .n_pixel_formats = ARRAY_SIZE(malidp550_de_formats), 1073 .n_pixel_formats = ARRAY_SIZE(malidp650_de_formats), 1096 for (i = 0; i < map->n_pixel_formats; i++) { in malidp_hw_get_format_id()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | malidp_mw.c | 193 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), in get_writeback_formats() 198 for (n = 0, i = 0; i < map->n_pixel_formats; i++) { in get_writeback_formats()
|
H A D | malidp_hw.h | 125 const u8 n_pixel_formats; member
|
H A D | malidp_planes.c | 957 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), GFP_KERNEL); in malidp_de_planes_init() 967 for (n = 0, j = 0; j < map->n_pixel_formats; j++) { in malidp_de_planes_init()
|
H A D | malidp_hw.c | 970 .n_pixel_formats = ARRAY_SIZE(malidp500_de_formats), 1019 .n_pixel_formats = ARRAY_SIZE(malidp550_de_formats), 1073 .n_pixel_formats = ARRAY_SIZE(malidp650_de_formats), 1096 for (i = 0; i < map->n_pixel_formats; i++) { in malidp_hw_get_format_id()
|
Completed in 10 milliseconds