2013/4/18 <alexdeucher@xxxxxxxxx>: > - switch (radeon_encoder->encoder_id) { > - case ENCODER_OBJECT_ID_INTERNAL_KLDSCP_TMDS1: > - case ENCODER_OBJECT_ID_INTERNAL_LVTM1: > - WREG32_P(R600_AUDIO_TIMING, 0, ~0x301); > - break; > - case ENCODER_OBJECT_ID_INTERNAL_UNIPHY: > - case ENCODER_OBJECT_ID_INTERNAL_UNIPHY1: > - case ENCODER_OBJECT_ID_INTERNAL_UNIPHY2: > - case ENCODER_OBJECT_ID_INTERNAL_KLDSCP_LVTMA: > - WREG32_P(R600_AUDIO_TIMING, 0x100, ~0x301); > - break; > - default: > - dev_err(rdev->dev, "Unsupported encoder type 0x%02X\n", > - radeon_encoder->encoder_id); > - return; > - } Are you sure we can just drop that part? I'd appreciate waiting with this patch until next week, I'll test it over the weekend on my RV620. -- Rafał _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel