Lines Matching +full:lvds +full:- +full:decoder
1 // SPDX-License-Identifier: GPL-2.0
27 /* These are magic values - unfortunately the meaning is unknown */
254 for (; pm && pm->reg; pm++) in gtt_write_powermeter()
255 gtt_write(bar, pm->reg, pm->value); in gtt_write_powermeter()
264 while (try--) { in gtt_poll()
332 /* 25W-35W */ in gma_pm_init_pre_vbios()
333 debug("IVB GT2 25W-35W Power Meter Weights\n"); in gma_pm_init_pre_vbios()
462 const void *blob = gd->fdt_blob; in gma_pm_init_post_vbios()
490 return -EINVAL; in gma_pm_init_post_vbios()
502 "panel-port-select", 0) << 30; in gma_pm_init_post_vbios()
503 reg32 |= fdtdec_get_int(blob, node, "panel-power-up-delay", 0) in gma_pm_init_post_vbios()
506 "panel-power-backlight-on-delay", 0); in gma_pm_init_post_vbios()
513 reg32 = fdtdec_get_int(blob, node, "panel-power-down-delay", 0) in gma_pm_init_post_vbios()
516 "panel-power-backlight-off-delay", 0); in gma_pm_init_post_vbios()
522 "intel,panel-power-cycle-delay", 0); in gma_pm_init_post_vbios()
531 reg32 = fdtdec_get_int(blob, node, "intel,cpu-backlight", 0); in gma_pm_init_post_vbios()
536 reg32 = fdtdec_get_int(blob, node, "intel,pch-backlight", 0); in gma_pm_init_post_vbios()
606 * 00h = No LVDS, VBIOS does not enable LVDS in int15_handler()
607 * 01h = Int-LVDS, LFP driven by integrated LVDS decoder in int15_handler()
608 * 02h = SVDO-LVDS, LFP driven by SVDO decoder in int15_handler()
609 * 03h = eDP, LFP Driven by Int-DisplayPort encoder in int15_handler()
630 /* Get SG/Non-SG mode */ in int15_handler()
743 /* Use write-combining for the graphics memory, 256MB */ in gma_func0_init()