summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove warning about amdgpu userptr ioctl being unimplementedjsg2021-02-201-1/+0
* The conversion of the IO BAR access did not completely mirror thepatrick2020-11-191-6/+22
* Switch from bus_space_read/write to linux io.h interfaces for alljsg2020-10-286-71/+30
* Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis2020-10-261-14/+7
* handle capable(CAP_SYS_NICE) for allowing high priority contextsjsg2020-10-211-2/+0
* change drm_vma function arguments to take struct drm_file *jsg2020-10-211-1/+2
* consistently use dev_info() for sos fw version messagesjsg2020-10-152-2/+2
* don't print pci ids when amdgpu attachesjsg2020-10-151-1/+22
* drm/amdgpu: move gpu_info parsing after common early initjsg2020-10-151-4/+4
* drm/amdgpu: move discovery gfx config fetchingjsg2020-10-151-4/+3
* Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg2020-10-112-2/+2
* drm/amdgpu: Fix buffer overflow in INFO ioctljsg2020-09-041-0/+4
* bring back local #undef DEBUG changes lost in drm 5.7 updatejsg2020-08-271-0/+4
* drm/amdgpu: fix ordering of psp suspendjsg2020-08-221-4/+4
* drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idlejsg2020-08-221-1/+1
* drm/amdgpu: use the unlocked drm_gem_object_putjsg2020-08-221-1/+1
* drm/amdgpu: avoid dereferencing a NULL pointerjsg2020-08-221-7/+12
* drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()jsg2020-08-051-1/+2
* Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"jsg2020-08-051-3/+6
* drm/amdgpu: Fix NULL dereference in dpm sysfs handlersjsg2020-07-291-6/+3
* drm/amdgpu: fix preemption unit testjsg2020-07-291-5/+15
* drm/amdgpu/gfx10: fix race condition for kiqjsg2020-07-291-1/+8
* drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()jsg2020-07-231-18/+8
* drm/amdgpu: asd function needs to be unloaded in suspend phasejsg2020-07-161-0/+6
* drm/amdgpu: add TMR destory function for pspjsg2020-07-161-4/+53
* drm/amdgpu: don't do soft recovery if gpu_recovery=0jsg2020-07-161-1/+2
* change some drm locks from IPL_TTY to IPL_NONEjsg2020-07-136-7/+7
* drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg2020-07-091-0/+1
* drm/amdgpu: use %u rather than %d for sclk/mclkjsg2020-07-091-2/+2
* drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg2020-07-091-2/+3
* drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg2020-07-091-2/+2
* drm/amdgpu: disable ras query and iject during gpu resetjsg2020-07-093-3/+28
* drm/amdgpu: add fw release for sdma v5_0jsg2020-07-021-1/+5
* remove now unused varjsg2020-06-291-1/+0
* set fb_set_par and have register_framebuffer() do initial modesetjsg2020-06-282-6/+4
* drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg2020-06-221-2/+9
* drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg2020-06-221-0/+9
* drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg2020-06-221-1/+4
* drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg2020-06-221-18/+25
* Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs iskettenis2020-06-121-24/+2
* Make amdgpu_irq_add_domain silent; this functionality is only needed tokettenis2020-06-121-4/+2
* update drm to linux 5.7jsg2020-06-08269-23360/+68575
* 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
* drm/amdgpu: Change VCE booting with firmware loaded by PSPjsg2020-05-151-4/+9
* drm/amdgpu:change VEGA booting with firmware loaded by PSPjsg2020-05-151-4/+5
* drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventjsg2020-05-111-1/+2
* drm/amdgpu: fix typo for vcn1 idle checkjsg2020-04-151-1/+1
* drm/amd/amdgpu: Fix GPR read from debugfs (v2)jsg2020-03-261-3/+3
* drm/amd/display: remove duplicated assignment to grph_obj_typejsg2020-03-211-2/+1