summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2021-10-01treewide: Change list_sort to use const pointersJonathan Gray
2021-07-19drm/radeon: Call radeon_suspend_kms() in radeon_pci_shutdown() for Loongson64Jonathan Gray
2021-07-19drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_cr...Jonathan Gray
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-05-17drm/radeon: fix copy of uninitialized variable back to userspaceJonathan Gray
2020-11-21Add barriers in the IO helper functions just like what was done for amdgpu(4).Mark Kettenis
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onMark Kettenis
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reducesMark Kettenis
2020-10-25Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-15don't print pci ids when radeondrm attachesJonathan Gray
2020-09-15Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlledMarcus Glocker
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updateJonathan Gray
2020-08-22drm/radeon: fix array out-of-bounds read and write issuesJonathan Gray
2020-08-22drm/radeon: disable AGP by defaultJonathan Gray
2020-08-22drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncJonathan Gray
2020-08-12skip trying to read disabled bios on RV610Jonathan Gray
2020-07-16drm/radeon: fix double freeJonathan Gray
2020-07-02drm/radeon: fix fb_div check in ni_init_smc_spll_table()Jonathan Gray
2020-06-29remove now unused varJonathan Gray
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetJonathan Gray
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-14Fix loop condition in sparc64-specific radeondrm_setcolor()Jeremie Courreges-Anglas
2020-02-27radeon: insert 10ms sleep in dce5_crtc_load_lutJonathan Gray
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