On 2017-09-28 08:27 PM, Dave Airlie wrote: > From: Dave Airlie <[email protected]> > > Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Harry Wentland <[email protected]> Harry > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > index dba54c0..89442cc 100644 > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > @@ -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, > }; > _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
