On 2017-11-02 10:16 AM, Christian König wrote: > Somehow missed to commit that during rebase. > > Signed-off-by: Christian König <[email protected]>
Reviewed-by: Harry Wentland <[email protected]> Harry > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index cb3a0ac90eaf..9ed8a74b69c4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -796,6 +796,8 @@ int amdgpu_device_resize_fb_bar(struct amdgpu_device > *adev) > return -ENODEV; > > pci_write_config_word(adev->pdev, PCI_COMMAND, cmd); > + > + return 0; > } > > /* > _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
