summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedjsg1-1/+0
2020-11-30Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to causejsg1-0/+6
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-26Revert "drm/amd/display: Improve DisplayPort monitor interop"jsg3-23/+8
2020-08-26drm/amd/display: fix pow() crashing when given base 0jsg1-0/+3
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedjsg1-2/+2
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionjsg1-2/+1
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendjsg1-0/+1
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internaljsg1-1/+1
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchjsg1-2/+67
2020-08-22drm/amd/display: Fix dmesg warning from setting abm leveljsg1-0/+23
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumejsg1-1/+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/amd/powerplay: suppress compile error around BUG_ONjsg1-2/+12
2020-08-22drm/amd/powerplay: fix compile error with ARCH=arcjsg1-1/+2
2020-08-22drm/amdgpu/display: properly guard the calls to swSMU functionsjsg1-2/+2
2020-08-22drm/amdgpu/display bail early in dm_pp_get_static_clocksjsg1-0/+2
2020-08-22drm/amd/display: Improve DisplayPort monitor interopjsg3-8/+23
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-05drm/amd/display: Clear dm_state for fast updatesjsg1-9/+27
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"jsg1-3/+6
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega Mjsg1-4/+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-29drm/amd/display: add dmcub check on RENOIRjsg1-1/+1
2020-07-29drm/amd/display: Check DMCU Exists Before Loadingjsg1-1/+6
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)jsg4-28/+48
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display connectedjsg1-0/+5
2020-07-23drm/amd/display: handle failed allocation during stream constructionjsg1-3/+16
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()jsg1-18/+8
2020-07-23drm/amdgpu/powerplay: Modify SMC message name for setting power profile modejsg1-1/+1
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