index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_bios.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/radeon: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
2023-09-28
1
-15
/
+5
*
drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
Xiongfeng Wang
2022-11-29
1
-0
/
+1
*
drm/radeon: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
2022-11-09
1
-7
/
+11
*
Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-02-21
1
-3
/
+3
|
\
|
*
drm/radeon: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
1
-3
/
+3
*
|
ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE
Bjorn Helgaas
2021-01-27
1
-2
/
+2
|
/
*
PCI: Use ioremap(), not phys_to_virt() for platform ROM
Mikel Rychliski
2020-03-30
1
-11
/
+19
*
drm/radeon: remove boolean checks in if statements.
Wambui Karuga
2020-01-07
1
-6
/
+6
*
drm/radeon: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-12-05
1
-2
/
+2
*
drm/radeon: drop use of drmP.h (1/2)
Sam Ravnborg
2019-06-10
1
-4
/
+8
*
drm/radeon: remove some dead code
Dan Carpenter
2017-02-09
1
-3
/
+1
*
drm/radeon: handle vfct with multiple vbios images
Alex Deucher
2017-01-27
1
-30
/
+36
*
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
Lv Zheng
2016-12-21
1
-1
/
+2
*
drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>
Lukas Wunner
2015-10-14
1
-1
/
+0
*
radeon: Do not directly dereference pointers to BIOS area.
David Miller
2015-03-27
1
-3
/
+7
*
radeon: clean up coding style differences in radeon_get_bios()
Wilfried Klaebe
2014-10-28
1
-4
/
+2
*
drm: Remove spurious ';'
Damien Lespiau
2014-06-10
1
-1
/
+1
*
drm/radeon: handle non-VGA class pci devices with ATRM
Alex Deucher
2014-05-20
1
-0
/
+14
*
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-20
1
-1
/
+1
|
\
|
*
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
2013-11-14
1
-1
/
+1
*
|
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
2013-10-09
1
-3
/
+3
|
/
*
Merge branch 'drm-radeon-sun-hainan' of git://people.freedesktop.org/~airlied...
Linus Torvalds
2013-05-21
1
-12
/
+16
|
\
|
*
drm/radeon: don't touch DCE or VGA regs on Hainan (v3)
Alex Deucher
2013-05-20
1
-12
/
+16
*
|
radeon: Attempt to use platform-provided ROM image
Matthew Garrett
2013-04-01
1
-0
/
+26
|
/
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
*
drm/radeon: split ATRM support out from the ATPX handler (v3)
Alex Deucher
2012-08-20
1
-4
/
+76
*
drm/radeon: convert radeon vfct code to use acpi_get_table_with_size
Alex Deucher
2012-08-20
1
-4
/
+2
*
drm/radeon: implement ACPI VFCT vbios fetch (v3)
David Lamparter
2012-08-20
1
-0
/
+60
*
drm/radeon: finish getting bios earlier
Igor Murzov
2012-01-24
1
-1
/
+1
*
drm/radeon/kms: fix typo in read_disabled vbios code
Alex Deucher
2011-07-12
1
-6
/
+15
*
drm/radeon/kms: increase rom size for atrm method
Alex Deucher
2011-06-30
1
-1
/
+1
*
drm/radeon/kms: add disabled vbios accessor for NI asics
Alex Deucher
2011-01-07
1
-0
/
+41
*
drm/radeon/kms: fix typos in disabled vbios code
Alex Deucher
2010-12-01
1
-6
/
+7
*
Merge branch 'drm-platform' into drm-testing
Dave Airlie
2010-07-07
1
-1
/
+1
|
\
|
*
drm: Remove drm_resource wrappers
Jordan Crouse
2010-06-01
1
-1
/
+1
*
|
drm/radeon/kms: don't read attempt to read bios from VRAM on unposted GPU.
Dave Airlie
2010-07-01
1
-0
/
+4
|
/
*
drivers/gpu/drm: Use kmemdup
Julia Lawall
2010-05-18
1
-2
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage
Dave Airlie
2010-03-01
1
-5
/
+39
|
\
|
*
vga_switcheroo: initial implementation (v15)
Dave Airlie
2010-03-01
1
-5
/
+39
*
|
drm/radeon/kms: check for valid PCI bios and not OF rom
Dave Airlie
2010-02-11
1
-0
/
+6
|
/
*
drm/radeon/kms: remove some misleading debugging output
Alex Deucher
2009-11-04
1
-3
/
+0
*
drm/radeon/kms: add support for "Surround View"
Alex Deucher
2009-10-05
1
-2
/
+47
*
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse
2009-06-15
1
-0
/
+390