summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/gma.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-1/+1
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* nb/intel/x4x: Use PCI bitwise opsAngel Pons2020-06-091-4/+2
* 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-49/+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/+1
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* nb/intel/x4x: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-24/+12
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* nb/intel/{nehalem,x4x}: Remove unused 'include <pc80/vga_io.h>'Elyes HAOUAS2019-10-291-1/+0
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-5/+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-3/+3
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* nb/intel/x4x: Remove spurious pcidev_on_root() usageNico Huber2019-01-131-5/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-4/+4
* nb/intel/x4x/gma.c: fix skipping of native graphics initStefan Tauner2018-09-051-1/+1
* nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans2018-08-221-4/+9
* nb/intel/x4x: Deprecate native graphic initArthur Heymans2018-06-141-337/+1
* libgfxinit: Enable G45 support (for GM45/X4X)Nico Huber2018-06-081-0/+4
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-2/+0
* nb/x4x: Get rid of device_tElyes HAOUAS2018-04-301-3/+3
* nb/intel/*/gma: Port ACPI opregion to older platformsPatrick Rudolph2017-10-131-0/+56
* nb/intel/x4x/gma.c: Probe VGA EDID on DVI-I portsArthur Heymans2017-08-111-1/+14
* nb/intel/*/gma.c: Use macros for GMBUS numbersArthur Heymans2017-08-071-1/+1
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-4/+4
* nb/intel/x4x: Don't run NGI if IGD has not been assigned VGA cyclesArthur Heymans2017-05-091-3/+11
* nb/x4x: Add ramstage IGD disable functionArthur Heymans2017-05-091-0/+11
* nb/intel/x4x: Fix issues found by checkpatch.plArthur Heymans2017-03-211-10/+8
* nb/x4x: Add other Eaglelake IGD PCI DID to listArthur Heymans2016-12-171-1/+7
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* nb/x4x/gma.c: Remove writes to DP, FDI registersArthur Heymans2016-10-261-23/+0
* nb/gm45,x4x/gma.c remove writes to nonexisting FDI registersArthur Heymans2016-10-191-6/+0
* nb/i945,gm45,x4x/gma.c: fix unsigned arithmeticsArthur Heymans2016-10-191-1/+2
* nb/gm45,x4x/gma.c: Compute p2 in VGA init instead of hardcoding itArthur Heymans2016-10-191-4/+11
* nb/intel/*/graphic_init: use sizeof instead of hardcoding edid sizeArthur Heymans2016-10-111-1/+2
* x4x/gma.c: Add VESA native resolution modeArthur Heymans2016-10-101-40/+242
* nb/intel/*/gma.c: remove spaces at the fake vbt generationArthur Heymans2016-09-271-1/+1
* nb/intel/x4x: Cleanup gma.cDamien Zammit2016-01-291-57/+24
* northbridge/intel/x4x: Intel 4-series northbridge supportDamien Zammit2015-12-291-0/+286