[Intel-gfx] [PATCH 6/6] SDVO: fix more command definition errors

Wang, Zhenyu Z zhenyu.z.wang at intel.com
Thu Nov 6 02:19:29 CET 2008


On 2008.11.06 03:52:14 +0800, Eric Anholt wrote:
> On Tue, 2008-11-04 at 16:54 +0800, Zhenyu Wang wrote:
> > ---
> >  src/i830_sdvo_regs.h |    6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/src/i830_sdvo_regs.h b/src/i830_sdvo_regs.h
> > index 11e49c8..5b3ff98 100644
> > --- a/src/i830_sdvo_regs.h
> > +++ b/src/i830_sdvo_regs.h
> > @@ -566,7 +566,7 @@ struct i830_sdvo_enhancements_reply {
> >  #define SDVO_CMD_GET_MAX_2D_FLICKER_FITER		0x52
> >  #define SDVO_CMD_GET_MAX_SATURATION			0x55
> >  #define SDVO_CMD_GET_MAX_HUE				0x58
> > -#define SDVO_CMD_GET_MAX_BRIGHTNESS			0x5c
> > +#define SDVO_CMD_GET_MAX_BRIGHTNESS			0x5b
> >  #define SDVO_CMD_GET_MAX_CONTRAST			0x5e
> >  #define SDVO_CMD_GET_MAX_OVERSCAN_H			0x61
> >  #define SDVO_CMD_GET_MAX_OVERSCAN_V			0x64
> > @@ -580,8 +580,8 @@ struct i830_sdvo_enhancement_limits_reply {
> >      uint16_t default_value;
> >  } __attribute__((packed));
> >  
> > -#define SDVO_CMD_GET_FLICKER_FITER			0x4d
> > -#define SDVO_CMD_SET_FLICKER_FITER			0x4e
> > +#define SDVO_CMD_GET_FLICKER_FITER			0x4e
> > +#define SDVO_CMD_SET_FLICKER_FITER			0x4f
> >  #define SDVO_CMD_GET_ADAPTIVE_FLICKER_FITER		0x50
> >  #define SDVO_CMD_SET_ADAPTIVE_FLICKER_FITER		0x51
> >  #define SDVO_CMD_GET_2D_FLICKER_FITER			0x53
> 
> Shall we take the opportunity to spell "FILTER" right as well?
> 

oh, nice catch, I'll fix that before pushing. Thanks.

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20081106/04ded93a/attachment.sig>


More information about the Intel-gfx mailing list