aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-09drm/amd/display: Add driver support for future FAMS versionsDillon Varone1-0/+2
2024-04-09drm/amd/display: Fix compiler warnings on high compiler warning levelsAric Cyr1-1/+1
2024-04-09drm/amd/display: Add extra DMUB logging to track message timeoutAlvin Lee1-1/+9
2024-03-27drm/amd/display: Add new IPS config modeNicholas Kazlauskas1-0/+29
2024-03-22drm/amd/display: Add optional optimization for IPS handshakeNicholas Kazlauskas1-2/+5
2024-03-22drm/amd/display: Detect and disallow idle reallow during reentrancyNicholas Kazlauskas1-2/+12
2024-03-20drm/amd/display: Workaround register access in idle race with cursorNicholas Kazlauskas1-6/+17
2024-03-20drm/amd/display: Add debug counters to IPS exit printsNicholas Kazlauskas1-3/+15
2024-03-20drm/amd/display: Add guards for idle on reg read/writeNicholas Kazlauskas1-0/+9
2024-03-20drm/amd/display: Add debug prints for IPS testingNicholas Kazlauskas1-0/+73
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter1-2/+5
2024-02-22drm/amd/display: Fix potential null pointer dereference in dc_dmub_srvSrinivasan Shanmugam1-2/+5
2024-02-14drm/amd/display: Add shared firmware state for DMUB IPS handshakeNicholas Kazlauskas1-38/+45
2024-02-07drm/amd/display: Disable idle reallow as part of command/gpint executionNicholas Kazlauskas1-2/+2
2024-02-07drm/amd/display: Disable timeout in more places for dc_dmub_srvNicholas Kazlauskas1-3/+10
2024-01-29drm/amd/display: Populate invalid split index to be 0xFAlvin Lee1-2/+2
2024-01-29drm/amd/display: use correct phantom pipe when populating subvp pipe infoWenjing Liu1-1/+2
2024-01-29drm/amd/display: Wait before sending idle allow and after idle disallowNicholas Kazlauskas1-1/+6
2024-01-03drm/amd/display: Address function parameter 'context' not described in 'dc_state_rem_all_planes_for_stream' & 'populate_subvp_cmd_drr_info'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-26drm/amd/display: Fix IPS handshake for idle optimizationsNicholas Kazlauskas1-12/+61
2023-10-26drm/amd/display: Revert "Improve x86 and dmub ips handshake"Nicholas Kazlauskas1-45/+12
2023-09-26drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-13/+13
2023-09-26drm/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-11drm/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 changesSamson Tam1-2/+4
2023-08-30drm/amd/display: Write flip addr to scratch reg for subvpAlvin Lee1-0/+5
2023-08-15drm/amd/display: implement pipe type definition and adding accessorsWenjing Liu1-10/+12
2023-08-15drm/amd/display: Add Replay supported/enabled checksBhawanpreet Lakha1-0/+3
2023-08-07drm/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