summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2019-06-22drm/amd/display: Add power down display on boot flagThomas Lim1-0/+1
2019-06-22drm/amd/display: disable dcn20 abm feature for bring uphersen wu1-4/+7
2019-06-22drm/amd/display: Add DSC support for Navi (v2)Harry Wentland1-0/+10
2019-06-22drm/amd/display: Hook DCN2 into amdgpu_dm and expose as config (v2)Harry Wentland2-1/+15
2019-06-22drm/amd/display: hook navi10 pplib functionshersen wu1-8/+271
2019-06-21drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland2-0/+10
2019-06-21drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10Kevin Wang1-1/+18
2019-06-20drm/amd/display: move dcn v1_0 irq source header to ivsrcid/dcn/Hawking Zhang1-1/+1
2019-06-20Revert "drm/amd/display: Rework CRTC color management"Alex Deucher3-356/+159
2019-06-20Revert "drm/amd/display: Enable fast plane updates when state->allow_modeset ...Nicholas Kazlauskas1-0/+8
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-2/+1
2019-06-17drm/amd/display: Delete a redundant memory setting in amdgpu_dm_irq_register_...Markus Elfring1-2/+0
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter8-10/+14
2019-06-14drm/amdgpu: Fix connector atomic_check compilation failSean Paul1-2/+3
2019-06-13amdgpu_dm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-31/+12
2019-06-11drm/amd/display: Rework CRTC color managementNicholas Kazlauskas3-159/+356
2019-06-11drm/amd/display: Set default ABM level to module parameterNicholas Kazlauskas1-0/+3
2019-06-11drm/amd/display: Enable fast plane updates when state->allow_modeset = trueNicholas Kazlauskas1-8/+0
2019-06-11drm/amd/display: Use current connector state if NULL when checking bpcNicholas Kazlauskas1-0/+4
2019-06-11drm/amd/display: Always allocate initial connector state stateNicholas Kazlauskas1-3/+7
2019-06-11drm/amd/display: Add connector debugfs for "output_bpc"Nicholas Kazlauskas1-2/+69
2019-06-11drm/amd/display: Don't set mode_changed=false if the stream was removedNicholas Kazlauskas1-1/+11
2019-06-10drm/amd: drop use of drmP.h in display/Sam Ravnborg5-6/+3
2019-06-10drm/amd: drop use of drmP.h from all header filesSam Ravnborg1-1/+4
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2-1/+4
2019-06-06Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-13/+53
2019-06-05drm/amdgpu/display: Drop some new CONFIG_DRM_AMD_DC_DCN1_01 guardsAlex Deucher1-2/+0
2019-06-06Merge tag 'drm-misc-next-2019-06-05' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+151
2019-06-04drm/amd: fix fb references in async updateHelen Koike1-2/+1
2019-06-03drm/amd/display: Only force modesets when toggling HDRNicholas Kazlauskas1-6/+28
2019-06-03drm/amd/display: Expose HDR output metadata for supported connectorsNicholas Kazlauskas1-0/+125
2019-05-31drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2Chunming Zhou1-5/+16
2019-05-31drm/amdgpu/display: Fix reload driver errorEmily Deng1-1/+14
2019-05-31drm/amd/display: Reset planes for color management changesNicholas Kazlauskas1-0/+4
2019-05-31drm/amd/display: Ensure DRR triggers in BPEryk Brol1-5/+19
2019-05-28drm/amdgpu: fix unload driver failEmily Deng1-3/+4
2019-05-24drm/amdgpu: sort probed modes before adding common modesYogesh Mohan Marimuthu1-0/+9
2019-05-24drm/amd/display: Use new connector state when getting color depthNicholas Kazlauskas1-12/+15
2019-05-24drm/amd/display: Switch the custom "max bpc" property to the DRM propNicholas Kazlauskas2-18/+12
2019-05-24drm/amd/display: Don't load DMCU for Raven 1 (v2)Harry Wentland1-2/+10
2019-05-24drm/amd/display: Fill plane attrs only for valid pxl formatRoman Li1-1/+1
2019-05-24drm/amd/display: Disable cursor when offscreen in negative directionNicholas Kazlauskas1-5/+9
2019-05-24drm/amd/display: Don't load DMCU for Raven 1 (v2)Harry Wentland1-2/+10
2019-05-24Revert "drm/amd/display: Don't load DMCU for Raven 1"drm-fixes-2019-05-24-1Dave Airlie1-10/+2
2019-05-20drm/amd/display: Don't load DMCU for Raven 1Harry Wentland1-2/+10
2019-05-06drm/amd/display: Use long for signed error code checks in commit planesNicholas Kazlauskas1-1/+2
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-63/+242
2019-04-29drm/amd/display: Compensate for pre-DCE12 BTR-VRR hw limitations. (v3)Mario Kleiner1-4/+44
2019-04-29drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planesNicholas Kazlauskas1-0/+1
2019-04-29drm/amd/display: Do VRR transition before enable_crc_interruptsNicholas Kazlauskas1-11/+12