drm/nvd0/disp: initial implementation of displayport

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
此提交包含在:
Ben Skeggs
2012-03-11 01:28:48 +10:00
父節點 f14d9a4dda
當前提交 6e83fda2c0
共有 2 個檔案被更改,包括 171 行新增4 行删除

查看文件

@@ -364,10 +364,8 @@ dp_set_downspread(struct drm_device *dev, struct dp_state *dp, bool enable)
u8 *entry, *table = nouveau_dp_bios_data(dev, dp->dcb, &entry);
if (table) {
if (table[0] >= 0x20 && table[0] <= 0x30) {
if (enable)
script = ROM16(entry[12]);
else
script = ROM16(entry[14]);
if (enable) script = ROM16(entry[12]);
else script = ROM16(entry[14]);
}
}