summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell/gma.c
Commit message (Expand)AuthorAgeFilesLines
* intel/haswell,lynxpoint: Fix out() parameter orderKyösti Mälkki2022-11-171-1/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* nb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* nb/intel/haswell/gma.c: Add ULX PCI device IDsAngel Pons2021-08-021-0/+2
* nb/haswell/gma: Add Desktop GT1.5 (HD 4400) Device IDMate Kukri2021-06-101-0/+2
* nb/intel: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+0
* soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki2021-02-061-1/+0
* nb/intel/haswell/haswell.h: Do not include `pch.h`Angel Pons2021-01-271-0/+1
* nb/intel/hsw,soc/intel/{bdw,skl,apl},mb/*: unify dt panel settingsMichael Niewöhner2021-01-011-10/+11
* soc/intel/bdw,nb/intel/hsw: convert panel delays to ms representationMichael Niewöhner2021-01-011-6/+6
* soc/intel/bdw,nb/intel/hsw: correct mask for panel power cycle delayMichael Niewöhner2020-12-291-2/+2
* {cpu,nb}/intel/haswell: Drop unnecessary `UL` suffixAngel Pons2020-10-311-2/+2
* nb/intel/haswell/gma.c: Drop unused ChromeOS includeAngel Pons2020-10-251-4/+0
* nb/intel/haswell/gma.c: Drop unused `set_translation_table` functionAngel Pons2020-10-251-41/+0
* nb/intel/haswell/gma.c: Drop space after unary `!`Angel Pons2020-10-241-1/+1
* nb/intel/haswell/gma.c: Move log message to the right placeAngel Pons2020-10-241-3/+2
* nb/intel/haswell/gma.c: Use `config_of` in `gma_setup_panel`Angel Pons2020-10-241-1/+1
* nb/intel/haswell: Drop `gpu_panel_port_select`Angel Pons2020-09-081-1/+0
* nb/intel/haswell: Add Crystal Well PCI IDsIru Cai2020-08-031-1/+7
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* intel/gma: Only enable bus mastering if we are going to use itNico Huber2020-05-271-6/+3
* intel/gma: Don't bluntly enable I/ONico Huber2020-05-271-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-42/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+2
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-2/+0
* nb/intel/haswell: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-25/+12
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-9/+9
* nb/intel/haswell: Implement proper backlight PWM configNico Huber2020-03-291-8/+34
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* nb/intel/haswell: Tidy up code and commentsAngel Pons2020-03-151-57/+63
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* nb/intel/haswell/gma: Drop NGI remnantNico Huber2019-06-031-8/+0
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-181-1/+1
* nb/intel/haswell/gma: Support boards that have DDI E connectedTristan Corrick2018-11-011-1/+4
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-251-2/+2
* nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans2018-08-221-3/+10
* nb/intel/haswell: Get rid of device_tElyes HAOUAS2018-05-181-5/+5
* 3rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber2017-10-281-9/+1
* drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber2017-10-281-0/+1
* drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier2017-08-111-2/+2