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

2010-06-21 Thread Dan Carpenter
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


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

2010-06-21 Thread Dan Carpenter
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
___
dri-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/dri-devel