lp:~radeon-profile/radeon-profile/+git/radeon-profile-master

Owned by Radeon Profile
Get this repository:
git clone https://git.launchpad.net/~radeon-profile/radeon-profile/+git/radeon-profile-master

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/emerge-e-world/radeon-profile.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
master 2022-02-24 11:40:34 UTC
fix incomplete bounds checks in parseOcTable()

Author: Patrick Michaelis
Author Date: 2022-02-24 11:10:27 UTC

fix incomplete bounds checks in parseOcTable()

When parsing the OD_RANGE or volt/freq pairs, three colums are expected
in those tables. However, bounds checks only tested for the case when
only one column (i.e. a new table header) is found.

Properly abort parsing when less than 3 columns are found and ignore
those lines.

navi_fixes 2022-02-24 11:40:34 UTC
fix incomplete bounds checks in parseOcTable()

Author: Patrick Michaelis
Author Date: 2022-02-24 11:10:27 UTC

fix incomplete bounds checks in parseOcTable()

When parsing the OD_RANGE or volt/freq pairs, three colums are expected
in those tables. However, bounds checks only tested for the case when
only one column (i.e. a new table header) is found.

Properly abort parsing when less than 3 columns are found and ignore
those lines.

multi-sensor-upstream 2021-12-09 03:45:34 UTC
allow selecting temperature sensor in fan profiles

Author: Patrick Michaelis
Author Date: 2021-12-08 23:05:46 UTC

allow selecting temperature sensor in fan profiles

Adds a new combo box to the fan profile tab to allow the user to select
a temperature sensor as data source for this fan curve.

radeon_profile::adjustFanSpeed() will now read the current temperature
of the temperature sensor selected in the currently active fan profile.

This setting is a per fan profile setting. It is stored in the
newly added FanProfile struct and written to and read from the xml config file
for each fan profile. By default, the edge temperature sensor is
selected. This also applies when an older config file is read without
the new config attribute.

multi-sensor 2021-12-08 23:05:46 UTC
allow selecting temperature sensor in fan profiles

Author: Patrick Michaelis
Author Date: 2021-12-08 23:05:46 UTC

allow selecting temperature sensor in fan profiles

Adds a new combo box to the fan profile tab to allow the user to select
a temperature sensor as data source for this fan curve.

radeon_profile::adjustFanSpeed() will now read the current temperature
of the temperature sensor selected in the currently active fan profile.

This setting is a per fan profile setting. It is stored in the
newly added FanProfile struct and written to and read from the xml config file
for each fan profile. By default, the edge temperature sensor is
selected. This also applies when an older config file is read without
the new config attribute.

fix-topbarcfg 2021-12-02 19:55:25 UTC
Add bounds check to move left/right buttons in topbar cfg dialog

Author: Patrick Michaelis
Author Date: 2021-12-02 19:38:49 UTC

Add bounds check to move left/right buttons in topbar cfg dialog

Make sure an item is actually selected and can be moved in the desired
direction. I.e. don't try to move left if it is already the first item
and don't move right if it is the last.

Without this bounds check clicking on move left/right leads to crashes
due to out of range acccesses on ui->listWidget.

fix_null 2021-12-02 16:54:00 UTC
handle null chars in dxorg.cpp:getValueFromSysFsFile()

Author: Patrick Michaelis
Author Date: 2021-12-02 16:54:00 UTC

handle null chars in dxorg.cpp:getValueFromSysFsFile()

QString truncates strings after the first occurance of a null character. If a sysfs file contains null characters in the middle of the contents, the output of getValueFromSysFsFile() is incomplete.

This replaces all occurances of null chars in the QByteArray returned from QFile::readAll() before converting it to a QString.
This also fixes segfaults on startup when incomplete pp_od_clk_voltage tables are being parsed.

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers