[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 18:24 u?ytkownik Alex Deucher napisa?: > Only VOLTAGE_SW uses current_vddc so it's irrelevant for other voltage types. I introduced displaying this value in radeom_pm_info debugfs in next patch. -- Rafa?

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 18:09 u?ytkownik Alex Deucher napisa?: > 2010/6/7 Rafa? Mi?ecki : >> W dniu 7 czerwca 2010 07:00 u?ytkownik Alex Deucher >> napisa?: >>> 2010/6/6 Rafa? Mi?ecki : We have similar tracking for engine and memory. We could think about some solution for older GPUs as

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 07:00 u?ytkownik Alex Deucher napisa?: > 2010/6/6 Rafa? Mi?ecki : >> We have similar tracking for engine and memory. We could think about some >> solution for older GPUs as well, however there are not strict voltage values >> set. >> >> Signed-off-by: Rafa? Mi?ecki > > I

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Alex Deucher
2010/6/7 Rafa? Mi?ecki : > W dniu 7 czerwca 2010 18:24 u?ytkownik Alex Deucher > napisa?: >> Only VOLTAGE_SW uses current_vddc so it's irrelevant for other voltage types. > > I introduced displaying this value in radeom_pm_info debugfs in next patch. It should be set to 0 by default unless the

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Alex Deucher
2010/6/7 Rafa? Mi?ecki : > W dniu 7 czerwca 2010 18:09 u?ytkownik Alex Deucher > napisa?: >> 2010/6/7 Rafa? Mi?ecki : >>> W dniu 7 czerwca 2010 07:00 u?ytkownik Alex Deucher >>> napisa?: 2010/6/6 Rafa? Mi?ecki : > We have similar tracking for engine and memory. We could think about some

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Alex Deucher
2010/6/7 Rafa? Mi?ecki : > W dniu 7 czerwca 2010 07:00 u?ytkownik Alex Deucher > napisa?: >> 2010/6/6 Rafa? Mi?ecki : >>> We have similar tracking for engine and memory. We could think about some >>> solution for older GPUs as well, however there are not strict voltage values >>> set. >>> >>>

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Alex Deucher
2010/6/6 Rafa? Mi?ecki : > We have similar tracking for engine and memory. We could think about some > solution for older GPUs as well, however there are not strict voltage values > set. > > Signed-off-by: Rafa? Mi?ecki I actually had almost the exact same patch in my tree (broken out from my

Re: [PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 07:00 użytkownik Alex Deucher alexdeuc...@gmail.com napisał: 2010/6/6 Rafał Miłecki zaj...@gmail.com: We have similar tracking for engine and memory. We could think about some solution for older GPUs as well, however there are not strict voltage values set.

Re: [PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 18:09 użytkownik Alex Deucher alexdeuc...@gmail.com napisał: 2010/6/7 Rafał Miłecki zaj...@gmail.com: W dniu 7 czerwca 2010 07:00 użytkownik Alex Deucher alexdeuc...@gmail.com napisał: 2010/6/6 Rafał Miłecki zaj...@gmail.com: We have similar tracking for engine and

Re: [PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-07 Thread Rafał Miłecki
W dniu 7 czerwca 2010 18:24 użytkownik Alex Deucher alexdeuc...@gmail.com napisał: Only VOLTAGE_SW uses current_vddc so it's irrelevant for other voltage types. I introduced displaying this value in radeom_pm_info debugfs in next patch. -- Rafał ___

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-06 Thread Rafał Miłecki
We have similar tracking for engine and memory. We could think about some solution for older GPUs as well, however there are not strict voltage values set. Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/evergreen.c |8 ++-- drivers/gpu/drm/radeon/r600.c |8 ++--

[PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-06 Thread Rafał Miłecki
We have similar tracking for engine and memory. We could think about some solution for older GPUs as well, however there are not strict voltage values set. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- drivers/gpu/drm/radeon/evergreen.c |8 ++-- drivers/gpu/drm/radeon/r600.c |

Re: [PATCH 1/2] drm/radeon/kms/r600+: do not set the same voltage as current one

2010-06-06 Thread Alex Deucher
2010/6/6 Rafał Miłecki zaj...@gmail.com: We have similar tracking for engine and memory. We could think about some solution for older GPUs as well, however there are not strict voltage values set. Signed-off-by: Rafał Miłecki zaj...@gmail.com I actually had almost the exact same patch in my