summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/gfx.c
Commit message (Expand)AuthorAgeFilesLines
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* soc/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons2020-07-261-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-45/+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
* soc/intel/baytrail: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc/intel/baytrail: add ACPI backlight supportMatt DeVillier2020-04-021-0/+8
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* soc/intel/baytrail: Prevent unintended sign extensionsJacob Garber2019-07-291-10/+10
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-1/+1
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* soc/intel/baytrail: Correct array bounds checkJacob Garber2019-04-081-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/intel/baytrail: Get rid of device_tElyes HAOUAS2018-05-241-8/+9
* soc/intel/baytrail: add support for Intel GMA OpRegionMatt DeVillier2018-03-141-0/+46
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-4/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-2/+2
* baytrail: initialize backlight PWM frequencyAaron Durbin2014-12-171-0/+25
* baytrail: fix range checkPatrick Georgi2014-11-181-1/+2
* baytrail: gfx: Don't configure hotplug + backlight registersShawn Nematbakhsh2014-10-281-18/+0
* rambi/baytrail: ACPI, GPIO, audio, misc updatesShawn Nematbakhsh2014-09-181-1/+1
* baytrail: Add SOC thermal settingsDuncan Laurie2014-05-151-1/+1
* baytrail: enable graphics turboAaron Durbin2014-05-151-0/+4
* baytrail: utilize reg_script_run_on_dev()Aaron Durbin2014-05-101-11/+4
* baytrail: Enable panel and set timingsDuncan Laurie2014-05-091-0/+75
* baytrail: Switch graphics init to use reg_scriptDuncan Laurie2014-03-111-271/+190
* baytrail: Enable GFX deviceDuncan Laurie2014-02-241-0/+399