force gap setting if given by attribute

This commit is contained in:
Ralph Metzler 2017-06-12 13:52:33 +02:00
parent 1354b9021f
commit e415b6e203
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@ static void calc_con(struct ddb_output *output, u32 *con, u32 *con2, u32 flags)
if (output->port->gap != 0xffffffff) {
flags |= 1;
gap = output->port->gap;
max_bitrate = 0;
}
if (dev->link[0].info->type == DDB_OCTOPUS_CI && output->port->nr > 1) {
*con = 0x10c;