Commit e2770d76 authored by Guchun Chen's avatar Guchun Chen Committed by Alex Deucher
Browse files

drm/amdgpu/vkms: drop redundant set of fb_modifiers_not_supported



Due to a coding typo.

Signed-off-by: default avatarGuchun Chen <guchun.chen@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c7a6c2b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -500,8 +500,6 @@ static int amdgpu_vkms_sw_init(void *handle)

	adev_to_drm(adev)->mode_config.fb_modifiers_not_supported = true;

	adev_to_drm(adev)->mode_config.fb_modifiers_not_supported = true;

	r = amdgpu_display_modeset_create_props(adev);
	if (r)
		return r;