summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextSean Paul2019-03-0661-615/+737
|\
| * drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-03-041-1/+27
| * Merge v5.0 into drm-nextDave Airlie2019-03-0410-16/+42
| |\
| | * drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-02-272-4/+24
| | * drm/amdgpu: disable bulk moves for nowChristian König2019-02-201-0/+2
| | * drm/amd/display: set clocks to 0 on suspend on dce80Bhawanpreet Lakha2019-02-201-3/+16
| | * drm/amd/display: fix optimize_bandwidth func pointer for dce80Bhawanpreet Lakha2019-02-202-1/+5
| | * drm/amd/display: Fix negative cursor pos programmingNicholas Kazlauskas2019-02-201-2/+2
| | * drm/amd/display: Raise dispclk value for dce11Roman Li2019-02-191-3/+8
| | * drm/amd/display: Fix MST reboot/poweroff sequenceLeo (Hanghong) Ma2019-02-191-2/+3
| | * drm/amdgpu: Update sdma golden setting for vega20shaoyunl2019-02-191-2/+2
| | * drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtimeAlex Deucher2019-02-191-0/+1
| * | Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-2255-598/+668
| |\ \
| | * | drm/amdgpu: Bump amdgpu version for context priority override.Bas Nieuwenhuizen2019-02-211-1/+2
| | * | drm/amdgpu/powerplay: fix typo in BACO header guardsAlex Deucher2019-02-212-4/+4
| | * | drm/amdgpu/powerplay: fix return codes in BACO codeAlex Deucher2019-02-212-5/+5
| | * | drm/amdgpu: add missing license on baco filesAlex Deucher2019-02-212-0/+44
| | * | drm/amdgpu: partial revert cleanup setting bulk_movable v2Christian König2019-02-191-0/+4
| | * | drm/amdgpu: cleanup setting bulk_movableChristian König2019-02-191-6/+0Star
| | * | drm/amd/powerplay/smu10_hwmgr: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-191-5/+3Star
| | * | drm/amd/powerplay/smu8_hwmgr: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-191-5/+3Star
| | * | drm/amd/display: Refactor for setup periodic interrupt.Yongqiang Sun2019-02-199-151/+215
| | * | drm/amd/display: Clear stream->mode_changed after commitNicholas Kazlauskas2019-02-191-0/+3
| | * | drm/amd/display: Do cursor updates after stream updatesNicholas Kazlauskas2019-02-191-3/+6
| | * | drm/amd/display: Fix update type mismatches in atomic checkNicholas Kazlauskas2019-02-191-6/+10
| | * | drm/amd/display: Don't expose support for DRM_FORMAT_RGB888Nicholas Kazlauskas2019-02-191-1/+0Star
| | * | drm/amd/display: Fix wrong z-order when updating overlay planesNicholas Kazlauskas2019-02-191-0/+36
| | * | drm/amd/display: send pipe set command to dmcu when backlight is setJosip Pavic2019-02-191-22/+23
| | * | drm/amd/display: Ungate stream before programming registersGary Kattan2019-02-193-2/+16
| | * | drm/amd/display: Increase precision for backlight curveAnthony Koo2019-02-191-19/+4Star
| | * | drm/amd/display: remove screen flashes on seamless bootAnthony Koo2019-02-193-2/+41
| | * | drm/amd/display: send pipe set command to dmcu when stream unblanksJosip Pavic2019-02-193-16/+21
| | * | Revert "drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registers"Yong Zhao2019-02-192-29/+9Star
| | * | Revert "drm/amdgpu: Delete user queue doorbell variables"Yong Zhao2019-02-193-0/+12
| | * | drm/amdgpu/si_dpm: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-191-0/+2
| | * | drm/amd/powerplay/smu7_hwmgr: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-191-0/+2
| | * | drm/amd/display/dce_mem_input: Mark expected switch fall-throughGustavo A. R. Silva2019-02-191-1/+1
| | * | drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-191-0/+2
| | * | drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resourcesYong Zhao2019-02-193-38/+23Star
| | * | drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao2019-02-194-18/+38
| | * | drm/amdgpu: Add first_non_cp and last_non_cp in amdgpu_doorbell_indexYong Zhao2019-02-193-0/+17
| | * | drm/amdkfd: Move a constant definition aroundYong Zhao2019-02-181-5/+6
| | * | drm/amdgpu: remove some old unused dpm helpersAlex Deucher2019-02-152-97/+0Star
| | * | drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen2019-02-151-1/+40
| | * | drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen2019-02-153-3/+25
| | * | drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen2019-02-151-3/+8
| | * | drm/amdgpu: don't clamp debugfs register access to the BAR sizeAlex Deucher2019-02-131-3/+0Star
| | * | drm/amdgpu: fix several indentation issuesColin Ian King2019-02-136-6/+6
| | * | drm/amdgpu/powerplay: declare firmware for CI cardsAlex Deucher2019-02-131-0/+4
| | * | drm/amd/display: Fix deadlock with display during hanged ring recovery.Andrey Grodzovsky2019-02-131-6/+13