summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-18drm/amdgpu:Improves robustness of SOC15_WAIT_ON_RREGJames Zhu1-2/+7
2018-12-18drm/amdgpu/vcn:Remove bit 31 for scratch2 to indicate the WA is activeJames Zhu1-2/+2
2018-12-18drm/amdgpu/vcn:Scan enc/jpeg fences to init dpg pause new stateJames Zhu1-4/+14
2018-12-18drm/amdgpu/vcn:Always check all vcn ring status during dpg mode stopJames Zhu1-8/+16
2018-12-18drm/amdgpu/vcn:Update ring point to JPEG before init JPEG wptrJames Zhu1-1/+2
2018-12-18drm/amdgpu/vcn:Always gate vcn block during hw finishingJames Zhu1-1/+2
2018-12-18drm/amdgpu/vcn: Update vcn.cur_state during suspendJames Zhu1-1/+2
2018-12-14drm/amdgpu: WARN once if amdgpu_bo_unpin is called for an unpinned BOMichel Dänzer1-1/+1
2018-12-14drm/amdgpu: enable Vega20 page queue supportEvan Quan1-2/+1
2018-12-14drm/amdgpu: use different irq ring ID for Vega20 page queuesEvan Quan1-2/+4
2018-12-14drm/amdgpu: update the vm invalidation engine layout V2Evan Quan2-22/+41
2018-12-14drm/amdgpu: increase the MAX ring numberEvan Quan1-1/+1
2018-12-14drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctlChristian König1-0/+3
2018-12-14drm/amdgpu/psp: Correct and refine the vmr support. (v2)Emily Deng3-15/+16
2018-12-14drm/amdgpu/psp_v3_1: Get psp fw version through reading registerEmily Deng1-1/+4
2018-12-14drm/amdgpu: access register without KIQEmily Deng1-9/+9
2018-12-14drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hangwentalou1-4/+6
2018-12-14Merge tag 'vmwgfx-next-2018-12-13' of git://people.freedesktop.org/~thomash/l...drm-next-2018-12-14Dave Airlie2-2/+2
2018-12-13Merge tag 'drm-msm-next-2018-12-12' of git://people.freedesktop.org/~robclark...Dave Airlie125-5493/+4566
2018-12-13Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-nextDave Airlie119-308/+2450
2018-12-13Merge tag 'drm/tegra/for-4.21-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie20-39/+940
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie98-865/+1686
2018-12-12drm/amd/display: Add fast path for cursor plane updatesNicholas Kazlauskas2-2/+73
2018-12-12drm/amdgpu: Enable GPU recovery by default for CIAndrey Grodzovsky1-0/+2
2018-12-11drm/amd/display: Fix duplicating scaling/underscan connector stateNicholas Kazlauskas1-0/+4
2018-12-11drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas1-0/+2
2018-12-11Revert "drm/amd/display: Set RMX_ASPECT as default"Nicholas Kazlauskas1-4/+2
2018-12-11drm/amdgpu: Fix stub function nameKuehling, Felix1-1/+1
2018-12-11drm/msm/dpu: Fix clock issue after bind failureJayant Shekhar1-0/+1
2018-12-11drm/msm/dpu: Clean up dpu_media_info.h static inline functionsJordan Crouse1-107/+57
2018-12-11drm/msm/dpu: Further cleanups for static inline functionsJordan Crouse10-71/+13
2018-12-11drm/msm/dpu: Cleanup the debugfs functionsJordan Crouse12-361/+93
2018-12-11drm/msm/dpu: Remove dpu_irq and unused functionsJordan Crouse8-148/+28
2018-12-11drm/msm: Make irq_postinstall optionalJordan Crouse1-1/+5
2018-12-11drm/msm/dpu: Cleanup callers of dpu_hw_blk_initJordan Crouse8-100/+14
2018-12-11drm/msm/dpu: Remove unused functionsJordan Crouse4-40/+0
2018-12-11drm/msm/dpu: Remove dpu_crtc_is_enabled()Jordan Crouse2-20/+6
2018-12-11drm/msm/dpu: Remove dpu_crtc_get_mixer_heightJordan Crouse2-15/+1
2018-12-11drm/msm/dpu: Remove dpu_dbgJordan Crouse15-2531/+4
2018-12-11drm/msm: dpu: Remove crtc_lockSean Paul2-14/+0
2018-12-11drm/msm: dpu: Remove vblank_requested flag from dpu_crtcSean Paul3-18/+4
2018-12-11drm/msm: dpu: Separate crtc assignment from vblank enableSean Paul3-55/+59
2018-12-11drm/msm: dpu: Don't bother checking ->enabled in dpu_crtc_vblankSean Paul1-3/+1
2018-12-11drm/msm: dpu: Use atomic_disable for dpu_crtc_disableSean Paul1-2/+3
2018-12-11drm/msm: dpu: Remove vblank_callback from encoderSean Paul4-23/+26
2018-12-11drm/msm: dpu: Remove crtc_lock from setup_mixersSean Paul1-9/+3
2018-12-11drm/msm: dpu: Move pm_runtime_(get|put) from vblank_enableSean Paul1-4/+4
2018-12-11drm/msm: dpu: Add modeset lock checks where applicableSean Paul2-0/+3
2018-12-11drm/msm: dpu: Stop using encoder->crtc pointerSean Paul2-36/+29
2018-12-11drm/msm: dpu: Grab the modeset locks in frame_eventSean Paul1-1/+14