bug i915/intel_tv.c: color bust for NTSC-443

Dan Carpenter error27 at gmail.com
Mon Jun 21 04:49:43 PDT 2010


Should "colorburst (needed for non-component color)" be enabled or
disabled for "NTSC-443"?

Sparse complains about the current code:

drivers/gpu/drm/i915/intel_tv.c
   477                  .nbr_end        = 240,
   478
   479                  .burst_ena      = 8,
                        ^^^^^^^^^^^^^^^^^^^^
	This should either be true or  false.  8 counts as false.

   480                  .hburst_start   = 72,               .hburst_len = 34,
   481                  .vburst_start_f1 = 9, .vburst_end_f1      = 240,

regards,
dan carpenter


More information about the dri-devel mailing list