diff options
author | Christian König <deathsimple@vodafone.de> | 2012-05-02 17:11:21 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-03 12:16:35 +0400 |
commit | 3368ff0cf483005bd327372049f2bf43dc63730a (patch) | |
tree | 7ae68a4041144aa665cfbb17c21a71f74e825ec4 /drivers/gpu/drm/radeon/radeon.h | |
parent | 069211e55561fdaf86d66eedacca57eaad910757 (diff) | |
download | linux-3368ff0cf483005bd327372049f2bf43dc63730a.tar.xz |
drm/radeon: make lockup timeout a module param
Don't hard code the 10 seconds timeout. Compute jobs
can run much longer.
Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index b8d4d947c347..0784e4d57d28 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -94,6 +94,7 @@ extern int radeon_disp_priority; extern int radeon_hw_i2c; extern int radeon_pcie_gen2; extern int radeon_msi; +extern int radeon_lockup_timeout; /* * Copy from radeon_drv.h so we don't have to include both and have conflicting |