mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-22 01:28:23 +02:00
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:
parent
13a188a4ef
commit
25d2f09e9e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue