summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd
AgeCommit message (Expand)Author
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctlJonathan Gray
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updateJonathan Gray
2020-08-26Revert "drm/amd/display: Improve DisplayPort monitor interop"Jonathan Gray
2020-08-26drm/amd/display: fix pow() crashing when given base 0Jonathan Gray
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedJonathan Gray
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionJonathan Gray
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendJonathan Gray
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalJonathan Gray
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchJonathan Gray
2020-08-22drm/amd/display: Fix dmesg warning from setting abm levelJonathan Gray
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumeJonathan Gray
2020-08-22drm/amdgpu: fix ordering of psp suspendJonathan Gray
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idleJonathan Gray
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putJonathan Gray
2020-08-22drm/amd/powerplay: suppress compile error around BUG_ONJonathan Gray
2020-08-22drm/amd/powerplay: fix compile error with ARCH=arcJonathan Gray
2020-08-22drm/amdgpu/display: properly guard the calls to swSMU functionsJonathan Gray
2020-08-22drm/amdgpu/display bail early in dm_pp_get_static_clocksJonathan Gray
2020-08-22drm/amd/display: Improve DisplayPort monitor interopJonathan Gray
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerJonathan Gray
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Jonathan Gray
2020-08-05drm/amd/display: Clear dm_state for fast updatesJonathan Gray
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Jonathan Gray
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega MJonathan Gray
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersJonathan Gray
2020-07-29drm/amdgpu: fix preemption unit testJonathan Gray
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqJonathan Gray
2020-07-29drm/amd/display: add dmcub check on RENOIRJonathan Gray
2020-07-29drm/amd/display: Check DMCU Exists Before LoadingJonathan Gray
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)Jonathan Gray
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display c...Jonathan Gray
2020-07-23drm/amd/display: handle failed allocation during stream constructionJonathan Gray
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Jonathan Gray
2020-07-23drm/amdgpu/powerplay: Modify SMC message name for setting power profile modeJonathan Gray
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phaseJonathan Gray
2020-07-16drm/amdgpu: add TMR destory function for pspJonathan Gray
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0Jonathan Gray
2020-07-13change some drm locks from IPL_TTY to IPL_NONEJonathan Gray
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirJonathan Gray
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkJonathan Gray
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesJonathan Gray