[PATCH v2 2/3] drm/omapdrm: Work-a-round for errata i734 (LCD1 Gamma) in DSS dispc

Jyri Sarha jsarha at ti.com
Mon May 23 15:00:42 UTC 2016


On 05/23/16 17:41, Jyri Sarha wrote:
> @@ -4112,7 +4115,8 @@ static const struct dispc_features omap54xx_dispc_feats = {
>  	.has_writeback		=	true,
>  	.supports_double_pixel	=	true,
>  	.reverse_ilace_field_order =	true,
> -	.has_gamma_tables	=	true,
> +	.has_gamma_table	=	true,
> +	.has_gamma_i734_bug	=	true,
>  };

Oops, the has_gamma_tables => has_gamma_table should be in the previous
patch.


More information about the dri-devel mailing list