summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add barriers in the IO helper functions just like what was done for amdgpu(4).kettenis2020-11-211-6/+22
* Silence "using MMIO for ATOM IIO" error message, since that is normal onkettenis2020-10-291-0/+2
* Use the function from <linux/io.h> for all "Memory Space" IO. This reduceskettenis2020-10-285-24/+21
* Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis2020-10-251-9/+6
* change drm_vma function arguments to take struct drm_file *jsg2020-10-211-1/+2
* don't print pci ids when radeondrm attachesjsg2020-10-151-1/+2
* Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlledmglocker2020-09-151-0/+9
* bring back local #undef DEBUG changes lost in drm 5.7 updatejsg2020-08-271-0/+4
* drm/radeon: fix array out-of-bounds read and write issuesjsg2020-08-221-1/+1
* drm/radeon: disable AGP by defaultjsg2020-08-221-5/+0
* drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncjsg2020-08-223-3/+9
* skip trying to read disabled bios on RV610jsg2020-08-121-0/+10
* drm/radeon: fix double freejsg2020-07-161-4/+3
* drm/radeon: fix fb_div check in ni_init_smc_spll_table()jsg2020-07-021-1/+1
* remove now unused varjsg2020-06-291-1/+0
* set fb_set_par and have register_framebuffer() do initial modesetjsg2020-06-282-4/+5
* update drm to linux 5.7jsg2020-06-08123-2771/+1374
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-3/+3
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-1/+1
* Fix loop condition in sparc64-specific radeondrm_setcolor()jca2020-04-141-2/+2
* radeon: insert 10ms sleep in dce5_crtc_load_lutjsg2020-02-271-0/+2
* drm/radeon: fix bad DMA from INTERRUPT_CNTL2jsg2020-01-283-6/+6
* WSDISPLAYIO_GTYPE is u_int not intjsg2019-12-251-1/+1
* drm/radeon: fix r1xx/r2xx register checker for POT texturesjsg2019-12-222-4/+4
* drm/radeon: fix si_enable_smc_cac() failed issuejsg2019-11-131-0/+1
* Revert "drm/radeon: Fix EEH during kexec"jsg2019-10-301-8/+0
* drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedjsg2019-10-132-25/+31
* gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector_set_property()jsg2019-10-081-1/+1
* drm/radeon: Fix EEH during kexecjsg2019-10-081-0/+8
* define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg2019-08-192-3/+3
* Implement a few Linux compat ACPI interfaces and enable the ACPI supportkettenis2019-08-181-8/+0
* drm/radeon: prefer lower reference dividersjsg2019-06-111-2/+2
* remove duplicate page tablejsg2019-05-311-18/+0
* Silence "Uunable to acquire AGP" message since we don't support AGP on allkettenis2019-05-041-0/+2
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-042-11/+19
* Adapt radeondrm_detach_kms() to struct drm_device being split fromjsg2019-04-201-1/+1
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-14130-8425/+5021
* Correct access to doorbell. In radeondrm this is only present and usedjsg2019-04-031-2/+2
* Use efifb_stolen() to prevent radeondrm from using aperture memoryjsg2019-01-101-1/+16
* Add back part of the changes to takeover the firmware framebuffer onjsg2018-11-141-0/+23
* Setup radeondrm burner task. Missed when updating to linux 4.4.jsg2018-11-141-0/+5
* Add SPDX-License-Identifier tags from linux git master to drm filesjsg2018-11-016-0/+6
* drm/drivers: add support for using the arch wc mapping API.jsg2018-09-131-0/+7
* Add an interface that allows drivers to claim a framebuffer and checkkettenis2018-08-271-0/+5
* Use __HAVE_ACPI to decide whether ACPI support should be considered.kettenis2018-08-251-1/+4
* Allocate framebuffer PCI BAR if left uninitialized by firmware.kettenis2018-08-241-0/+20
* drm/radeon: fix mode_valid's return typejsg2018-08-201-5/+5
* Implement DRI3/prime support. This allows graphics buffers to be passedkettenis2018-06-252-1/+7
* Add back a local change to prevent interrupt handlers claiming anjsg2018-05-234-0/+8
* use rasops scrollback with radeondrm as welljsg2018-05-031-0/+1