summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/pineview/gma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* intel/gma: Use bitwise or instead addition for valid bitPetr Cvek2022-06-201-1/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS2020-08-171-3/+4
* 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/+2
* intel/gma: Don't bluntly enable I/ONico Huber2020-05-271-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-43/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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-3/+0
* nb/intel/pineview: drop intel_gma_get_controller_info()Matt DeVillier2020-04-021-11/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-10/+10
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* nb/intel/pineview: Clean up code and commentsAngel Pons2020-03-151-63/+48
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-3/+4
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-14/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* nb/intel/{gm45,i945,pineview}: Use macro instead of GGC addressElyes HAOUAS2018-10-081-1/+1
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-251-1/+2
* nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans2018-08-221-5/+13
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-2/+0
* nb/intel/pineview: Get rid of device_tElyes HAOUAS2018-04-301-3/+3
* nb/intel/pineview: Port ACPI opregion to pineviewPatrick Rudolph2017-10-221-0/+51
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* nb/intel/*/gma.c: remove spaces at the fake vbt generationArthur Heymans2016-09-271-2/+1
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-121-15/+15
* nb/intel/pineview: Native VGA init (CRT)Damien Zammit2016-01-281-0/+332