OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_conn.h
26
const u32 *xen_drm_front_conn_get_formats(int *
format_count
);
xen_drm_front_conn.c
43
const u32 *xen_drm_front_conn_get_formats(int *
format_count
)
45
*
format_count
= ARRAY_SIZE(plane_formats);
xen_drm_front_kms.c
301
int
format_count
;
local in function:display_pipe_init
315
formats = xen_drm_front_conn_get_formats(&
format_count
);
319
format_count
, NULL,
/src/sys/external/bsd/drm2/dist/drm/
drm_plane.c
100
formats_size = sizeof(__u32) * plane->
format_count
;
123
blob_data->count_formats = plane->
format_count
;
138
for (j = 0; j < plane->
format_count
; j++) {
167
* @
format_count
: number of elements in @formats
181
const uint32_t *formats, unsigned int
format_count
,
207
plane->format_types = kmalloc_array(
format_count
, sizeof(uint32_t),
219
if (WARN_ON(
format_count
> 64))
260
memcpy(plane->format_types, formats,
format_count
* sizeof(uint32_t));
261
plane->
format_count
=
format_count
;
[
all
...]
drm_fb_helper.c
1561
for (j = 0; j < plane->
format_count
; j++) {
/src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h
614
/** @
format_count
: Size of the array pointed at by @format_types. */
615
unsigned int
format_count
;
member in struct:drm_plane
739
unsigned int
format_count
,
747
const uint32_t *formats, unsigned int
format_count
,
Completed in 15 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025