summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
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
2016-02-05Fix a pci vendor/device conversion missed in rev 1.6.Mark Kettenis
2016-02-04If the ROM size is 0, we won't be able to read the video BIOS from it.Mark Kettenis
2016-02-03Prevent efifb(4) from attaching if we're the console.Mark Kettenis
2016-01-06Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"Mark Kettenis
2015-12-18Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-09-27Enable monitor hot plugging for the framebuffer console.Mark Kettenis
2015-09-27Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebufferMark Kettenis