Commit 99d1abf8 authored by Dave Airlie's avatar Dave Airlie Committed by Alex Deucher

amdgpu/dm: constify yuv_formats.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment