summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-13/+18
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+2
2017-12-18drm/amdgpu: rename amdgpu_need_postAlex Deucher1-1/+1
2017-11-09drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang1-6/+0
2017-07-25drm/amdgpu: reduce the time of reading VBIOSXiangliang Yu1-1/+1
2017-07-14drm/amdgpu/atom: fix atom_fw checkAlex Deucher1-14/+1
2017-03-29amdgpu: detect if we are using atomfirmware or atombios for vbios (v2)Alex Deucher1-7/+23
2017-02-17drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu1-1/+1
2017-01-27drm/amdgpu: handle vfct with multiple vbios imagesAlex Deucher1-32/+34
2017-01-27drm/amdgpu: Refine the way to get atom biosKen Xue1-74/+105
2017-01-27drm/amdgpu: Remove checking for atombiosNils Wallménius1-6/+6
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-1/+2
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-1/+2
2016-12-08drm/amd/amdgpu: stored bios_sizeEvan Quan1-0/+6
2016-11-11drm/amd/amdgpu : Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2016-07-29drivers/amdgpu: Use canonical form in branch predicatesEdward O'Callaghan1-7/+7
2016-05-02drm/amdgpu: do not store bios_header_start in amdgpu_deviceNils Wallménius1-4/+4
2015-12-02drm/amdgpu: Use new read bios from rom callbackmonk.liu1-8/+50
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner1-1/+0
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-3/+3
2015-06-03drm/amdgpu: Do not directly dereference pointers to BIOS area.Alex Deucher1-3/+7
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+359