summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_combios.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-27drm/radeon/radeon_connectors: use struct drm_edid instead of struct edidJoshua Peisach1-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+8
2024-07-27drm/radeon: convert bios_hardcoded_edid to drm_edidThomas Weißschuh1-21/+5
2024-07-23drm/radeon: change rdev->ddev to rdev_to_drm(rdev)Wu Hoi Pok1-6/+6
2023-12-13drm/radeon: include drm/drm_edid.h only where neededJani Nikula1-0/+1
2023-08-15drm/radeon: Remove unnecessary NULL valuesRuan Jinjie1-3/+3
2023-05-26drm/radeon: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2021-01-06drm/radeon: Remove references to struct drm_device.pdevThomas Zimmermann1-26/+29
2020-11-16drm/radeon/radeon_legacy_encoders: Move 'radeon_add_legacy_encoder's prototyp...Lee Jones1-5/+1
2020-03-28drm/radeon: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-2/+1
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+2
2019-11-19drm/radeon: remove set but not used variable 'blocks'zhengbin1-2/+1
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg1-1/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+6
2017-06-20drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher1-0/+7
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-09-02Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller1-0/+8
2015-07-29drm/radeon/combios: add some validation of lvds valuesAlex Deucher1-1/+6
2014-10-01drm/radeon/combios: declare legacy_connector_convert as staticMichele Curti1-1/+1
2014-01-07drivers: gpu: Move prototype declarations to header file radeon_mode.h from r...Rashika Kheria1-6/+0
2014-01-07drivers: gpu: Move prototype declaration to header file radeon_mode.hRashika Kheria1-10/+0
2013-07-22drm/radeon: fix combios tables on older cardsMark Kettenis1-104/+41
2013-07-22drm/radeon: improve dac adjust heuristics for legacy pdacAlex Deucher1-2/+4
2013-07-22drm/radeon: Another card with wrong primary dac adjOndrej Zary1-2/+6
2013-03-07drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher1-0/+9
2013-01-29drm/radeon: add quirk for RV100 boardAlex Deucher1-0/+8
2013-01-03drm/radeon: add connector table for Mac G4 SilverAlex Deucher1-0/+51
2012-12-14drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesssDaniel Vetter1-4/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-9/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-09-20drm/radeon: Remove unused functionsLauri Kasanen1-9/+0
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen1-1/+1
2012-08-13drm/radeon: fix handling for ddc type 5 on combiosAlex Deucher1-21/+36
2012-05-03drm/radeon: add connector table for SAM440ep embedded boardAlex Deucher1-0/+66
2012-04-10drm/radeon: replace udelay with mdelay for long timeoutsArnd Bergmann1-4/+4
2011-11-12drm/radeon/kms/combios: fix dynamic allocation of PM clock modesAlex Deucher1-8/+19
2011-10-10drm/radeon/kms: Fix I2C mask definitionsJean Delvare1-2/+2
2011-08-30drm/radeon/kms: add s/r quirk for Compaq Presario V5245EUAlex Deucher1-0/+8
2011-08-04drm/radeon/kms: add thermal chip quirk for asus 9600xtAlex Deucher1-1/+20
2011-07-25drm/radeon/kms: fix i2c map for rv250/280Alex Deucher1-1/+2
2011-06-16drm/radeon/kms: be more pedantic about the g5 quirk (v2)Alex Deucher1-3/+6
2011-06-14drm/radeon/kms: fix mac g5 quirkAlex Deucher1-3/+2
2011-06-09drm/radeon/kms: check modes against max pixel clockAlex Deucher1-0/+5
2011-05-09drm/radeon/kms: fix some logic errors in combios i2c mappingAlex Deucher1-6/+12
2011-05-04drm/radeon/kms: fix up r1xx-rs4xx i2c busesAlex Deucher1-16/+43
2011-05-04drm/radeon/kms: add support for thermal chips on combios asicsAlex Deucher1-0/+54
2011-04-04drm/radeon/kms: Add support for tv-out dongle on G5 9600Alex Deucher1-0/+13