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
2021-10-01
treewide: Change list_sort to use const pointers
Jonathan Gray
2021-07-19
drm/radeon: Call radeon_suspend_kms() in radeon_pci_shutdown() for Loongson64
Jonathan Gray
2021-07-19
drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_cr...
Jonathan Gray
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-05-17
drm/radeon: fix copy of uninitialized variable back to userspace
Jonathan Gray
2020-11-21
Add barriers in the IO helper functions just like what was done for amdgpu(4).
Mark Kettenis
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
Mark Kettenis
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
Mark Kettenis
2020-10-25
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
Mark Kettenis
2020-10-21
change drm_vma function arguments to take struct drm_file *
Jonathan Gray
2020-10-15
don't print pci ids when radeondrm attaches
Jonathan Gray
2020-09-15
Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
Marcus Glocker
2020-08-27
bring back local #undef DEBUG changes lost in drm 5.7 update
Jonathan Gray
2020-08-22
drm/radeon: fix array out-of-bounds read and write issues
Jonathan Gray
2020-08-22
drm/radeon: disable AGP by default
Jonathan Gray
2020-08-22
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
Jonathan Gray
2020-08-12
skip trying to read disabled bios on RV610
Jonathan Gray
2020-07-16
drm/radeon: fix double free
Jonathan Gray
2020-07-02
drm/radeon: fix fb_div check in ni_init_smc_spll_table()
Jonathan Gray
2020-06-29
remove now unused var
Jonathan Gray
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-04-14
Fix loop condition in sparc64-specific radeondrm_setcolor()
Jeremie Courreges-Anglas
2020-02-27
radeon: insert 10ms sleep in dce5_crtc_load_lut
Jonathan Gray
2020-01-28
drm/radeon: fix bad DMA from INTERRUPT_CNTL2
Jonathan Gray
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
Jonathan Gray
2019-12-22
drm/radeon: fix r1xx/r2xx register checker for POT textures
Jonathan Gray
2019-11-13
drm/radeon: fix si_enable_smc_cac() failed issue
Jonathan Gray
2019-10-30
Revert "drm/radeon: Fix EEH during kexec"
Jonathan Gray
2019-10-13
drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
Jonathan Gray
2019-10-08
gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...
Jonathan Gray
2019-10-08
drm/radeon: Fix EEH during kexec
Jonathan Gray
2019-08-19
define CONFIG_X86* in autoconf.h as needed and reduce diff to linux
Jonathan Gray
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
Mark Kettenis
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
[next]