summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13drm/amd/display: Disable idle reallow as part of command/gpint executionNicholas Kazlauskas1-2/+2
2024-02-22drm/amd/display: Fix potential null pointer dereference in dc_dmub_srvSrinivasan Shanmugam1-2/+5
2024-01-03drm/amd/display: Address function parameter 'context' not described in 'dc_st...Srinivasan Shanmugam1-1/+2
2024-01-03drm/amd/display: Verify disallow bits were cleared for idleNicholas Kazlauskas1-2/+10
2024-01-03drm/amd/display: Switch DMCUB notify idle command to NO_WAITNicholas Kazlauskas1-1/+2
2024-01-03drm/amd/display: Wait forever for DMCUB to wake upNicholas Kazlauskas1-12/+2
2024-01-03drm/amd/display: Always exit DMCUB idle when calledNicholas Kazlauskas1-3/+0
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone1-3/+4
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone1-10/+21
2023-12-19drm/amd/display: Wake DMCUB before executing GPINT commandsNicholas Kazlauskas1-17/+55
2023-12-19drm/amd/display: Wake DMCUB before sending a commandNicholas Kazlauskas1-7/+46
2023-12-19drm/amd/display: Refactor DMCUB enter/exit idle interfaceNicholas Kazlauskas1-2/+35
2023-12-19drm/amd/display: skip error logging when DMUB is inactive from S3Samson Tam1-10/+24
2023-12-15drm/amd/display: do not send commands to DMUB if DMUB is inactive from S3Samson Tam1-0/+14
2023-11-17drm/amd/display: Add disable timeout optionDuncan Ma1-6/+23
2023-11-17drm/amd/display: Negate IPS allow and commit bitsDuncan Ma1-5/+5
2023-11-07drm/amd/display: decouple dmcub execution to reduce lock granularityJinZe.Xu1-0/+74
2023-10-27drm/amd/display: Fix IPS handshake for idle optimizationsNicholas Kazlauskas1-12/+61
2023-10-27drm/amd/display: Revert "Improve x86 and dmub ips handshake"Nicholas Kazlauskas1-45/+12
2023-09-27drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-13/+13
2023-09-27drm/amd/display: Improve x86 and dmub ips handshakeDuncan Ma1-12/+45
2023-09-20drm/amd/display: Update driver and IPS interopDuncan Ma1-0/+4
2023-09-12drm/amd/display: Add check for vrr_active_fixedAustin Zheng1-2/+2
2023-08-30drm/amd/display: Add DCN35 DMUBQingqing Zhuo1-1/+63
2023-08-30drm/amd/display: ensure FS is enabled before sending request to DMUB for FS c...Samson Tam1-2/+4
2023-08-30drm/amd/display: Write flip addr to scratch reg for subvpAlvin Lee1-0/+5
2023-08-16drm/amd/display: implement pipe type definition and adding accessorsWenjing Liu1-10/+12
2023-08-16drm/amd/display: Add Replay supported/enabled checksBhawanpreet Lakha1-0/+3
2023-08-08drm/amd/display: Add interface to enable DPIA traceStylon Wang1-0/+29
2023-07-18drm/amd/display: Skip querying caps when DMCUB emulation is in useNicholas Kazlauskas1-0/+3
2023-06-30drm/amd/display: Set minimum requirement for using PSR-SU on RembrandtMario Limonciello1-0/+7
2023-06-09drm/amd/display: Fix DMUB debugging print issueCruise Hung1-68/+35
2023-06-09drm/amd/display: Fix possible NULL dereference in dc_dmub_srv_cmd_run_list()Harshit Mogalapalli1-1/+2
2023-06-09drm/amd/display: return status of dmub_srv_get_fw_boot_statusTom Rix1-2/+11
2023-04-18drm/amd/display: add mechanism to skip DCN initEric Yang1-21/+7
2023-04-18drm/amd/display: drain dmub inbox if queue is fullJosip Pavic1-0/+9
2023-04-18drm/amd/display: refactor dmub commands into single functionJosip Pavic1-102/+62
2023-04-12drm/amd/display: Add FPO + VActive supportAlvin Lee1-0/+20
2023-03-31drm/amd/display: Uncomment assignments after HW headers are promotedAlvin Lee1-6/+4
2023-03-31drm/amd/display: Use per pipe P-State force for FPOAlvin Lee1-19/+27
2023-03-07drm/amd/display: Pass tg and hubp inst instead of pipe index for SubVPAlvin Lee1-4/+4
2023-03-07drm/amd/display: Drop unnecessary DCN guardsHarry Wentland1-2/+0
2023-02-28drm/amd/display: populate subvp cmd info only for the top pipeAyush Gupta1-1/+2
2023-02-16drm/amd/display: Fix excess arguments on kernel-docArthur Grillo1-1/+1
2022-11-23drm/amd/display: Add margin on DRR vblank start for subvpAlvin Lee1-0/+1
2022-11-10drm/amd/display: Add margin for max vblank time for SubVP + DRRAlvin Lee1-2/+10
2022-11-10drm/amd/display: Cursor update refactor: PSR-SU support conditionMax Tseng1-0/+48
2022-10-27drm/amd/display: Modify mismatched function nameJiapeng Chong1-1/+1
2022-10-24drm/amd/display: Convert documentation to a kernel-docRodrigo Siqueira1-76/+48
2022-10-11drm/amd/display: Fix watermark calculationAlvin Lee1-1/+1