diff options
Diffstat (limited to 'linux-core/dvo_tfp410.c')
| -rw-r--r-- | linux-core/dvo_tfp410.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/linux-core/dvo_tfp410.c b/linux-core/dvo_tfp410.c index 65b76c86..207fda80 100644 --- a/linux-core/dvo_tfp410.c +++ b/linux-core/dvo_tfp410.c @@ -248,7 +248,7 @@ static void tfp410_dpms(struct intel_dvo_device *dvo, int mode)  	if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))  		return; -	if (mode == DPMSModeOn) +	if (mode == DRM_MODE_DPMS_ON)  		ctl1 |= TFP410_CTL_1_PD;  	else  		ctl1 &= ~TFP410_CTL_1_PD; | 
