summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
AgeCommit message (Expand)AuthorLines
2021-04-09drm/amd/display: use MST downstream AUX to dump DPRX CRCsDavid (Dingchen) Zhang-1/+1
2021-03-23drm/amd/display: Fix secure display lock problemsWayne Lin-5/+5
2021-03-05drm/amd/display: Use PSP TA to read out crcWayne Lin-0/+172
2021-03-05drm/amd/display: Change to set crc window by dmcu fwWayne Lin-2/+2
2021-03-05drm/amd/display: Support crc on specific regionWayne Lin-0/+93
2021-03-05drm/amd/display: Fix crc_src is not thread safeWayne Lin-5/+23
2021-01-14drm/amd/display: Fix to be able to stop crc calculationWayne Lin-1/+1
2021-01-14Revert "drm/amd/display: Expose new CRC window property"Rodrigo Siqueira-54/+2
2020-12-15drm/amd/display: Fix to be able to stop crc calculationWayne Lin-1/+12
2020-11-16drm/amd/display: Expose new CRC window propertyWayne Lin-1/+42
2020-11-02drm/amd/display: Calculate CRC on specific frame regionWayne Lin-1/+1
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov-1/+1
2019-10-10drm/amd/display: Added pixel dynamic expansion control.Robin Singh-2/+7
2019-08-21drm/amd/display: Lock the CRTC when setting CRC sourceNicholas Kazlauskas-12/+51
2019-08-21drm/amd/display: Split out DC programming for CRC captureNicholas Kazlauskas-23/+39
2019-08-21drm/amd/display: Use connector list for finding DPRX CRC auxNicholas Kazlauskas-4/+15
2019-08-21drm/amd/display: Check return code for CRC drm_crtc_vblank_getNicholas Kazlauskas-1/+5
2019-07-18drm/amd/display: add pipe CRC sources without disabling dithering.Dingchen Zhang-14/+44
2019-07-18drm/amd/display: add functionality to get pipe CRC source.Dingchen Zhang-0/+14
2019-07-18drm/amd/display: add functionality to grab DPRX CRC entries.Dingchen Zhang-24/+67
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg-0/+1
2019-01-28drm/amd/display: Re-enable CRC capture following modesetNicholas Kazlauskas-1/+7
2019-01-28drm/amd/display: Enable vblank interrupt during CRC captureNicholas Kazlauskas-21/+21
2018-11-05drm/amd/display: Guard against null stream_state in set_crc_sourceNicholas Kazlauskas-0/+5
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul-2/+8
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar-3/+1
2018-08-13drm/amd/display: Guard against null crtc in CRC IRQNicholas Kazlauskas-2/+8
2018-08-13drm/amdgpu_dm/crc: Implement verify_crc_source callbackMahesh Kumar-0/+16
2018-02-19drm/amd/display: Skip 2 frames when first reading CRCLeo (Sunpeng) Li-6/+6
2018-02-19drm/amd/display: When enabling CRC, disable dither & enable truncationLeo (Sunpeng) Li-2/+9
2018-02-19drm/amd/display: Early return on crc getLeo (Sunpeng) Li-14/+20
2018-02-19drm/amd/display: Implement interface for CRC on CRTCLeo (Sunpeng) Li-0/+113