Revert "drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS"
This reverts commit 444232b00b
.
This commit is contained in:
parent
03acea760d
commit
34c3ff3688
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ static int drm_atomic_plane_set_property(struct drm_plane *plane,
|
|||
&state->fb_damage_clips,
|
||||
val,
|
||||
-1,
|
||||
sizeof(struct drm_mode_rect),
|
||||
sizeof(struct drm_rect),
|
||||
&replaced);
|
||||
return ret;
|
||||
} else if (plane->funcs->atomic_set_property) {
|
||||
|
|
Loading…
Add table
Reference in a new issue