aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/gma.c
AgeCommit message (Expand)Author
2020-12-17drivers: Replace set_vbe_mode_info_validPatrick Rudolph
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-07-28nb/intel/i945/gma.c: Remove extra indentationElyes HAOUAS
2020-06-10nb/intel/i945: Use PCI bitwise opsAngel Pons
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-05-27intel/gma: Only enable bus mastering if we are going to use itNico Huber
2020-05-27intel/gma: Don't bluntly enable I/ONico Huber
2020-05-27drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-05src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-02nb/intel/i945: Simplify GMA SSDT generatorMatt DeVillier
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-07src/nb: Use 'print("%s...", __func__)'Elyes HAOUAS
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2019-07-18nb/i945/gma: Store vga_disable if MAINBOARD_DO_NATIVE_VGA_INITElyes HAOUAS
2019-05-29src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-20i945: Add device identification D2:F1Elyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-11-05nb/intel/i945: Remove irrelevant conditional statementElyes HAOUAS
2018-08-22nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans
2018-04-30nb/intel/i945: Get rid of device_tElyes HAOUAS
2018-04-28nb/intel/i945/gma: Skip native VGA init for ACPI S3 resumePaul Menzel
2018-04-28nb/intel/i945/gma: Factor out code to new `gma_ngi()`Paul Menzel
2018-04-16nb/intel/i945/gma: Log native graphics init in level INFOPaul Menzel
2018-04-16nb/intel/i945/gma: Fix aligment of equal signPaul Menzel
2018-03-03nb/intel/i945/gma: Log configured VGA modePaul Menzel
2017-10-13nb/intel/*/gma: Port ACPI opregion to older platformsPatrick Rudolph
2017-08-07nb/intel/*/gma.c: Use macros for GMBUS numbersArthur Heymans
2017-07-01nb/intel/i945/gma.c: Remove redefined "DISPPLANE_BGRX888"Elyes HAOUAS
2017-07-01nb/intel/i945/gma.c: Add whitespace around '<<'Elyes HAOUAS
2017-06-04Kconfig: Add choice of framebuffer modeNico Huber
2017-03-22nb/intel/i945: Fix errors found by checkpatch.plArthur Heymans
2017-03-18nb/i945/gma.c: Refactor panel setupArthur Heymans
2017-02-14nb/i945/gma.c: Remove writes to FIFO Watermark registersArthur Heymans
2017-02-12nb/i945/gma.c: Change name and type of mmiobase in functions argumentArthur Heymans
2016-11-29nb/intel/i945/gma: Declare count variable outside 'for' loopPaul Menzel
2016-11-21nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth
2016-11-02nb/i945/gma.c: use an if else statement for use of native initArthur Heymans
2016-11-02nb/i945/gma.c: Do not try to load vbios when selecting native initArthur Heymans
2016-10-29nb/intel/i945/gma.c: Homogenize code for PCI IDs.Elyes HAOUAS
2016-10-25nb/i945/gma.c: Set the MSAC register correctlyArthur Heymans
2016-10-19nb/i945/gma.c: use IS_ENABLED instead of #if, #endifArthur Heymans
2016-10-19nb/i945,gm45,x4x/gma.c: fix unsigned arithmeticsArthur Heymans
2016-10-15nb/i945/gma.c: correct VSYNC end offsetArthur Heymans
2016-10-12i945/gma.c: Only init LVDS if it is detectedArthur Heymans
2016-10-11nb/intel/*/graphic_init: use sizeof instead of hardcoding edid sizeArthur Heymans
2016-09-30mb/intel/d945gclf: Allow use of native graphic initArthur Heymans
2016-09-30i945/gma.c: add native VGA initArthur Heymans
2016-09-30i945/gma.c: use linux code to calculate divisorsArthur Heymans
2016-09-27i945/gma.c: Generate fake VBTArthur Heymans
2016-09-20northbridge/intel/i945: Add space around operatorsElyes HAOUAS
2016-08-31i945: Enable changing VRAM sizeArthur Heymans
2016-03-11northbridge/i945/gma: Re-enable NVRAM tft_brightnessAlexander Couzens
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-11Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko
2015-09-07intel i945: Fix native VGA initializationMono
2015-08-10intel/i945: don't read structs out of uninitialized pointersPatrick Georgi
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-05-28igd.asl rewriteVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-30i945/gma: Fix wrong comment about the documentation.Denis 'GNUtoo' Carikli
2015-03-16northbridge/i945/gma: fix build error with native graphics initFrancis Rowe
2014-11-19i945: Add 0x27ae to GMA IDs.Vladimir Serbinenko
2014-08-21i945: Support text mode gfx initVladimir Serbinenko
2014-08-21i945/gma: don't map the page tableVladimir Serbinenko
2014-08-21i945: Remove GTT avoidance offset.Vladimir Serbinenko
2014-08-20intel/i945/gma: Place GTT below top of memoryPaul Menzel
2014-08-17i945: Replace video gfx init.Vladimir Serbinenko
2014-07-08northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-06-18lenovo/x60: Fix build issue with DO_NATIVE_VGA_INITKyösti Mälkki
2014-06-03northbridge/intel/i945/gma.c: Add and use defines for `GMADR` and `GTTADR`Paul Menzel
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2013-12-02global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc
2013-11-24Northbridge: i945: Native VGA init: print the GMA and GTT addressesPeter Stuge
2013-11-24Northbridge: i945: Native VGA init: use UMA addressPeter Stuge
2013-11-24lenovo/x60: native vga init: fix code style issues.Denis 'GNUtoo' Carikli
2013-04-16Lenovo ThinkPad X60: Add Native VGA init.Denis 'GNUtoo' Carikli
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-07-22i945: Disable IGD if plugin VGA is preferredPatrick Georgi
2012-07-06i945: Reset IGD on bootPatrick Georgi
2011-06-15i945 GMA: restore tft brightness from cmosSven Schnelle
2009-08-12drop extra whitespace at end of line for i945 + ICH7 (trivial)Stefan Reinauer
2009-03-11i945 northbridge updateStefan Reinauer