summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Fix in disabling secure displayAlan Liu2023-04-181-18/+13
* drm/amdgpu/display/mst: adjust the naming of mst_port and port of aconnectorWayne Lin2023-01-241-1/+1
* drm/amd/display: fix possible buffer overflow relating to secure displayHamza Mahfooz2023-01-131-3/+5
* drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu2023-01-051-1/+1
* drm/amd/display: Improvements in secure displayAlan Liu2023-01-031-0/+6
* drm/amd/display: Fix when disabling secure_displayAlan Liu2022-12-151-12/+16
* drm/amd/display: Implement multiple secure displayAlan Liu2022-12-151-74/+77
* drm/amdgpu: Move the mutex_lock to protect the return status of securedisplay...Alan Liu2022-10-271-0/+4
* drm/amd/display: Drop struct crc_region and reuse struct rectAlan Liu2022-10-271-9/+11
* drm/amd/display: Implement secure display on DCN21Alan Liu2022-10-271-80/+71
* drm/amd/display: add connector type check for CRC source setPerry Yuan2021-12-011-0/+8
* drm/amd/display: Avoid get/put vblank when stream disabledWayne Lin2021-05-191-1/+1
* drm/amd/display: Refactor suspend/resume of Secure displayWayne Lin2021-05-191-61/+0
* drm/amd/display: use MST downstream AUX to dump DPRX CRCsDavid (Dingchen) Zhang2021-04-091-1/+1
* drm/amd/display: Fix secure display lock problemsWayne Lin2021-03-231-5/+5
* drm/amd/display: Use PSP TA to read out crcWayne Lin2021-03-051-0/+172
* drm/amd/display: Change to set crc window by dmcu fwWayne Lin2021-03-051-2/+2
* drm/amd/display: Support crc on specific regionWayne Lin2021-03-051-0/+93
* drm/amd/display: Fix crc_src is not thread safeWayne Lin2021-03-051-5/+23
* drm/amd/display: Fix to be able to stop crc calculationWayne Lin2021-01-141-1/+1
* Revert "drm/amd/display: Expose new CRC window property"Rodrigo Siqueira2021-01-141-54/+2
* drm/amd/display: Fix to be able to stop crc calculationWayne Lin2020-12-151-1/+12
* drm/amd/display: Expose new CRC window propertyWayne Lin2020-11-161-1/+42
* drm/amd/display: Calculate CRC on specific frame regionWayne Lin2020-11-021-1/+1
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-1/+1
* drm/amd/display: Added pixel dynamic expansion control.Robin Singh2019-10-101-2/+7
* drm/amd/display: Lock the CRTC when setting CRC sourceNicholas Kazlauskas2019-08-211-12/+51
* drm/amd/display: Split out DC programming for CRC captureNicholas Kazlauskas2019-08-211-23/+39
* drm/amd/display: Use connector list for finding DPRX CRC auxNicholas Kazlauskas2019-08-211-4/+15
* drm/amd/display: Check return code for CRC drm_crtc_vblank_getNicholas Kazlauskas2019-08-211-1/+5
* drm/amd/display: add pipe CRC sources without disabling dithering.Dingchen Zhang2019-07-181-14/+44
* drm/amd/display: add functionality to get pipe CRC source.Dingchen Zhang2019-07-181-0/+14
* drm/amd/display: add functionality to grab DPRX CRC entries.Dingchen Zhang2019-07-181-24/+67
* drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-101-0/+1
* drm/amd/display: Re-enable CRC capture following modesetNicholas Kazlauskas2019-01-281-1/+7
* drm/amd/display: Enable vblank interrupt during CRC captureNicholas Kazlauskas2019-01-281-21/+21
* drm/amd/display: Guard against null stream_state in set_crc_sourceNicholas Kazlauskas2018-11-051-0/+5
* Merge drm/drm-next into drm-misc-nextSean Paul2018-08-271-2/+8
|\
| * drm/amd/display: Guard against null crtc in CRC IRQNicholas Kazlauskas2018-08-131-2/+8
* | drm/crc: Cleanup crtc_crc_open functionMahesh Kumar2018-08-221-3/+1
* | drm/amdgpu_dm/crc: Implement verify_crc_source callbackMahesh Kumar2018-08-131-0/+16
|/
* drm/amd/display: Skip 2 frames when first reading CRCLeo (Sunpeng) Li2018-02-191-6/+6
* drm/amd/display: When enabling CRC, disable dither & enable truncationLeo (Sunpeng) Li2018-02-191-2/+9
* drm/amd/display: Early return on crc getLeo (Sunpeng) Li2018-02-191-14/+20
* drm/amd/display: Implement interface for CRC on CRTCLeo (Sunpeng) Li2018-02-191-0/+113