Bug 58521
Summary: | Radeon ATOM BIOS have wrong value in controller->ucType for RV635 chip | ||
---|---|---|---|
Product: | Drivers | Reporter: | Guram Savinov (guram.savinov) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, guram.savinov, szg00000, zajec5 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.5.0 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Guram Savinov
2013-05-20 00:16:01 UTC
A lot of laptop OEMs don't use the internal thermal sensor. In most cases they use a platform specific thermal sensor since they often cover multiple components with the same thermal zone. It's usually exposed via a platform specific acpi thermal zone or acpi temperature sensor. It's not a bios bug; very few r6xx/r7xx laptops expose the internal thermal sensor. In this case it will be better to setup internal thermal sensor without checking AtomBIOS thermal sensor info value, isn't it? It's no a lot chanses to have acpi sensors support in linux kernel. I think if we know that chip have internal sensor, we should setup it. It might produce garbage results depending on the thermal solution from the OEM. Is it possible to implement force enabling internal sensor configuration by conf file? Because OEM's disable thermal sensor info in AtomBIOS we haven't sensor for GPU. >>It might produce garbage results depending on the thermal solution from the
OEM.
OEM? I talk about ATI on-chip thermal sensor, it's not OEM, right?
The OEM designs the thermal solution for the laptop. If they choose not to use the internal thermal sensor, there is no guarantee that it's calibrated correctly for their specific system. Ok, but how about comment#4, is it possible? By default sensor will be initialized as it implemented now, but it will be possible to override OEM configuration that disable internal sensor. I'd prefer not to. These sort of options tend to be abused. Users and possibly some distros will start forcing the option on, and then we'll get swamped with bug reports about garbage temperatures where the reporter will fail to note that they forced the option on. (In reply to comment #8) > I'd prefer not to. These sort of options tend to be abused. Users and > possibly some distros will start forcing the option on, and then we'll get > swamped with bug reports about garbage temperatures where the reporter will > fail to note that they forced the option on. Sounds sane. @Guram: what about ACPI? Did you investigate why Linux doesn't export thermal info from it? >>@Guram: what about ACPI? Did you investigate why Linux doesn't export thermal
info from it?
Maybe Asus M50Sa laptop have no hardware ACPI thermal sensors.
If it exist I think Asus include any monitor software tool with laptop CD's.
99% that ATI internal sensor only one way to get GPU themperature.
|