summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2019-10-02drm/amd/display: hide an unused variableArnd Bergmann1-0/+2
2019-10-02Revert "drm/amdgpu: disable stutter mode for renoir"Aaron Liu1-2/+0
2019-09-26Merge tag 'drm-fixes-5.4-2019-09-25' of git://people.freedesktop.org/~agd5f/l...Dave Airlie1-0/+3
2019-09-26Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+2
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter1-3/+2
2019-09-17drm/amd/display: Restore backlight brightness after system resumeKai-Heng Feng1-0/+1
2019-09-17drm/amdgpu: disable stutter mode for renoirAaron Liu1-0/+2
2019-09-06Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-1/+15
2019-08-29drm/amd/display: Handle Renoir in amdgpu_dm (v2)Bhawanpreet Lakha1-0/+14
2019-08-27drm/amd/display: Fix error messageAndrey Grodzovsky1-1/+1
2019-08-27Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...Dave Airlie5-69/+182
2019-08-23drm/amd/display: MST topology debugfsDavid Francis1-0/+24
2019-08-23drm/amdgpu/display: add flag for multi-display mclk switchingAlex Deucher1-0/+3
2019-08-23drm/amd/display: Enable SST DSC in DMDavid Francis2-12/+24
2019-08-22drm/amd/display: Lock the CRTC when setting CRC sourceNicholas Kazlauskas1-12/+51
2019-08-22drm/amd/display: Split out DC programming for CRC captureNicholas Kazlauskas3-44/+49
2019-08-22drm/amd/display: Use connector list for finding DPRX CRC auxNicholas Kazlauskas1-4/+15
2019-08-22drm/amd/display: Check return code for CRC drm_crtc_vblank_getNicholas Kazlauskas1-1/+5
2019-08-22drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas1-2/+14
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2019-08-15drm/amd/display: Enable MPO with pre-blend color processing (RGB)Michael Strauss1-0/+3
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie5-99/+344
2019-08-06drm/amd/display: Block immediate flips for non-fast updatesNicholas Kazlauskas2-1/+16
2019-08-06drm/amd/display: Validate dc_plane_info and dc_plane_size in atomic checkNicholas Kazlauskas1-0/+24
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-08-02drm/amd/display: Add missing NV12 asic IDsRoman Li1-0/+4
2019-08-02drm/amd/display: Don't replace the dc_state for fast updatesNicholas Kazlauskas1-0/+23
2019-08-02drm/amd/display: Skip determining update type for async updatesNicholas Kazlauskas1-7/+20
2019-08-02drm/amd/display: Allow cursor async updates for framebuffer swapsNicholas Kazlauskas1-10/+0
2019-08-02drm/amd/display: Use switch table for dc_to_smu_clock_typeLeo Li1-12/+25
2019-08-02drm/amd/display: Use proper enum conversion functionsNathan Chancellor1-2/+2
2019-07-31drm/amdgpu/powerplay: provide the interface to disable uclk switch for DALKenneth Feng1-0/+14
2019-07-31drm/amdgpu: Fix amdgpu_display_supported_domains logic.Andrey Grodzovsky1-1/+1
2019-07-31drm/amd/display: enable S/G for RAVEN chipShirish S1-1/+1
2019-07-31drm/amd/display: Use dev_get_drvdataChuhong Yuan1-2/+1
2019-07-26drm/amd/display: Implement MST Aux device registrationLeo Li1-1/+23
2019-07-26drm/amd/display: Use connector kdev as aux device parentLeo Li1-1/+1
2019-07-18drm/amd/display: add dcc programming for dual planeDmytro Laktyushkin1-21/+21
2019-07-18drm/amd/display: add pipe CRC sources without disabling dithering.Dingchen Zhang2-16/+48
2019-07-18drm/amd/display: add functionality to get pipe CRC source.Dingchen Zhang3-0/+18
2019-07-18drm/amd/display: add functionality to grab DPRX CRC entries.Dingchen Zhang4-44/+136
2019-07-18drm/amd/display: skip to load dmcu firmware for navi14Xiaojie Yuan1-0/+1
2019-07-18drm/amd/display: add nv14 cases to amdgpu_dmBhawanpreet Lakha1-0/+7
2019-07-18drm/amd/display: Force uclk to max for every stateNicholas Kazlauskas1-3/+3
2019-07-12drm/amdgpu: Print out voltage in DM_PPLIBPaul Menzel1-1/+2
2019-07-11drm/amd/display: Add drm_audio_component support to amdgpu_dmNicholas Kazlauskas2-0/+247
2019-07-02drm/amdgpu/display: fix interrupt client id for naviAlex Deucher1-4/+1
2019-06-25drm/amd/amdgpu: Check stream in amdgpu_dm_commit_planesErnst Sjöstrand1-1/+2
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher8-12/+15