index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
intel
/
gm45
/
gma.c
Age
Commit message (
Expand
)
Author
2019-05-29
src/northbridge: Add missing 'include <types.h>'
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-21
{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-01-07
nb/intel/gm45: Remove the C native graphic init
Arthur Heymans
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2018-12-03
nb/intel/gm45: Make fetching the blc_pwm freq global
Arthur Heymans
2018-12-03
nb/intel/gm45: Make fetching the blc_pwm freq its own function
Arthur Heymans
2018-09-25
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-08-22
nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled
Arthur Heymans
2018-06-08
libgfxinit: Enable G45 support (for GM45/X4X)
Nico Huber
2018-06-04
northbridge/intel: Remove unneeded includes
Elyes HAOUAS
2018-04-30
nb/intel/gm45: Get rid of device_t
Elyes HAOUAS
2017-10-13
nb/intel/*/gma: Port ACPI opregion to older platforms
Patrick Rudolph
2017-08-07
nb/intel/*/gma.c: Use macros for GMBUS numbers
Arthur Heymans
2017-06-04
Kconfig: Add choice of framebuffer mode
Nico Huber
2017-05-03
nb/intel/gm45: Set display backlight according to EDID string
Arthur Heymans
2017-05-03
nb/intel/gm45/gma.c: Decode EDID before NGI path
Arthur Heymans
2017-01-20
nb/gm45/gma.c: Fix reported Pixel clock
Arthur Heymans
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-11-28
nb/gm45/gma.c: Compute BLC_PWM_CTL value from PWM frequency
Arthur Heymans
2016-11-28
nb/intel/gm45: Fix panel-power-sequence clock divisor
Nico Huber
2016-10-26
nb/gm45/gma.c: Remove writes to DP, FDI registers
Arthur Heymans
2016-10-19
nb/gm45,x4x/gma.c remove writes to nonexisting FDI registers
Arthur Heymans
2016-10-19
nb/i945,gm45,x4x/gma.c: fix unsigned arithmetics
Arthur Heymans
2016-10-19
nb/gm45,x4x/gma.c: Compute p2 in VGA init instead of hardcoding it
Arthur Heymans
2016-10-11
nb/gm45/gma.c: use linux code to compute LVDS dotclock divisors
Arthur Heymans
2016-10-11
nb/intel/*/graphic_init: use sizeof instead of hardcoding edid size
Arthur Heymans
2016-09-27
nb/intel/*/gma.c: remove spaces at the fake vbt generation
Arthur Heymans
2016-09-19
gm45/gma.c: use correct id string for fake VBT
Arthur Heymans
2016-09-19
nb/gm45/gma.c: enable VESA framebuffer mode on VGA output
Arthur Heymans
2016-09-19
gm45/gma.c: use screen on vga connector if connected
Arthur Heymans
2016-09-07
gm45/gma.c: clean up some registers
Arthur Heymans
2016-05-04
nb/intel/gm45: Fix native text mode initialization
Nick High
2016-01-14
nb/intel/gm45: Backport configuration of panel power timings
Nico Huber
2016-01-14
nb/intel/gm45: Drop unnecessary panel power handling
Nico Huber
2016-01-12
nb/intel/gm45: Convert gma.c to `if (IS_ENABLED(` style
Nico Huber
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-11
Kill lvds_num_lanes
Vladimir Serbinenko
2015-10-11
Derive lvds_dual_channel from EDID timings.
Vladimir Serbinenko
2015-10-01
northbridge/intel/gm45: Fix native VGA init
Audrey Pearson
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-05-28
igd.asl rewrite
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-08
northbridge/intel/gm45/gma: Minor cleanup
Timothy Pearson
2015-05-08
northbridge/intel/gm45/gma: Add backlight control register field
Timothy Pearson
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-09-13
intel/gma: consolidate vbt code
Vladimir Serbinenko
2014-08-16
intel/gm45: native gfx init.
Vladimir Serbinenko
2014-08-12
gm45: Ensure that brightness register in gma contains sane value.
Vladimir Serbinenko