Mailinglist Archive: radeonhd (622 mails)
| < Previous | Next > |
Re: [radeonhd] [PATCH] Use Crtc2 when trying to turn on the second CRTC.
- From: Egbert Eich <eich@xxxxxxx>
- Date: Sun, 7 Oct 2007 19:06:38 +0200
- Message-id: <18185.4638.660763.973212@xxxxxxxxxxxxxxxxxxx>
Matt,
thanks! scheduled for push.
Cheers,
Egbert.
Matt Kraai writes:
> ---
> 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
>
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |