Searched hist:"56278 a8edacee9ae9e3bc9d8c8e2d37e9969f3eb" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | diff 56278a8edacee9ae9e3bc9d8c8e2d37e9969f3eb Mon Dec 28 12:58:44 CST 2009 Alex Deucher <alexdeucher@gmail.com> drm/radeon/kms: pull power mode info from bios tables (v3)
The general idea is to validate the current hw state against the set of power states and select a power state based on that. This patch just pulls the power states from the bios and prints the information. It is not currently hooked up in the actual power management code. Hooking it up will require reworking the the current power state selection code and will be handled in a future patch.
Additionally, we'd need to decide on some default lower power states for cards without power tables.
v2 - increment state_index after checking for default state v3 - fix typo in pm init on pre-atom cards, handle pre-atom cards without x86 bioses
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | radeon_atombios.c | diff 56278a8edacee9ae9e3bc9d8c8e2d37e9969f3eb Mon Dec 28 12:58:44 CST 2009 Alex Deucher <alexdeucher@gmail.com> drm/radeon/kms: pull power mode info from bios tables (v3)
The general idea is to validate the current hw state against the set of power states and select a power state based on that. This patch just pulls the power states from the bios and prints the information. It is not currently hooked up in the actual power management code. Hooking it up will require reworking the the current power state selection code and will be handled in a future patch.
Additionally, we'd need to decide on some default lower power states for cards without power tables.
v2 - increment state_index after checking for default state v3 - fix typo in pm init on pre-atom cards, handle pre-atom cards without x86 bioses
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | radeon_pm.c | diff 56278a8edacee9ae9e3bc9d8c8e2d37e9969f3eb Mon Dec 28 12:58:44 CST 2009 Alex Deucher <alexdeucher@gmail.com> drm/radeon/kms: pull power mode info from bios tables (v3)
The general idea is to validate the current hw state against the set of power states and select a power state based on that. This patch just pulls the power states from the bios and prints the information. It is not currently hooked up in the actual power management code. Hooking it up will require reworking the the current power state selection code and will be handled in a future patch.
Additionally, we'd need to decide on some default lower power states for cards without power tables.
v2 - increment state_index after checking for default state v3 - fix typo in pm init on pre-atom cards, handle pre-atom cards without x86 bioses
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | radeon.h | diff 56278a8edacee9ae9e3bc9d8c8e2d37e9969f3eb Mon Dec 28 12:58:44 CST 2009 Alex Deucher <alexdeucher@gmail.com> drm/radeon/kms: pull power mode info from bios tables (v3)
The general idea is to validate the current hw state against the set of power states and select a power state based on that. This patch just pulls the power states from the bios and prints the information. It is not currently hooked up in the actual power management code. Hooking it up will require reworking the the current power state selection code and will be handled in a future patch.
Additionally, we'd need to decide on some default lower power states for cards without power tables.
v2 - increment state_index after checking for default state v3 - fix typo in pm init on pre-atom cards, handle pre-atom cards without x86 bioses
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|