summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2020-01-28drm/radeon: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-22drm/radeon: fix r1xx/r2xx register checker for POT texturesJonathan Gray
2019-11-13drm/radeon: fix si_enable_smc_cac() failed issueJonathan Gray
2019-10-30Revert "drm/radeon: Fix EEH during kexec"Jonathan Gray
2019-10-13drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedJonathan Gray
2019-10-08gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...Jonathan Gray
2019-10-08drm/radeon: Fix EEH during kexecJonathan Gray
2019-08-19define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxJonathan Gray
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-06-11drm/radeon: prefer lower reference dividersJonathan Gray
2019-05-31remove duplicate page tableJonathan Gray
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allMark Kettenis
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromJonathan Gray
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-01-10Use efifb_stolen() to prevent radeondrm from using aperture memoryJonathan Gray
2018-11-14Add back part of the changes to takeover the firmware framebuffer onJonathan Gray
2018-11-14Setup radeondrm burner task. Missed when updating to linux 4.4.Jonathan Gray
2018-11-01Add SPDX-License-Identifier tags from linux git master to drm filesJonathan Gray
2018-09-13drm/drivers: add support for using the arch wc mapping API.Jonathan Gray
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-08-25Use __HAVE_ACPI to decide whether ACPI support should be considered.Mark Kettenis
2018-08-24Allocate framebuffer PCI BAR if left uninitialized by firmware.Mark Kettenis
2018-08-20drm/radeon: fix mode_valid's return typeJonathan Gray
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-05-23Add back a local change to prevent interrupt handlers claiming anJonathan Gray
2018-05-03use rasops scrollback with radeondrm as wellJonathan Gray
2018-04-27implement test for running in a hypervisor on amd64/i386Jonathan Gray
2018-04-25update ttm and radeondrm(4) to Linux 4.4.129Jonathan Gray
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
2018-04-20oops, snapshot tests not ready yetTheo de Raadt
2018-04-20syncTheo de Raadt
2018-01-05Fix DRM_DEBUG builds.Paul Irofti
2017-10-09The previous commit was deemed too invasive, so back it out and replacePatrick Wildt
2017-10-09Turns out that the previous commit resolves the problem on Clang but atPatrick Wildt
2017-10-04Work around clang mis-optimization regression. For some expression-Patrick Wildt
2017-08-12Fix copy/paste error, CID 1453558.Martin Pieuchot
2017-07-19Implement the enter_ddb() "accessop" here as well.Mark Kettenis
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowingFrederic Cambus
2017-06-04Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.Mark Kettenis
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-01-08Display color depth alongside resolution when attaching inteldrm andFrederic Cambus
2016-12-20Fix compiler warnings generated by clang. This matches upstream commitMark Kettenis
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-02-06Enable the code that reads the BIOS from the ACPI VFCT table on platformsMark Kettenis