提交 99d1abf8 编写于 作者: D Dave Airlie 提交者: Alex Deucher

amdgpu/dm: constify yuv_formats.

Signed-off-by: NDave Airlie <airlied@redhat.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 b8a1d69c
......@@ -3073,7 +3073,7 @@ static uint32_t rgb_formats[] = {
DRM_FORMAT_ABGR2101010,
};
static uint32_t yuv_formats[] = {
static const uint32_t yuv_formats[] = {
DRM_FORMAT_NV12,
DRM_FORMAT_NV21,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册