obj-$(CONFIG_XZ_DEC) += xz_dec.o xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o ico'/>
summaryrefslogtreecommitdiff
path: root/include/uapi/drm/drm.h
>
AgeCommit message (Expand)AuthorFilesLines
authorRex Zhu <Rex.Zhu@amd.com>2016-12-07 16:06:38 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-12-15 15:16:21 -0500
commit54971406b7731efd5dbe0b1ccc42dfbd8af1f3b2 (patch)
treeb3c5bd3e3d36e0729ea7c5eed1f4542be074fb4e
parent2cf026ae85c42f253feb9f420d1b4bc99bd5503d (diff)
drm/amdgpu: disable uvd pg on Tonga.
it does not work with GPU pass through if the VM is not cleanly shutdown leading to a hang when the modules is reloaded. 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> Cc: stable@vger.kernel.org