[Intel-gfx] [PATCH 6/6] SDVO: fix more command definition errors
Eric Anholt
eric at anholt.net
Wed Nov 5 20:52:14 CET 2008
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?
--
Eric Anholt
eric at anholt.net eric.anholt at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20081105/3664dd95/attachment.sig>
More information about the Intel-gfx
mailing list