summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Don't use fsleep for PSR exit waitsNicholas Kazlauskas2023-10-091-1/+2
* drm/amd/display: Add missing staticRodrigo Siqueira2023-07-181-3/+3
* drm/amd/display: Clean FPGA code in dcQingqing Zhuo2023-06-091-5/+3
* drm/amd/display: Reduce CPU busy-waiting for long delaysAric Cyr2023-02-281-1/+1
* drm/amd/display: Drop struct crc_region and reuse struct rectAlan Liu2022-10-271-4/+10
* drm/amd/display: Move all linux includes into OS typesHarry Wentland2022-07-051-3/+0
* drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in dceAlex Hung2022-05-101-10/+0
* drm/amd/display: use GFP_ATOMIC in dcn20_resource_constructNirmoy Das2021-04-091-3/+3
* drm/amd/display: Process crc window at DMCUWayne Lin2021-03-051-0/+84
* drm/amd/display: Add Freesync HDMI support to DMCUStylon Wang2021-02-021-0/+120
* drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file...Lee Jones2021-01-111-0/+4
* drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load...Lee Jones2021-01-111-1/+1
* drm/amd/display: Engage PSR synchronouslyKrunoslav Kovac2020-11-101-12/+12
* drm/amd/display: Update TX masks correctlyAlvin Lee2020-02-251-0/+16
* drm/amd/display: remove psr state condition when psr exit caseLewis Huang2020-01-161-3/+0
* drm/amd/display: rename DCN1_0 kconfig to DCNBhawanpreet Lakha2019-11-131-5/+5
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flagBhawanpreet Lakha2019-11-131-6/+0
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-131-10/+4
* drm/amd/display: Add PSP FW version mask.Yongqiang Sun2019-11-131-1/+1
* drm/amd/display: Change dmcu init sequence for dmcub loading dmcu FW.Yongqiang Sun2019-11-131-0/+79
* drm/amd/display: remove hw access from dc_destroyJun Lei2019-09-131-3/+0
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-0/+3
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-0/+3
| |\
| | * drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-101-0/+1
| | * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-0/+2
* | | drm/amd/display: Add DCN2 HW Sequencer and ResourceHarry Wentland2019-06-211-0/+88
|/ /
* | drm/amd/display: Increase Backlight Gain Step SizeEryk Brol2019-05-311-0/+3
* | drm/amd/display: disable PSR/ABM before destroy DMCU structPaul Hsieh2019-05-311-0/+3
|/
* drm/amd/display: add explicit handshake between x86 and DMCUJun Lei2019-04-231-1/+3
* drm/amd/display: Send DMCU messages only if FW loadedAnthony Koo2019-04-231-1/+30
* drm/amd/display: Add PSR SMU Interrupt supportSivapiriyanKumarasamy2019-03-191-4/+3
* drm/amd/display: Update DMCU versioning mechanismJosip Pavic2019-01-251-3/+3
* drm/amd/display: Redefine DMCU_SCRATCH to identify DMCU stateMartin Tsai2019-01-141-81/+42
* Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"Leo (Sunpeng) Li2018-08-211-3/+3
* drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2018-07-271-15/+23
* drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer2018-07-191-3/+3
* drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin2018-05-181-1/+1
* drm/amd/display: provide an interface to query firmware versionAnthony Koo2018-02-191-1/+1
* drm/amd/display: disablePSR in UpdatePlanes in PassiveLevelCharlene Liu2018-02-191-0/+3
* drm/amd/display: Fix check for whether dmcu fw is runningAnthony Koo2017-12-201-2/+32
* drm/amd/display: DMCU and ABM maintenance and refactorAnthony Koo2017-12-061-8/+10
* drm/amd/display: DMCU FW loading from PSPAnthony Koo2017-12-041-6/+170
* amdgpu/dc: fix indentation warning from smatch.Dave Airlie2017-11-071-8/+8
* drm/amd/display/dc: drop dm_delay_in_microsecondsAlex Deucher2017-10-171-2/+2
* drm/amd/display: Use kernel alloc/freeHarry Wentland2017-09-281-3/+3
* drm/amd/display: only polling VSync Phase within VSync peroroidCharlene Liu2017-09-261-12/+15
* drm/amd/display: fix not enter/exit PSR with latest driver/SBIOSCharlene Liu2017-09-261-1/+4
* drm/amd/display: use some sensible time outTony Cheng2017-09-261-2/+2
* drm/amd/display: Roll core_link into dc_linkHarry Wentland2017-09-261-2/+2
* drm/amd/display: Refactor to call set PSR wait loop in dce_dmcu instead of dc...Amy Zhang2017-09-261-2/+64