OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plane_list
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h
584
* List of all planes on @dev, linked from &drm_mode_config.
plane_list
.
806
list_for_each_entry((plane), &(dev)->mode_config.
plane_list
, head) \
819
list_for_each_entry(plane, &(dev)->mode_config.
plane_list
, head) \
830
list_for_each_entry(plane, &(dev)->mode_config.
plane_list
, head)
drm_mode_config.h
486
* @
plane_list
:
491
struct list_head
plane_list
;
member in struct:drm_mode_config
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h
373
&(dev)->mode_config.
plane_list
, \
378
&(dev)->mode_config.
plane_list
, \
385
&(dev)->mode_config.
plane_list
, \
/src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c
408
INIT_LIST_HEAD(&dev->mode_config.
plane_list
);
506
list_for_each_entry_safe(plane, plt, &dev->mode_config.
plane_list
,
drm_plane.c
267
list_add_tail(&plane->head, &config->
plane_list
);
372
/* Note that the
plane_list
is considered to be static; should we
374
* the indices on the drm_plane after us in the
plane_list
.
drm_atomic.c
1474
list_for_each_entry(plane, &config->
plane_list
, head) {
Completed in 148 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025