diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2016-03-23 14:48:03 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:28:50 -0400 |
commit | 925a51c442fc2d15da99730d3bc35b3b2cae21b2 (patch) | |
tree | 143d0382311209cce08482964993da2f367d84a1 /drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | |
parent | 5f88567c625023e85f772481f16b18e9102c6996 (diff) | |
download | talos-obmc-linux-925a51c442fc2d15da99730d3bc35b3b2cae21b2.tar.gz talos-obmc-linux-925a51c442fc2d15da99730d3bc35b3b2cae21b2.zip |
drm/amdgpu: code style refine.
Whitespace fix.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c index cf01137fe6e4..db86012deb67 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c @@ -55,7 +55,7 @@ #define FIRMWARE_FIJI "amdgpu/fiji_uvd.bin" #define FIRMWARE_STONEY "amdgpu/stoney_uvd.bin" #define FIRMWARE_POLARIS10 "amdgpu/polaris10_uvd.bin" -#define FIRMWARE_POLARIS11 "amdgpu/polaris11_uvd.bin" +#define FIRMWARE_POLARIS11 "amdgpu/polaris11_uvd.bin" /** * amdgpu_uvd_cs_ctx - Command submission parser context |