[PATCH] drm/amdgpu/gfx9: add gfxoff quirk

Alex Deucher alexdeucher at gmail.com
Mon Apr 13 15:02:22 UTC 2020


Ping?

Alex

On Thu, Apr 9, 2020 at 11:43 AM Alex Deucher <alexdeucher at gmail.com> wrote:
>
> Fix screen corruption with firefox.
>
> Bug: https://bugzilla.kernel.org/show_bug.cgi?id=207171
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> index 1d18447129b1..e14ff65ac735 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> @@ -1231,6 +1231,8 @@ struct amdgpu_gfxoff_quirk {
>  static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = {
>         /* https://bugzilla.kernel.org/show_bug.cgi?id=204689 */
>         { 0x1002, 0x15dd, 0x1002, 0x15dd, 0xc8 },
> +       /* https://bugzilla.kernel.org/show_bug.cgi?id=207171 */
> +       { 0x1002, 0x15dd, 0x103c, 0x83e7, 0xd3 },
>         { 0, 0, 0, 0, 0 },
>  };
>
> --
> 2.25.2
>


More information about the amd-gfx mailing list