summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/cnl: add panel and backlight configuration codeMichael Niewöhner2021-01-011-0/+63
* soc/intel/gma: Implement fsp_soc_get_igd_bar() in common codeNico Huber2020-05-271-13/+0
* soc/intel/gma: Move DDI-A 4-lane config to common codeNico Huber2020-05-271-17/+0
* soc/intel/gma: Move display and opregion init to common codeNico Huber2020-05-271-33/+0
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-16/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* soc/intel/cannonlake: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-3/+2
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/intel/cnl/graphics: Hook up libgfxinitNico Huber2019-08-051-14/+22
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* drivers/intel/gma: Unify VBT related Kconfig namesNico Huber2018-06-121-2/+2
* soc/intel/cannonlake: Initialize DDI-A lane in Normal modeAbhay Kumar2018-01-081-0/+38
* soc/intel/cannonlake: Make use of Intel common Graphics blockSubrata Banik2017-12-071-39/+4
* soc/intel/cannonlake: Add IGD Support and pre-OS display codeAbhay Kumar2017-10-191-0/+79