summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Remove a lot of unnecessary ternary operatorsRuan Jinjie2023-08-091-1/+1
* drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam2023-06-091-9/+7
* drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang2022-11-291-0/+1
* drm/amdgpu: add nbio callback to query rom offsetHawking Zhang2022-04-281-2/+11
* drm/amdgpu: switch to common helper to read bios from romHawking Zhang2022-01-251-0/+38
* Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter2021-03-261-6/+10
|\
| * drm/amdgpu: Use dev_info if VFCT table not validFeifei Xu2021-03-231-6/+6
| * drm/amdgpu: Check if FB BAR is enabled for ROM readLijo Lazar2021-03-231-0/+4
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-2/+3
|\|
| * drm/amdgpu: fix potential NULL pointer when check_atom_bios() failsJiawei Gu2021-01-051-2/+3
* | ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas2021-01-271-2/+2
|/
* drm/amdgpu: print where we get the vbios image fromAlex Deucher2020-08-141-7/+21
* PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-03-301-13/+18
* drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+2
* drm/amdgpu: rename amdgpu_need_postAlex Deucher2017-12-181-1/+1
* drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang2017-11-091-6/+0
* drm/amdgpu: reduce the time of reading VBIOSXiangliang Yu2017-07-251-1/+1
* drm/amdgpu/atom: fix atom_fw checkAlex Deucher2017-07-141-14/+1
* amdgpu: detect if we are using atomfirmware or atombios for vbios (v2)Alex Deucher2017-03-291-7/+23
* drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu2017-02-171-1/+1
* drm/amdgpu: handle vfct with multiple vbios imagesAlex Deucher2017-01-271-32/+34
* drm/amdgpu: Refine the way to get atom biosKen Xue2017-01-271-74/+105
* drm/amdgpu: Remove checking for atombiosNils Wallménius2017-01-271-6/+6
*-. Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-221-1/+2
|\ \
| * | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-1/+2
| |/
* | drm/amd/amdgpu: stored bios_sizeEvan Quan2016-12-081-0/+6
* | drm/amd/amdgpu : Fix NULL pointer comparisonRavikant B Sharma2016-11-111-1/+1
|/
* drivers/amdgpu: Use canonical form in branch predicatesEdward O'Callaghan2016-07-291-7/+7
* drm/amdgpu: do not store bios_header_start in amdgpu_deviceNils Wallménius2016-05-021-4/+4
* drm/amdgpu: Use new read bios from rom callbackmonk.liu2015-12-021-8/+50
* drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2015-10-141-1/+0
* drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou2015-08-171-3/+3
* drm/amdgpu: Do not directly dereference pointers to BIOS area.Alex Deucher2015-06-031-3/+7
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-031-0/+359