Skip to content

Commit

Permalink
Merge branches 'drm-3.12' and 'tda998x-3.12' into drm-tda998x-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell King committed Oct 18, 2013
2 parents 662af0d + 893c3e5 commit dfdba7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i2c/tda998x_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@



#include <linux/hdmi.h>
#include <linux/module.h>

#include <drm/drmP.h>
Expand Down Expand Up @@ -549,6 +550,8 @@ tda998x_write_avi(struct drm_encoder *encoder, struct drm_display_mode *mode)
buf[HB(0)] = 0x82;
buf[HB(1)] = 0x02;
buf[HB(2)] = 13;
buf[PB(1)] = HDMI_SCAN_MODE_UNDERSCAN;
buf[PB(3)] = HDMI_QUANTIZATION_RANGE_FULL << 2;
buf[PB(4)] = drm_match_cea_mode(mode);

tda998x_write_if(encoder, DIP_IF_FLAGS_IF2, REG_IF2_HB0, buf,
Expand Down

0 comments on commit dfdba7f

Please sign in to comment.