summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from bus_space_read/write to linux io.h interfaces for alljsg2020-10-281-2/+5
* Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis2020-10-261-14/+7
* drm/amdgpu: Fix buffer overflow in INFO ioctljsg2020-09-041-0/+4
* drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()jsg2020-08-051-1/+2
* remove now unused varjsg2020-06-291-1/+0
* set fb_set_par and have register_framebuffer() do initial modesetjsg2020-06-281-2/+0
* update drm to linux 5.7jsg2020-06-081-166/+372
* 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
* WSDISPLAYIO_GTYPE is u_int not intjsg2019-12-251-1/+1
* drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1jsg2019-10-301-35/+0
* drm/amdgpu: Check for valid number of registers to readjsg2019-10-131-0/+3
* Implement backlight control for amdgpu(4). This allows me to setpatrick2019-08-131-2/+28
* Don't match on amdgpu devices flagged as having experimental hardware supportjsg2019-08-131-2/+15
* drm/amdgpu: use IP presence to free uvd and vce handlesjsg2019-07-041-2/+2
* drm/amdgpu: add picasso for amdgpu kmsjsg2019-07-041-1/+1
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+1928