RE: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-10 Thread Deucher, Alexander
08, 2017 7:08 PM > To: Alex Deucher > Cc: amd-gfx mailing list; Deucher, Alexander > Subject: Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check > > Hi Alex, > > This commit causes that clock_crystal_freq is 0 on Raven, demoting > OpenGL support from 4.5 to 3.2. Can I revert?

Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-10 Thread Marek Olšák
; Deucher, Alexander > > Subject: Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check > > > > Hi Alex, > > > > This commit causes that clock_crystal_freq is 0 on Raven, demoting > > OpenGL support from 4.5 to 3.2. Can I revert? > > The problem is, it's just r

RE: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-10 Thread Deucher, Alexander
> -Original Message- > From: Marek Olšák [mailto:mar...@gmail.com] > Sent: Saturday, July 08, 2017 7:08 PM > To: Alex Deucher > Cc: amd-gfx mailing list; Deucher, Alexander > Subject: Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check > > Hi Alex,

Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-08 Thread Marek Olšák
Hi Alex, This commit causes that clock_crystal_freq is 0 on Raven, demoting OpenGL support from 4.5 to 3.2. Can I revert? Marek On Wed, Jul 5, 2017 at 9:51 PM, Alex Deucher wrote: > Not all vbios images seem to set the version appropriately. > Switch the check based on

Re: [PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-06 Thread Christian König
Am 05.07.2017 um 21:51 schrieb Alex Deucher: Not all vbios images seem to set the version appropriately. Switch the check based on asic type instead. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 15 +-- 1 file changed, 1

[PATCH 1/3] drm/amdgpu/atom: fix atom_fw check

2017-07-05 Thread Alex Deucher
Not all vbios images seem to set the version appropriately. Switch the check based on asic type instead. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git