[PATCH 3/6] drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build time

2016-06-27 Thread Alex Deucher
On Mon, Jun 27, 2016 at 5:37 AM, Frank Binns wrote: > On 24/06/16 23:08, Alex Deucher wrote: >> >> On Fri, Jun 24, 2016 at 1:15 PM, Frank Binns >> wrote: >>> >>> This flag was being set unconditionally at runtime so just set it at >>> compile time instead. >>> >>> Signed-off-by: Frank Binns >> >

[PATCH 3/6] drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build time

2016-06-27 Thread Frank Binns
On 24/06/16 23:08, Alex Deucher wrote: > On Fri, Jun 24, 2016 at 1:15 PM, Frank Binns > wrote: >> This flag was being set unconditionally at runtime so just set it at >> compile time instead. >> >> Signed-off-by: Frank Binns > Reviewed-by: Alex Deucher > > Do you want to take this as part of th

[PATCH 3/6] drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build time

2016-06-24 Thread Frank Binns
This flag was being set unconditionally at runtime so just set it at compile time instead. Signed-off-by: Frank Binns --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/a

[PATCH 3/6] drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build time

2016-06-24 Thread Alex Deucher
On Fri, Jun 24, 2016 at 1:15 PM, Frank Binns wrote: > This flag was being set unconditionally at runtime so just set it at > compile time instead. > > Signed-off-by: Frank Binns Reviewed-by: Alex Deucher Do you want to take this as part of the patch set, or should I apply this to my tree? Ale