summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
AgeCommit message (Expand)AuthorLines
2024-09-26drm/amdgpu: fix vbios fetching for SR-IOVAlex Deucher-2/+9
2024-09-18drm/amdgpu: clean up vbios fetching codeAlex Deucher-14/+2
2024-09-18drm/amdgpu/bios: split vbios fetching between APU and dGPUAlex Deucher-2/+45
2024-08-13drm/amdgpu: Reorder to read EFI exported ROM firstLijo Lazar-5/+5
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+5
2023-11-03drm/amdgpu: don't use ATRM for external devicesAlex Deucher-0/+5
2023-09-28drm/amdgpu: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng-15/+5
2023-08-09drm/amdgpu: Remove a lot of unnecessary ternary operatorsRuan Jinjie-1/+1
2023-06-09drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam-9/+7
2022-11-29drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang-0/+1
2022-04-28drm/amdgpu: add nbio callback to query rom offsetHawking Zhang-2/+11
2022-01-25drm/amdgpu: switch to common helper to read bios from romHawking Zhang-0/+38
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter-6/+10
2021-03-23drm/amdgpu: Use dev_info if VFCT table not validFeifei Xu-6/+6
2021-03-23drm/amdgpu: Check if FB BAR is enabled for ROM readLijo Lazar-0/+4
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+3
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas-2/+2
2021-01-05drm/amdgpu: fix potential NULL pointer when check_atom_bios() failsJiawei Gu-2/+3
2020-08-14drm/amdgpu: print where we get the vbios image fromAlex Deucher-7/+21
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski-13/+18
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg-1/+2
2017-12-18drm/amdgpu: rename amdgpu_need_postAlex Deucher-1/+1
2017-11-09drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang-6/+0
2017-07-25drm/amdgpu: reduce the time of reading VBIOSXiangliang Yu-1/+1
2017-07-14drm/amdgpu/atom: fix atom_fw checkAlex Deucher-14/+1
2017-03-29amdgpu: detect if we are using atomfirmware or atombios for vbios (v2)Alex Deucher-7/+23
2017-02-17drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu-1/+1
2017-01-27drm/amdgpu: handle vfct with multiple vbios imagesAlex Deucher-32/+34
2017-01-27drm/amdgpu: Refine the way to get atom biosKen Xue-74/+105
2017-01-27drm/amdgpu: Remove checking for atombiosNils Wallménius-6/+6
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki-1/+2
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng-1/+2
2016-12-08drm/amd/amdgpu: stored bios_sizeEvan Quan-0/+6
2016-11-11drm/amd/amdgpu : Fix NULL pointer comparisonRavikant B Sharma-1/+1
2016-07-29drivers/amdgpu: Use canonical form in branch predicatesEdward O'Callaghan-7/+7
2016-05-02drm/amdgpu: do not store bios_header_start in amdgpu_deviceNils Wallménius-4/+4
2015-12-02drm/amdgpu: Use new read bios from rom callbackmonk.liu-8/+50
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner-1/+0
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou-3/+3
2015-06-03drm/amdgpu: Do not directly dereference pointers to BIOS area.Alex Deucher-3/+7
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher-0/+359