OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_damage_clips
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h
180
* @
fb_damage_clips
:
187
struct drm_property_blob *
fb_damage_clips
;
member in struct:drm_plane_state
841
* Return: Number of clips in plane
fb_damage_clips
blob property.
846
return (state && state->
fb_damage_clips
) ?
847
state->
fb_damage_clips
->length/sizeof(struct drm_mode_rect) : 0;
858
* Return: Damage clips in plane
fb_damage_clips
blob property.
863
return (struct drm_mode_rect *)((state && state->
fb_damage_clips
) ?
864
state->
fb_damage_clips
->data : NULL);
/src/sys/external/bsd/drm2/dist/drm/
drm_damage_helper.c
45
*
FB_DAMAGE_CLIPS
is an optional plane property which provides a means to
52
*
FB_DAMAGE_CLIPS
is a hint to kernel which could be helpful for some drivers
56
* Since
FB_DAMAGE_CLIPS
is a hint so it is an optional property. User-space can
66
*
FB_DAMAGE_CLIPS
is a blob property with the layout of blob data is simply an
74
*
FB_DAMAGE_CLIPS
property by calling drm_plane_enable_fb_damage_clips().
121
* Note that &drm_plane_state.
fb_damage_clips
== NULL in plane state means that
138
drm_property_blob_put(plane_state->
fb_damage_clips
);
139
plane_state->
fb_damage_clips
= NULL;
235
drm_property_replace_blob(&plane_state->
fb_damage_clips
,
269
* &drm_plane_state.
fb_damage_clips
to plane &drm_plane_state.src. This iterato
[
all
...]
drm_atomic_state_helper.c
313
state->
fb_damage_clips
= NULL;
359
drm_property_blob_put(state->
fb_damage_clips
);
drm_atomic_uapi.c
585
&state->
fb_damage_clips
,
647
*val = (state->
fb_damage_clips
) ?
648
state->
fb_damage_clips
->base.id : 0;
Completed in 19 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026