summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06drm/amd/display: Skip writeback connector when we get amdgpu_dm_connectorHarry Wentland1-0/+3
2023-07-07drm/amd/display: Remove redundant braces in 'amdgpu_dm_crtc_notify_ta_to_read()'Srinivasan Shanmugam1-4/+2
2023-04-18drm/amd/display: Fix in disabling secure displayAlan Liu1-18/+13
2023-01-24drm/amdgpu/display/mst: adjust the naming of mst_port and port of aconnectorWayne Lin1-1/+1
2023-01-13drm/amd/display: fix possible buffer overflow relating to secure displayHamza Mahfooz1-3/+5
2023-01-05drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu1-1/+1
2023-01-04drm/amd/display: Improvements in secure displayAlan Liu1-0/+6
2022-12-15drm/amd/display: Fix when disabling secure_displayAlan Liu1-12/+16
2022-12-15drm/amd/display: Implement multiple secure displayAlan Liu1-74/+77
2022-10-27drm/amdgpu: Move the mutex_lock to protect the return status of securedisplay...Alan Liu1-0/+4
2022-10-27drm/amd/display: Drop struct crc_region and reuse struct rectAlan Liu1-9/+11
2022-10-27drm/amd/display: Implement secure display on DCN21Alan Liu1-80/+71
2021-12-02drm/amd/display: add connector type check for CRC source setPerry Yuan1-0/+8
2021-05-20drm/amd/display: Avoid get/put vblank when stream disabledWayne Lin1-1/+1
2021-05-20drm/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-24drm/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-11drm/amd/display: Added pixel dynamic expansion control.Robin Singh1-2/+7
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 Kazlauskas1-23/+39
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-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-14drm/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