backend/drm: Add pixel blend mode properties

This commit is contained in:
YaoBing Xiao 2026-03-26 10:07:27 +08:00
parent 413664e0b0
commit b09160aa3e
6 changed files with 22 additions and 1 deletions

View file

@ -68,6 +68,7 @@ static const struct prop_info plane_info[] = {
{ "SRC_W", INDEX(src_w) },
{ "SRC_X", INDEX(src_x) },
{ "SRC_Y", INDEX(src_y) },
{ "pixel blend mode", INDEX(pixel_blend_mode) },
{ "rotation", INDEX(rotation) },
{ "type", INDEX(type) },
#undef INDEX