aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01drm/amd/display: Extend DMUB diagnostic logging to DCN3.1Nicholas Kazlauskas1-3/+2
2021-06-22drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher1-4/+0
2021-06-15drm/amd/display: add DMUB registers to crash dump diagnostic data.Ashley Thomas1-0/+10
2021-06-04drm/amd/display: Add DCN3.1 DMCUBNicholas Kazlauskas1-0/+37
2021-05-19drm/amd/display: Initial DC support for Beige GobyAurabindo Pillai1-0/+8
2021-05-19drm/amd/display: Add get_current_time interface to dmub_srvWyatt Wood1-0/+1
2021-05-10drm/amd/display: Extend DMUB HW params to allow DM to specify boot optionsEric Yang1-0/+4
2021-04-09drm/amd/display: Add delay in dmub_srv_send_gpint_commandWyatt Wood1-0/+2
2021-04-09drm/amdgpu/display: fix warning on 32 bit in dmubAlex Deucher1-1/+1
2021-04-09drm/amd/display: Fix static checker warnings on tracebuff_fbLeo (Hanghong) Ma1-74/+68
2021-03-23drm/amd/display: Fix for outbox1 ring buffer typecasting issueMeenakshikumar Somasundaram1-1/+1
2021-03-23drm/amd/display: Fixed read/write pointer issue for get dmub traceYongqiang Sun1-10/+9
2021-03-23drm/amd/display: Read all the trace entry if it is not emptyYongqiang Sun1-5/+14
2021-03-23drm/amd/display: Fix dmub trace event not update issueYongqiang Sun1-1/+1
2021-03-23drm/amd/display: Move define from internal header to dmub_cmd.hYongqiang Sun1-3/+2
2021-03-02drm/amd/display: Implement dmub trace eventYongqiang Sun1-2/+46
2021-03-02drm/amd/display: Support for DMUB AUXMeenakshikumar Somasundaram1-4/+27
2021-01-20drm/amd/display: Fix reset sequence with driver direct DMCUB fw loadNicholas Kazlauskas1-3/+3
2021-01-20drm/amd/display: Allow dmub srv hardware reset before HW initNicholas Kazlauskas1-3/+0
2020-12-08drm/amd/display: Add support for runtime feature detection commandWyatt Wood1-0/+29
2020-11-16drm/amd/display: Update dmub codeBhawanpreet Lakha1-6/+20
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher1-18/+0
2020-10-12drm/amd/display: Add support for DCN302 (v2)Bhawanpreet Lakha1-0/+14
2020-10-05drm/amd/display: Only flush inst_fb if backdoor loadingAlvin Lee1-8/+9
2020-10-05drm/amd/display: Add dcn3.01 support to DC (v2)Roman Li1-0/+14
2020-07-10Revert "drm/amd/display: add mechanism to skip DCN init"Changfeng1-10/+30
2020-07-01drm/amd/display: Fill in dmub_srv fw_version from firmware metadataNicholas Kazlauskas1-0/+10
2020-07-01drm/amd/display: add mechanism to skip DCN initEric Yang1-30/+10
2020-07-01drm/amd/display: runtime select dmub emulatior.Yongqiang Sun1-8/+8
2020-07-01drm/amd/display: Add DCN3 DMUBBhawanpreet Lakha1-0/+15
2020-05-28drm/amd/display: combine public interfaces into single headerAnthony Koo1-1/+1
2020-05-28drm/amd/display: Increase Default Sizes of FW State and Trace BufferDavid Galiffi1-2/+2
2020-05-28drm/amd/display: Support CW4 for DMUB ringbuffer inboxNicholas Kazlauskas1-1/+2
2020-05-28drm/amd/display: Add DMUB firmware version helpers in DMUB serviceNicholas Kazlauskas1-0/+1
2020-05-28drm/amd/display: Check bss_data_size before going down legacy DMUB load pathNicholas Kazlauskas1-2/+2
2020-05-05drm/amd/display: move location of dmub_srv.h fileAnthony Koo1-1/+1
2020-04-28drm/amd/display: Pass command instead of header into DMUB serviceNicholas Kazlauskas1-1/+1
2020-04-28drm/amd/display: Fix DMUB meta offset for new load methodNicholas Kazlauskas1-3/+5
2020-04-09drm/amd/display: Make DMCUB bss/data firmware blob optionalNicholas Kazlauskas1-6/+17
2020-04-09drm/amd/display: Implement abm config table copy to dmcubWyatt Wood1-1/+1
2020-03-19drm/amd/display: Allocate scratch space for DMUB CW7Wyatt Wood1-3/+14
2020-02-06drm/amd/display: Add GPINT handler interfaceNicholas Kazlauskas1-0/+50
2020-01-22drm/amd/display: Check hw_init state when determining if DMCUB is initializedNicholas Kazlauskas1-0/+3
2020-01-22drm/amd/display: Add hardware reset interface for DMUB serviceNicholas Kazlauskas1-0/+16
2020-01-16drm/amd/display: Read inst_fb data back during DMUB loadingNicholas Kazlauskas1-0/+27
2020-01-16drm/amd/display: Flush framebuffer data before passing to DMCUBNicholas Kazlauskas1-23/+7
2019-12-18drm/amd/display: Get cache window sizes from DMCUB firmwareNicholas Kazlauskas1-6/+45
2019-12-18drm/amd/display: Use physical addressing for DMCUB on both dcn20/21Nicholas Kazlauskas1-2/+0
2019-12-18drm/amd/display: Get DMUB registers from ASIC specific structsNicholas Kazlauskas1-0/+4
2019-12-05drm/amd/display: Add shared DMCUB/driver firmware state cache windowNicholas Kazlauskas1-5/+22