summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)Author
2019-02-21drm/amdgpu: add missing license on baco filesAlex Deucher
2019-02-20drm/amdgpu: disable bulk moves for nowChristian König
2019-02-20drm/amd/display: set clocks to 0 on suspend on dce80Bhawanpreet Lakha
2019-02-20drm/amd/display: fix optimize_bandwidth func pointer for dce80Bhawanpreet Lakha
2019-02-20drm/amd/display: Fix negative cursor pos programmingNicholas Kazlauskas
2019-02-19drm/amdgpu: partial revert cleanup setting bulk_movable v2Christian König
2019-02-19drm/amdgpu: cleanup setting bulk_movableChristian König
2019-02-19drm/amd/powerplay/smu10_hwmgr: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-19drm/amd/powerplay/smu8_hwmgr: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-19drm/amd/display: Refactor for setup periodic interrupt.Yongqiang Sun
2019-02-19drm/amd/display: Clear stream->mode_changed after commitNicholas Kazlauskas
2019-02-19drm/amd/display: Do cursor updates after stream updatesNicholas Kazlauskas
2019-02-19drm/amd/display: Fix update type mismatches in atomic checkNicholas Kazlauskas
2019-02-19drm/amd/display: Don't expose support for DRM_FORMAT_RGB888Nicholas Kazlauskas
2019-02-19drm/amd/display: Fix wrong z-order when updating overlay planesNicholas Kazlauskas
2019-02-19drm/amd/display: send pipe set command to dmcu when backlight is setJosip Pavic
2019-02-19drm/amd/display: Ungate stream before programming registersGary Kattan
2019-02-19drm/amd/display: Increase precision for backlight curveAnthony Koo
2019-02-19drm/amd/display: remove screen flashes on seamless bootAnthony Koo
2019-02-19drm/amd/display: send pipe set command to dmcu when stream unblanksJosip Pavic
2019-02-19Revert "drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registers"Yong Zhao
2019-02-19Revert "drm/amdgpu: Delete user queue doorbell variables"Yong Zhao
2019-02-19drm/amd/display: Raise dispclk value for dce11Roman Li
2019-02-19drm/amd/display: Fix MST reboot/poweroff sequenceLeo (Hanghong) Ma
2019-02-19drm/amdgpu: Update sdma golden setting for vega20shaoyunl
2019-02-19drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtimeAlex Deucher
2019-02-18drm/amdgpu/si_dpm: Mark expected switch fall-throughsGustavo A. R. Silva
2019-02-18drm/amd/powerplay/smu7_hwmgr: Mark expected switch fall-throughsGustavo A. R. Silva
2019-02-18drm/amd/display/dce_mem_input: Mark expected switch fall-throughGustavo A. R. Silva
2019-02-18drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughsGustavo A. R. Silva
2019-02-18drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resourcesYong Zhao
2019-02-18drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao
2019-02-18drm/amdgpu: Add first_non_cp and last_non_cp in amdgpu_doorbell_indexYong Zhao
2019-02-18drm/amdkfd: Move a constant definition aroundYong Zhao
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-02-15drm/amdgpu: remove some old unused dpm helpersAlex Deucher
2019-02-15drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen
2019-02-15drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen
2019-02-15drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen
2019-02-13drm/amdgpu: don't clamp debugfs register access to the BAR sizeAlex Deucher
2019-02-13drm/amdgpu: fix several indentation issuesColin Ian King
2019-02-13drm/amdgpu/powerplay: declare firmware for CI cardsAlex Deucher
2019-02-13drm/amd/display: Fix deadlock with display during hanged ring recovery.Andrey Grodzovsky
2019-02-13drm/amdgpu: Delete user queue doorbell variablesYong Zhao
2019-02-13drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registersYong Zhao
2019-02-13drm/amdgpu: Simplify eviction fence handlingFelix Kuehling
2019-02-13drm/amdgpu: Avoid setting off KFD eviction fences in amdgpu_vmFelix Kuehling
2019-02-13drm/amdgpu: Replace ttm_bo_wait with amdgpu_bo_sync_waitFelix Kuehling
2019-02-13drm/amdgpu: Add helper to wait for BO fences using a sync objectFelix Kuehling
2019-02-13drm/amdgpu: tighten gpu_recover in mailbox_flr to avoid duplicate recover in ...wentalou