Mailinglist Archive: radeonhd (622 mails)
| < Previous | Next > |
[radeonhd] [PATCH] Use Crtc2 when trying to turn on the second CRTC.
- From: Matt Kraai <kraai@xxxxxxxxx>
- Date: Fri, 5 Oct 2007 00:54:42 -0700
- Message-id: <1191570882-4899-1-git-send-email-kraai@xxxxxxxxx>
---
src/rhd_driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index e281d57..e6dafe1 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -985,7 +985,7 @@ RHDDisplayPowerManagementSet(ScrnInfoPtr pScrn,
}
if (Crtc2->Active) {
- Crtc2->Power(Crtc1, RHD_POWER_ON);
+ Crtc2->Power(Crtc2, RHD_POWER_ON);
for (Output = rhdPtr->Outputs; Output; Output = Output->Next)
if (Output->Power && Output->Active && (Output->Crtc == Crtc2))
--
1.5.3.3
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
src/rhd_driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index e281d57..e6dafe1 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -985,7 +985,7 @@ RHDDisplayPowerManagementSet(ScrnInfoPtr pScrn,
}
if (Crtc2->Active) {
- Crtc2->Power(Crtc1, RHD_POWER_ON);
+ Crtc2->Power(Crtc2, RHD_POWER_ON);
for (Output = rhdPtr->Outputs; Output; Output = Output->Next)
if (Output->Power && Output->Active && (Output->Crtc == Crtc2))
--
1.5.3.3
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |