index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon
Age
Commit message (
Expand
)
Author
2019-06-11
drm/radeon: prefer lower reference dividers
Jonathan Gray
2019-05-31
remove duplicate page table
Jonathan Gray
2019-05-04
Silence "Uunable to acquire AGP" message since we don't support AGP on all
Mark Kettenis
2019-05-04
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
Mark Kettenis
2019-04-20
Adapt radeondrm_detach_kms() to struct drm_device being split from
Jonathan Gray
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2019-04-03
Correct access to doorbell. In radeondrm this is only present and used
Jonathan Gray
2019-01-10
Use efifb_stolen() to prevent radeondrm from using aperture memory
Jonathan Gray
2018-11-14
Add back part of the changes to takeover the firmware framebuffer on
Jonathan Gray
2018-11-14
Setup radeondrm burner task. Missed when updating to linux 4.4.
Jonathan Gray
2018-11-01
Add SPDX-License-Identifier tags from linux git master to drm files
Jonathan Gray
2018-09-13
drm/drivers: add support for using the arch wc mapping API.
Jonathan Gray
2018-08-27
Add an interface that allows drivers to claim a framebuffer and check
Mark Kettenis
2018-08-25
Use __HAVE_ACPI to decide whether ACPI support should be considered.
Mark Kettenis
2018-08-24
Allocate framebuffer PCI BAR if left uninitialized by firmware.
Mark Kettenis
2018-08-20
drm/radeon: fix mode_valid's return type
Jonathan Gray
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-05-23
Add back a local change to prevent interrupt handlers claiming an
Jonathan Gray
2018-05-03
use rasops scrollback with radeondrm as well
Jonathan Gray
2018-04-27
implement test for running in a hypervisor on amd64/i386
Jonathan Gray
2018-04-25
update ttm and radeondrm(4) to Linux 4.4.129
Jonathan Gray
2018-04-20
revert to 2018/04/20 10:00:00, before oops
Christian Weisgerber
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2018-01-05
Fix DRM_DEBUG builds.
Paul Irofti
2017-10-09
The previous commit was deemed too invasive, so back it out and replace
Patrick Wildt
2017-10-09
Turns out that the previous commit resolves the problem on Clang but at
Patrick Wildt
2017-10-04
Work around clang mis-optimization regression. For some expression-
Patrick Wildt
2017-08-12
Fix copy/paste error, CID 1453558.
Martin Pieuchot
2017-07-19
Implement the enter_ddb() "accessop" here as well.
Mark Kettenis
2017-07-14
Add some more i2c glue to reduce the diffs to Linux.
Mark Kettenis
2017-07-05
Fix native/raw backlight support in inteldrm(4).
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-06-19
Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowing
Frederic Cambus
2017-06-04
Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.
Mark Kettenis
2017-05-21
Enable radeondrm(4) on loongson to get accelerated graphics
Visa Hankala
2017-01-08
Display color depth alongside resolution when attaching inteldrm and
Frederic Cambus
2016-12-20
Fix compiler warnings generated by clang. This matches upstream commit
Mark Kettenis
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-02-06
Enable the code that reads the BIOS from the ACPI VFCT table on platforms
Mark Kettenis
2016-02-05
Fix a pci vendor/device conversion missed in rev 1.6.
Mark Kettenis
2016-02-04
If the ROM size is 0, we won't be able to read the video BIOS from it.
Mark Kettenis
2016-02-03
Prevent efifb(4) from attaching if we're the console.
Mark Kettenis
2016-01-06
Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"
Mark Kettenis
2015-12-18
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-22
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
Mark Kettenis
2015-11-16
Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()
Mark Kettenis
2015-09-27
Enable monitor hot plugging for the framebuffer console.
Mark Kettenis
2015-09-27
Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebuffer
Mark Kettenis
[next]