Re: [PATCH 2/2] drm/radeon: init atpx at switcheroo register time

2016-07-28 Thread Peter Wu
On Wed, Jul 27, 2016 at 04:10:45PM -0400, Alex Deucher wrote: > If we do it at enable time, it's too late for the feature > checks. > > bug: https://bugzilla.kernel.org/show_bug.cgi?id=115321 > Signed-off-by: Alex Deucher > Cc: Peter Wu > --- > drivers/gpu/drm/radeon/radeon_atpx_handler.c | 3 +

[PATCH 2/2] drm/radeon: init atpx at switcheroo register time

2016-07-27 Thread Alex Deucher
If we do it at enable time, it's too late for the feature checks. bug: https://bugzilla.kernel.org/show_bug.cgi?id=115321 Signed-off-by: Alex Deucher Cc: Peter Wu --- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/d