summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/gma.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/ironlake,sandybridge/gma: Fix out() parameter orderKyösti Mälkki2022-11-171-3/+3
* 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/sandybridge: Use new fixed BAR accessorsAngel Pons2021-04-101-3/+3
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-1/+1
* nb/intel/sandybridge: Clean up stepping logicAngel Pons2020-12-121-12/+14
* nb/intel/sandybridge: Drop unnecessary `gma.h`Angel Pons2020-09-211-1/+0
* nb/intel/sandybridge/gma.c: Remove useless if conditionEvgeny Zinoviev2020-06-221-12/+9
* nb/intel/sandybridge: Use PCI bitwise opsAngel Pons2020-06-091-6/+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-7/+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
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-2/+0
* nb/intel/sandybridge: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-17/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-11/+11
* nb/intel/sandybridge: Use SPDX headersAngel Pons2020-03-251-13/+2
* nb/intel/sandybridge: Tidy up code and commentsAngel Pons2020-03-181-51/+47
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* nb/intel/snb: Don't run VGA oprom when libgfxinit is enabledNico Huber2019-06-031-1/+1
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* nb/intel/sandybridge: Drop pch.h from sandybridge.hPatrick Rudolph2019-04-231-0/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-191-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* nb/intel/sandybridge: Remove the C native graphic initArthur Heymans2019-01-161-18/+2
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* 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-17/+26
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-2/+0
* nb/intel/sandybridge: Get rid of device_tElyes HAOUAS2018-04-301-4/+4
* intel/gma: fix RPNFREQ_VAL bitmaskFelix Held2017-12-201-2/+3
* 3rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber2017-10-281-2/+1
* drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber2017-10-281-0/+1
* nb/intel: Add Ivy Bridge Server (Xeon-E3v2) PCI IDsVagiz Trakhanov2017-10-161-1/+2
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* nb/intel/sandybridge/gma: Fix S3 resumePatrick Rudolph2017-08-141-2/+4
* drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier2017-08-111-2/+2
* intel/sandybridge: Clean VGA BIOS ids up a littleNico Huber2017-07-301-10/+12
* nb/intel/sandybridge/gma: Set ASLS on S3 resumePatrick Rudolph2017-07-121-21/+22
* drv/intel/gma/opregion: Add interface for GNVS ASLB handlingPatrick Rudolph2017-07-121-1/+14
* nb/intel/sandybridge: Fill in acpi_namePatrick Rudolph2017-06-271-0/+6
* nb/intel/sandybridge/gma: Use common init_igd_opregion methodPatrick Rudolph2017-06-151-12/+36
* device/Kconfig: Put gfx init methods into a `choice`Nico Huber2017-06-081-1/+2
* nb/intel/sandybridge/gma: Set up OpRegion in nb codePatrick Rudolph2017-05-011-0/+27