OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_types
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_plane.c
130
memcpy(formats_ptr(blob_data), plane->
format_types
, formats_size);
140
plane->
format_types
[j],
207
plane->
format_types
= kmalloc_array(format_count, sizeof(uint32_t),
209
if (!plane->
format_types
) {
238
kfree(plane->
format_types
);
254
kfree(plane->
format_types
);
260
memcpy(plane->
format_types
, formats, format_count * sizeof(uint32_t));
366
kfree(plane->
format_types
);
561
plane->
format_types
,
577
if (format == plane->
format_types
[i]
[
all
...]
drm_fb_helper.c
1564
fmt = drm_format_info(plane->
format_types
[j]);
/src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h
612
/** @
format_types
: array of formats supported by this plane */
613
uint32_t *
format_types
;
member in struct:drm_plane
614
/** @format_count: Size of the array pointed at by @
format_types
. */
Completed in 14 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025