upstream: [media] adv7842: update RGB quantization range on HDMI/DVI-D mode irq
authorMartin Bugge <marbugge@cisco.com>
Wed, 19 Mar 2014 09:43:43 +0000 (06:43 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:55:33 +0000 (11:55 +0900)
This was the reason for enabling the HDMI/DVI-D mode irq in the first place.

Signed-off-by: Martin Bugge <marbugge@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/adv7842.c

index a548d9d..168ecf5 100644 (file)
@@ -2000,6 +2000,7 @@ static int adv7842_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
        if (irq_status[5] & 0x08) {
                v4l2_dbg(1, debug, sd, "%s: irq %s mode\n", __func__,
                         (io_read(sd, 0x65) & 0x08) ? "HDMI" : "DVI");
+               set_rgb_quantization_range(sd);
                if (handled)
                        *handled = true;
        }