summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/amd/display: Fix memory leaks in S3 resume"Alex Deucher2021-01-061-2/+1
* drm/amd/display: Fix unused variable warningArnd Bergmann2021-01-062-4/+2
* Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~ag...Dave Airlie2020-12-242-3/+7
|\
| * drm/amd/display: Fix memory leaks in S3 resumeStylon Wang2020-12-231-1/+2
| * drm/amd/display: Remove unnecessary NULL checkEryk Brol2020-12-231-1/+1
| * drm/amd/display: handler not correctly checked at remove_irq_handlerQingqing Zhuo2020-12-231-1/+4
* | Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...Daniel Vetter2020-12-163-27/+36
|\|
| * drm/amdgpu/disply: fix documentation warnings in display managerAlex Deucher2020-12-161-1/+20
| * drm/amd/display: Fixed kernel test robot warningSouptick Joarder2020-12-151-2/+2
| * drm/amd/display: Fix to be able to stop crc calculationWayne Lin2020-12-151-1/+12
| * drm/amdgpu/display: move link_bandwidth_kbps under CONFIG_DRM_AMD_DC_DCNAlex Deucher2020-12-101-4/+1
| * drm/amd/display: Drop unnecessary function callRodrigo Siqueira2020-12-101-19/+1
* | Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-151-1/+4
|\ \ | |/ |/|
| * drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-1/+4
* | drm/amdgpu: free the pre-OS console framebuffer after the first modesetAlex Deucher2020-12-081-0/+5
* | drm/amd/display: setup system context for APUsRoman Li2020-12-081-1/+1
* | drm/amd/display: Enable gpu_vm_support for dcn3.01Charlene Liu2020-12-081-0/+5
* | drm/amd/display: Only one display lights up while using MST hubQingqing Zhuo2020-12-081-5/+16
* | drm/amd/display: NULL pointer error during compliance testQingqing Zhuo2020-12-081-5/+8
* | drm/amd/display: check cursor FB is linearSimon Ser2020-12-081-0/+19
* | drm/amd/display: extract cursor FB checks into a functionSimon Ser2020-12-081-35/+46
* | drm/amdgpu/disply: set num_crtc earlierAlex Deucher2020-12-081-5/+4
* | drm/amd/display: add cursor pitch checkSimon Ser2020-12-021-4/+15
* | drm/amd/display: use FB pitch to fill dc_cursor_attributesSimon Ser2020-12-021-1/+1
* | drm/amd/display: add debug logs for dm_crtc_helper_atomic_checkSimon Ser2020-12-021-1/+4
* | drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notationLee Jones2020-12-011-0/+1
* | drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Remove unused function 'pp_nv_set...Lee Jones2020-12-011-16/+0
* | drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Mark local functions invoked by r...Lee Jones2020-12-011-7/+7
* | drm/amd/display/amdgpu_dm/amdgpu_dm_color: Demote a misuse and fix another ke...Lee Jones2020-12-011-2/+2
* | drm/amd/display: Do full modeset when DSC debugfs is changedEryk Brol2020-12-011-0/+3
* | drm/amd/display: turn DPMS off on connector unplugAurabindo Pillai2020-12-011-1/+31
* | drm/amd/display: Clear dc remote sinks on MST disconnectAurabindo Pillai2020-12-011-2/+20
* | drm/amd/display: don't expose rotation prop for cursor planeSimon Ser2020-11-241-2/+2
* | drm/amd/display: check cursor scalingSimon Ser2020-11-241-7/+44
* | drm/amd/display: disallow cropping for cursor planeSimon Ser2020-11-241-0/+10
* | drm/amd/display: add cursor FB size checkSimon Ser2020-11-241-0/+22
* | drm/amd/display: Avoid HDCP initialization in devices without outputRodrigo Siqueira2020-11-241-1/+1
* | drm/amd/display: Add comments to hdcp property change codeBhawanpreet Lakha2020-11-181-2/+24
* | drm/amd/display: Add display only once.Bhawanpreet Lakha2020-11-182-4/+14
* | drm/amd/display: Always get CRTC updated constant values inside commit tailRodrigo Siqueira2020-11-181-1/+2
* | drm/amd/display: Expose new CRC window propertyWayne Lin2020-11-164-9/+198
* | drm/amd/display: Set new format info for converted metadata.Bas Nieuwenhuizen2020-11-131-87/+1
* | amd/display/amdgpu_dm: delete same check in if conditionBernard Zhao2020-11-101-1/+1
* | drm/amd/display: Explicitly disable cursor when disabling CRTCVictor Lu2020-11-101-0/+10
* | drm/amd/display: Engage PSR synchronouslyKrunoslav Kovac2020-11-102-5/+5
|/
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-109-280/+1436
|\
| * drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher2020-11-042-45/+3
| * drm/amdgpu/display: fix warnings when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher2020-11-021-1/+4
| * drm/amdgpu: apply dm_pp_notify_wm_clock_changes() for Polaris onlyEvan Quan2020-11-021-1/+6
| * drm/amd/display: Calculate CRC on specific frame regionWayne Lin2020-11-021-1/+1