Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

amdgpu/dm: constify yuv_formats.

parent b8a1d69c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};