amd/vpelib: Enable VPE cap for 3DLUT

Set enabled according to HW support. Upper layer can override.

Acked-by: Peyton Lee <peytolee@amd.com>
Signed-off-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42033>
This commit is contained in:
Kovac, Krunoslav 2026-03-19 13:36:16 -04:00 committed by Marge Bot
parent 13a188a4ef
commit 25d2f09e9e
2 changed files with 2 additions and 2 deletions

View file

@ -252,7 +252,7 @@ static struct vpe_caps
.dma_dim_33 = 1,
.alignment = LUT_3D_DMA_ALIGNMENT,
},
.lut_3d_compound = 0,
.lut_3d_compound = 1,
},
}},
.plane_caps =

View file

@ -246,7 +246,7 @@ static struct vpe_caps
.dma_dim_33 = 1,
.alignment = LUT_3D_DMA_ALIGNMENT,
},
.lut_3d_compound = 0,
.lut_3d_compound = 1,
},
}},
.plane_caps =