summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedjsg1-1/+0
2020-11-19The conversion of the IO BAR access did not completely mirror thepatrick1-6/+22
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for alljsg6-71/+30
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportkettenis1-14/+7
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsjsg1-2/+0
2020-10-21change drm_vma function arguments to take struct drm_file *jsg1-1/+2
2020-10-15consistently use dev_info() for sos fw version messagesjsg2-2/+2
2020-10-15don't print pci ids when amdgpu attachesjsg1-1/+22
2020-10-15drm/amdgpu: move gpu_info parsing after common early initjsg1-4/+4
2020-10-15drm/amdgpu: move discovery gfx config fetchingjsg1-4/+3
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg2-2/+2
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctljsg1-0/+4
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updatejsg1-0/+4
2020-08-22drm/amdgpu: fix ordering of psp suspendjsg1-4/+4
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idlejsg1-1/+1
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putjsg1-1/+1
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerjsg1-7/+12
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()jsg1-1/+2
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"jsg1-3/+6
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersjsg1-6/+3
2020-07-29drm/amdgpu: fix preemption unit testjsg1-5/+15
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqjsg1-1/+8
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()jsg1-18/+8
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phasejsg1-0/+6
2020-07-16drm/amdgpu: add TMR destory function for pspjsg1-4/+53
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0jsg1-1/+2
2020-07-13change some drm locks from IPL_TTY to IPL_NONEjsg6-7/+7
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg1-0/+1
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkjsg1-2/+2
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetjsg3-3/+28
2020-07-02drm/amdgpu: add fw release for sdma v5_0jsg1-1/+5
2020-06-29remove now unused varjsg1-1/+0
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetjsg2-6/+4
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg1-2/+9
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg1-0/+9
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg1-1/+4
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg1-18/+25
2020-06-12Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs iskettenis1-24/+2
2020-06-12Make amdgpu_irq_add_domain silent; this functionality is only needed tokettenis1-4/+2
2020-06-08update drm to linux 5.7jsg269-23319/+68534
2020-05-25change wsdisplay attribute type from long to uint32_tjsg1-3/+3
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg1-1/+1
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPjsg1-4/+9
2020-05-15drm/amdgpu:change VEGA booting with firmware loaded by PSPjsg1-4/+5
2020-05-11drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventjsg1-1/+2
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkjsg1-1/+1
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)jsg1-3/+3
2020-03-21drm/amd/display: remove duplicated assignment to grph_obj_typejsg1-2/+1