Re: [PATCH 6/9] drm/amdgpu: add freesync ioctl

2018-09-12 Thread Christian König
Am 11.09.2018 um 21:17 schrieb Alex Deucher: On Tue, Sep 11, 2018 at 1:59 PM Kazlauskas, Nicholas wrote: On 09/11/2018 01:51 PM, Christian König wrote: Am 11.09.2018 um 18:13 schrieb Nicholas Kazlauskas: From: Harry Wentland Add the ioctl to enable/disable freesync. Why do we still need th

Re: [PATCH 6/9] drm/amdgpu: add freesync ioctl

2018-09-11 Thread Alex Deucher
On Tue, Sep 11, 2018 at 1:59 PM Kazlauskas, Nicholas wrote: > > On 09/11/2018 01:51 PM, Christian König wrote: > > Am 11.09.2018 um 18:13 schrieb Nicholas Kazlauskas: > >> From: Harry Wentland > >> > >> Add the ioctl to enable/disable freesync. > > > > Why do we still need this now that we have t

Re: [PATCH 6/9] drm/amdgpu: add freesync ioctl

2018-09-11 Thread Kazlauskas, Nicholas
On 09/11/2018 01:51 PM, Christian König wrote: Am 11.09.2018 um 18:13 schrieb Nicholas Kazlauskas: From: Harry Wentland Add the ioctl to enable/disable freesync. Why do we still need this now that we have the DRM CRTC properties? These patches were already merged into amd-staging-drm-next

Re: [PATCH 6/9] drm/amdgpu: add freesync ioctl

2018-09-11 Thread Christian König
Am 11.09.2018 um 18:13 schrieb Nicholas Kazlauskas: From: Harry Wentland Add the ioctl to enable/disable freesync. Why do we still need this now that we have the DRM CRTC properties? Christian. Signed-off-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/am

[PATCH 6/9] drm/amdgpu: add freesync ioctl

2018-09-11 Thread Nicholas Kazlauskas
From: Harry Wentland Add the ioctl to enable/disable freesync. Signed-off-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 15 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.