Skip to content
Commit a2e2f299 authored by Nils Holland's avatar Nils Holland Committed by Alex Deucher
Browse files

drm/amdgpu: Bring bo creation in line with radeon driver (v2)



Add the bo creation changes that have been done to the radeon driver in
recent times, e.g. disable GTT WC on 32 bit because it is broken there,
and also disable it generally (and print a warning message) when
CONFIG_X86_PAT is not set.

v2: agd: fix warning in defined(CONFIG_X86) && !defined(CONFIG_X86_PAT)
    case

Reviewed-by: default avatarMichel Dänzer <michel.daenzer@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarNils Holland <nholland@tisys.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 08f1408c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment