It fixes a bug of the shaking screen: https://bugs.launchpad.net/bugs/1651981. Signed-off-by: Adrian Fiergolski <A.Fiergolski@xxxxxxxxx> --- drivers/gpu/drm/radeon/si_dpm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 8b5e697..c6d9273 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -2932,6 +2932,8 @@ static struct si_dpm_quirk si_dpm_quirk_list[] = { { PCI_VENDOR_ID_ATI, 0x6811, 0x1043, 0x2015, 0, 120000 }, { PCI_VENDOR_ID_ATI, 0x6811, 0x148c, 0x2015, 0, 120000 }, { PCI_VENDOR_ID_ATI, 0x6810, 0x1682, 0x9275, 0, 120000 }, + /* VERDE - https://bugs.launchpad.net/bugs/1651981 */ + { PCI_VENDOR_ID_ATI, 0x6821, 0x103c, 0x2254, 77500, 112500 }, { 0, 0, 0, 0 }, }; -- 2.9.3 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel