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